body {
    font-family: 'Montserrat', sans-serif;
    color: #115571;
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

header {
    display: flow-root;
}

main table {
    text-align: center;
}

h1 {
    color: #00A79D;
    text-align: center;
    margin-top: 25px;
    font-size: 25px;
    margin-bottom: 25px;
}

h2 {
    color: #00A79D;
    text-align: center;
    margin-top: 25px;
    font-size: 23px;
    margin-bottom: 25px;
}

p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6em;
    ;
    color: black;
}

.formulario {
    margin-top: 50px;
    text-align: center;
}

.formulario label {
    display: inline-block;
    min-width: 130px;
    text-align: left;
}

.formulario div {
    margin-top: 10px;
}

.formulario input {
    height: 30px;
    width: 200px;
}

.formulario select {
    height: 30px;
    width: 205px;
}

.bordeAncho {
    border: 4px solid #115571;
}

.flotar-izq {
    float: left;
}

.flotar-der {
    float: right;
}

.error {
    border: 2px solid #e20535 !important;
}

.linea-del {
    background-color: #115571;
    height: 0px;
}

.linea-gru {
    background-color: #00A79D;
    height: 15px;
}

.btn,
.swal2-container .swal2-styled.swal2-confirm {
    background: #00A79D;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease 0s;
    outline: none;
}

.btn_2 {
    background: #115571;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease 0s;
    outline: none;
}

.btn_2:hover {
    box-shadow: 0px 0px 10px 2px #31afb4;
    transition: all 0.5s ease 0s;
}

.btn_3 {
    background: #31afb4;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease 0s;
    outline: none;
}

.btn_3:hover {
    box-shadow: 0px 0px 10px 2px #115571;
    transition: all 0.5s ease 0s;
}

.btn:hover,
.swal2-container .swal2-styled.swal2-confirm:hover {
    box-shadow: 0px 0px 10px 2px #115571;
    transition: all 0.5s ease 0s;
}

.btn-alta {
    background: #e64f3b;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease 0s;
    outline: none;
    width: 130px;
}

.btn-media {
    background: #efd000;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease 0s;
    outline: none;
    width: 130px;
}

.btn-baja {
    background: #54b445;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease 0s;
    outline: none;
    width: 130px;
}

.btn-alta:hover {
    box-shadow: 0px 0px 10px 2px #115571;
    transition: all 0.5s ease 0s;
}

.btn-media:hover {
    box-shadow: 0px 0px 10px 2px #115571;
    transition: all 0.5s ease 0s;
}

.btn-baja:hover {
    box-shadow: 0px 0px 10px 2px #115571;
    transition: all 0.5s ease 0s;
}

header .logo {
    display: block;
    float: left;
}

header .logo span {
    display: block;
    background: url('../img/logo2.png') no-repeat top left;
    width: 217px;
    height: 108px;
    margin-left: 25px;
}


/*.navbar {
    overflow: hidden;
    position: absolute;
    top: 0;
    display: inline-flexbox;
    width: 95%;
    margin-top: 35px;
}*/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    margin-right: 30px;
    font-size: 20px;
}

.navbar a {
    float: right;
    display: block;
    color: #00A79D;
    text-align: center;
    padding: 15px 18px;
    margin-top: 55px;
    text-decoration: none;
    font-size: 18px;
}

.navbar-links {
    float: right;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar a:hover {
    color: #8dc63f;
    border-bottom: 2px solid #8dc63f;
}

.div80 {
    width: 80%;
}

.banderas {
    margin-right: 30px;
    position: absolute;
    margin-top: 25px;
    z-index: auto;
    top: .05rem;
    right: 1rem;
}

.navbar .toggle-button {
    position: absolute;
    top: .20rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 35px;
}

.navbar .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: #00A79D;
    border-radius: 10px;
}

.navbar .toggle-button:hover {
    border-bottom: none;
}

@media (max-width: 852px) {
    .navbar .navbar-links {
        display: none;
    }
    .navbar {
        width: 100%;
        float: none;
    }
    .navbar .toggle-button {
        display: flex;
        margin-top: 50px;
    }
    .navbar .navbar-links-resp {
        /*display: none;*/
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .navbar .navbar-links-resp ul {
        flex-direction: column;
        width: 100%;
    }
    .navbar .navbar-links-resp li {
        text-align: center;
        border-bottom: 1px solid #00A79D;
    }
    .navbar a {
        margin-top: 15px;
        padding: .3rem .5rem;
        float: none;
        margin-bottom: 15px;
    }
    .navbar a:hover {
        border-bottom: none;
    }
    .logo {
        margin-right: 600px;
    }
    #descripcion {
        border-top: 1px solid #00A79D;
    }
    #galeria {
        border-bottom: none;
    }
}

@media (min-width: 853px) {
    .navbar .navbar-links {
        display: flex;
    }
    .navbar .navbar-links-resp {
        display: none;
    }
}

.active {
    display: none;
}

#videoBG {
    position: relative;
    z-index: -1;
    width: 100%;
    height: auto;
}

.sec1 {
    width: 95%;
    text-align: center;
}

.contenedor {
    width: 90%;
    margin: 25px auto;
    text-align: justify;
}

section {
    width: 100%;
    margin: 0 auto;
}

.mapouter {
    position: relative;
    text-align: center;
    height: 300px;
    width: 800px;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 300px;
    width: 800px;
}

