@import "fonts.css";
@import "init.css";
@import "responsive.css";
@import "menu.css";
@import "footer.css";
* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    /*overflow: hidden;*/
    font-family: 'Montserrat', sans-serif;
    background-color: var(--color-background-first);
}

p {
    line-height: 1.5em;
    font-size: 2.5vh;
    color: var(--color-gray-first);
    font-weight: 300;
    text-align: justify;
    text-justify: inter-word;
}

.container-page {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 1em;
    margin-right: 1em;
    height: auto;
    position: relative;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row-col {
    width: 100%;
    display: inline-block;
}

.row-col-m-b {
    margin-bottom: 2em;
}

.container-page-full {
    width: auto;
    height: auto;
    position: relative;
}

.banner-init {
    background-image: url(../img/background-contactanos.png);
    width: 100%;
    height: 125vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-banner {
    position: absolute;
    top: 11%;
    left: 5%;
    right: 5%;
    bottom: 10%;
    height: auto;
    width: auto;
}

.wapper-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-text-left {
    position: absolute;
    left: 0%;
    width: 70%;
    height: 100%;
}

.banner-text-right {
    position: absolute;
    right: 0%;
    width: 30%;
    height: 100%;
}

.list-link-banner {
    list-style: none;
    border-left: 1px solid var(--color-four);
    color: var(--color-four);
    margin-top: 7em;
}

.list-link-banner li {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    font-size: 3vh;
    line-height: 1.5em;
}

.list-link-banner a {
    color: white;
    text-decoration: none;
}

.container-text-banner {
    position: absolute;
    top: 15%;
    width: auto;
    height: auto;
    color: var(--color-four);
    padding: 1em;
}

.container-text-banner h1 {
    font-size: 9.5vh;
    font-weight: 700;
    margin-top: 14vh;
}

.container-text-banner h2 {
    font-size: 2.9vh;
    font-weight: 500;
}

.col-m {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 2.5em;
    margin-right: 2.5em;
}

.col-m-t-b {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.col-lg {
    width: auto;
    height: auto;
    display: block;
}

.col-md-left-m {
    width: 45% !important;
    padding-left: 1em;
    margin-left: 2.5em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.col-md-right-m {
    width: 45% !important;
    margin-right: 2.5em;
    padding-right: 1em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.col-md {
    width: 50%;
    height: auto;
    display: block;
}

.col-md-30 {
    width: 30% !important;
}

.col-md-60 {
    width: 60% !important;
}

.image-map {
    bottom: 0%;
    width: 100%;
    height: 60vh;
    display: block;
    margin: auto;
    border: none;
}

.img-contact-1 {
    width: 100%;
    margin: 2em 0em;
}

.container-info-contacto {
    padding: 1em;
}

.title-contact-secound {
    color: var(--color-second);
    font-weight: 500;
    font-size: 3vh;
    margin-bottom: .5em;
}

.title-contact-first {
    color: var(--color-first);
    font-weight: 500;
    font-size: 3.5vh;
    margin-bottom: .5em;
}

.line-contact-info {
    border: 2px solid var(--color-first);
    margin-left: .2em;
}

.title-contact-right {
    color: var(--color-first);
    padding: .5em 1em;
}

.title-contact-left {
    padding: .5em 1em;
    color: var(--color-four);
    background-color: var(--color-first);
}

.container-form-contacto {
    margin-top: 5vh;
    margin-left: 5vh;
    margin-right: 5vh;
}

.FormHomeContactanos input {
    display: block;
    width: 97.6%;
    padding: 1em .5em;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid var(--color-gray-second);
    margin-top: 1em;
    margin-bottom: 1em;
}

.input-textarea {
    height: 15vh;
}

.btn-contacto-home {
    margin: auto;
    color: var(--color-four);
    border: 2px solid var(--color-four);
    font-size: 3.5vh;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: var(--color-gray-second);
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    margin-top: 1em;
    display: block;
}

.img-contact-2 {
    width: 80%;
    margin: 2em 0em;
}