#mapa {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

#responsive-iframe {
    width: 800px;
    height: 300px;
}

.colorado {
    color: #00A79D;
}

.linea-hr {
    background-color: #00A79D;
    height: 3px;
    width: 80%;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}


/*contact form*******************************************************/

.container-ctc {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-ctc:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    filter: blur(50px);
    z-index: -1;
}

.contact-box {
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left-ctc {
    background: url("../img/contact-img.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
}

.right-ctc {
    padding: 25px 40px;
    border: 1px solid #00A79D;
}

.h2-ctc {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 10px;
    color: #000;
}

.h2-ctc:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 75px;
    border-radius: 2px;
    background-color: #00A79D;
    margin-top: 25px;
}

.field {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: rgba(230, 230, 230, 0.6);
    height: 35px;
    font-size: 0.85rem;
    margin-bottom: 22px;
    transition: .3s;
}

.field:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

textarea {
    min-height: 150px;
    font-size: 0.85rem;
    font-family: 'Montserrat', sans-serif;
}

.btn-ctc {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #00A79D;
    color: #fff;
    font-size: 1.1rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

.btn-ctc:hover {
    background-color: #04726b;
}

.field:focus {
    border: 2px solid #00A79D;
    background-color: #fff;
}

@media screen and (max-width: 880px) {
    .contact-box {
        grid-template-columns: 1fr;
    }
    .left-ctc {
        height: 200px;
    }
}


/*Galeria *************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.grid {
    padding: 1em;
}

.grid-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
}

.item {
    flex: 1 1 100%;
    padding: 0.5em;
}

.item-inner {
    background-size: cover;
    background-image: url('../img/pavones-img-1.jpg');
    padding-top: calc(100% / (16/9));
}

.item:nth-child(2) .item-inner {
    background-image: url('../img/pavones-img-2.jpg');
}

.item:nth-child(3) .item-inner {
    background-image: url('../img/pavones-img-3.jpg');
}

.item:nth-child(4) .item-inner {
    background-image: url('../img/pavones-img-4.jpg');
}

.item:nth-child(5) .item-inner {
    background-image: url('../img/pavones-img-5.jpg');
}

.item:nth-child(6) .item-inner {
    background-image: url('../img/pavones-img-6.jpg');
}

.item:nth-child(7) .item-inner {
    background-image: url('../img/pavones-img-7.jpg');
}

.item:nth-child(8) .item-inner {
    background-image: url('../img/pavones-img-8.jpg');
}

.item:nth-child(9) .item-inner {
    background-image: url('../img/pavones-img-9.jpg');
}

.contenedorGaleria {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 876px) {
    .item {
        flex: 1 1 100%;
    }
    .img-principal {
        display: none;
    }
    .contenedorGaleria {
        width: 100%;
    }
    .divFooter {
        flex: 1 1 100%;
    }
    .div-footer {
        margin: 0 auto;
        width: 60%;
    }
    h3 {
        margin-top: 50px;
    }
}

@media screen and (min-width: 877px) {
    .item {
        flex: 1 1 33.333%;
    }
    .img-principal {
        display: block;
    }
    .divFooter {
        flex: 1 1 33.333%;
    }
}

.centroImgPrincipal {
    width: 57%;
    margin: 0 auto;
}

.img-principal {
    max-width: 800px;
    height: 533px;
}


/*@media screen and (min-width: 481px) {
    header .logo span {
        display: block;
        background: url('../img/logo2.png') no-repeat top left;
        background-size: 180px 90 px;
        width: 180px;
        height: 90px;
        margin-left: 25px;
    }
}*/


/*footer************************/

footer {
    background-color: #f2f2f2;
    min-height: 350px;
}

footer .logo {
    display: block;
    float: left;
}

footer .logo span {
    display: block;
    background: url('../img/logo2.png') no-repeat top left;
    width: 217px;
    height: 108px;
    margin-left: 15px;
}

.divFooter {
    display: flex;
    flex-direction: column;
}

.divFooter a {
    text-decoration: none;
    color: #999999;
    margin-top: 20px;
}

.divFooter a:hover {
    color: #161313;
}

.div-footer {
    display: flex;
    flex-wrap: wrap;
}

.contenedor-footer {
    width: 100%;
    display: flex;
}

h3 {
    color: #272727;
}

.map-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.map2 {
    width: 100%;
}

.links-footer {
    color: #04726b;
}

.links-footer:hover {
    color: #00A79D;
}

#otrasPropiedades {
    margin-top: 25px;
}

#terraticaCom {
    margin-bottom: 35px;
}

#topdiv {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-height: 350px;
    max-width: 400px;
    background-color: #ccc8c8;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 75%;
    text-align: center;
    font-size: 5vw;
    padding-bottom: 20px;
}

#topdiv h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    color: #000;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

#topdiv p {
    margin-bottom: 5px;
}

@media screen and (max-width: 930px) {
    #topdiv {
        display: none;
    }
}

@media screen and (min-width: 930px) {
    #topdiv2 {
        display: none;
    }
    main {
        margin-top: 0px;
    }
}

#topdiv2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
    height: auto;
    background-color: #ececec;
    opacity: 0.9;
    text-align: center;
    font-size: 5vw;
    padding-bottom: 20px;
    margin-top: -25px;
}

#topdiv2 h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    color: #000;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}