@font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('fonts/quattrocento-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/quattrocento-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/quattrocento-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/quattrocento-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/quattrocento-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/quattrocento-v15-latin-regular.svg#Quattrocento') format('svg');
    /* Legacy iOS */
}


/* quattrocento-700 - latin */

@font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('fonts/quattrocento-v15-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/quattrocento-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/quattrocento-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/quattrocento-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/quattrocento-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/quattrocento-v15-latin-700.svg#Quattrocento') format('svg');
    /* Legacy iOS */
}

html,
body,
a {
    margin: 0;
    padding: 0;
    height: auto;
    text-decoration: none;
    color: #626262;
}

html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff;
}

body,
p {
    font-family: 'Quattrocento', serif;
    font-size: 19px;
    color: #626262;
    line-height: 1.3;
}

h1,
h2,
h3 {
    font-size: 100%;
    clear: both;
    font-family: 'Quattrocento', serif;
}

h1 {
    font-size: 37px;
    color: #6f6f6f;
    line-height: 1;
    margin: 0;
}

h2 {
    font-size: 31px;
    color: #78654E;
    line-height: 1;
    position: relative;
}

h2::after {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%);
    background-image: url(imagenes/star-sup4.png);
    content: "";
    background-size: 100% 100%;
    display: inline-block;
    height: 30px;
    width: 330px;
}

h3 {
    font-size: 27px;
    color: #6f6f6f;
    margin-bottom: 0;
    border-bottom: 1px solid #9c8972;
    padding: 0 0 4px 0;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 31px;
    }
    h2 {
        font-size: 29px;
    }
    h3 {
        font-size: 25px;
    }
    body,
    p {
        font-size: 19px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 29px;
    }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 23px;
    }
    body,
    p {
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    color: #fff;
    width: 100%;
    height: 0px;
    margin-top: 15px;
}

ul {
    text-align: left;
}

.strong {
    color: #78654E;
    font-weight: 700;
}

.lineado {
    line-height: 2;
}

.margen {
    margin: 16px 0;
}

.arriba {
    justify-content: flex-start;
    flex-direction: column;
}

.center,
.services {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}

.center2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.grande {
    font-size: 20px;
    color: #82725F;
}

.grande2 {
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}

.mediano {
    font-size: 24px;
    margin-left: 10px;
}

.medio {
    font-size: 21px;
    color: #9c8972;
}

.medio:before {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 30px;
    background: #78654E;
    margin-bottom: 10px;
}

.left {
    text-align: left;
}

.small {
    font-size: 16px;
}

.mid {
    margin: auto;
}

.mr {
    margin: 0 16px 0 0;
}

.icono {
    width: 35px;
}

.icons {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon p {
    font-size: 16px;
}

.icon span {
    line-height: 0;
}

.fondo {
    background: url("imagenes/menu-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.back {
    background-color: #fff;
    border: 1px solid #9c8972;
}

.back2 {
    background-color: #f6f5f3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pad {
    padding: 40px 24px;
}

.contenido {
    width: 1350px;
    height: auto;
    margin: 0 auto;
}

.header {
    position: sticky;
    top: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    background-color: rgba(0, 83, 93, 1);
    display: flex;
    justify-content: center;
    align-items: baseline;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.54);
}

.reserva {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: fixed;
    top: 29px;
    right: 100px;
    text-align: center;
    z-index: 2;
    padding: 8px 16px;
    box-sizing: border-box;
}

.reserva:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.reserva a {
    font-size: 17px;
    text-transform: uppercase;
    color: #00535d;
    text-decoration: none;
}

.navbar {
    display: flex;
    overflow: hidden;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

.navbar img {
    vertical-align: middle;
}

.navbar .logo img {
    margin: 10px 0 10px 0;
    width: 120px;
}

.navbar a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding: 0px 24px;
    box-sizing: border-box;
    font-family: 'Quattrocento', serif;
    transition: all 500ms ease;
}

.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.navbar .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.navbar .menu-icon {
    cursor: pointer;
    float: right;
    position: relative;
    user-select: none;
    top: 36px;
    right: 16px;
    padding: 16px 8px;
}

.navbar .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 20px
}

.navbar .menu-icon .navicon:after,
.navbar .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.navbar .menu-icon .navicon:before {
    top: 7px
}

.navbar .menu-icon .navicon:after {
    top: -7px
}

.navbar .menu-btn {
    display: none
}

.navbar .menu-btn:checked~.menu {
    max-height: 485px
}

.navbar .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.navbar .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.navbar .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.navbar .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.navbar .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

.dropdown .dropbtn {
    background-color: inherit;
    font-size: 17px;
    line-height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'Quattrocento', serif;
    transition: all 500ms ease;
    border: none;
    outline: 0;
    color: #fff;
    margin: 0;
    overflow: hidden;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #02545f;
    min-width: 250px;
    z-index: 99;
}

.dropdown-content a {
    float: none;
    color: #fff;
    padding: 5px 40px;
    text-decoration: none;
    display: block;
    text-align: left
}

.dropdown:hover .dropbtn,
.navbar a:hover {
    color: #a1c4cb
}

.dropdown-content a:hover {
    color: #a1c4cb
}

.show {
    display: block;
}

@media (min-width:1250px) {
    .navbar li {
        float: left
    }
    .navbar .menu {
        clear: none;
        float: right;
        max-height: none
    }
    .navbar .menu-icon {
        display: none
    }
    .dropdown {
        float: right;
        overflow: hidden;
    }
}

@media screen and (max-width:1250px) {
    .navbar {
        display: inline-block;
        width: 100%;
        background-color: #02545f;
    }
    .presentacion {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .dropdown-content {
        background-color: #fff;
    }
    .dropdown-content a {
        color: #02545f;
    }
    .dropdown {
        float: none
    }
    .dropdown-content {
        position: relative;
    }
    .menu .dropdown li a,
    .menu li a {
        float: none;
        display: block;
        text-align: left
    }
    .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 24px;
    }
    .navbar a {
        padding: 8px 24px;
    }
}

.mySlides {
    display: none;
}

.slider {
    max-width: 1980px;
    position: relative;
    margin: auto;
}

.dot {
    height: 0;
    width: 0px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}

.active {
    background-color: #fff;
}

.fade {
    animation-name: fade;
    animation-duration: 0.2s;
}

@keyframes fade {
    from {
        opacity: .8
    }
    to {
        opacity: 1
    }
}

.hero-texto {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.clbutton {
    background-color: #00535d;
    line-height: 20px;
    display: inline-block;
    border: none;
    outline: 0;
    margin-top: 10px;
    padding: 20px 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Quattrocento', serif;
    font-weight: 400;
    color: white;
    cursor: pointer;
    text-shadow: none;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.clbutton a {
    color: #fff;
}

.clbutton a:hover {
    color: #fff;
}

.clbutton:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.borde3 {
    border: solid 1px #fff;
    padding: 15px 50px;
}

.clbutton2 {
    line-height: 20px;
    display: inline-block;
    border: none;
    outline: 0;
    margin-top: 10px;
    padding: 20px 5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Quattrocento', serif;
    font-weight: 400;
    color: white;
    cursor: pointer;
    text-shadow: none;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.presentacion {
    display: flex;
    max-width: 1350px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 24px;
    box-sizing: border-box;
}

.info {
    width: 100%;
}

.descripcion p {
    text-align: left;
    text-indent: 30px;
}

.patron {
    display: flex;
    height: auto;
    background: url("imagenes/menu-pattern2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.seccion {
    display: flex;
    height: auto;
    margin: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.seccion3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 32px;
    box-sizing: border-box;
}

.seccion2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    padding: 16px 32px;
    box-sizing: border-box;
}

.rooms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    padding: 16px 32px;
    box-sizing: border-box;
}

.room {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    margin: 16px;
    background-color: #f6f5f3;
    box-shadow: 0 1px 4px #d7d7d7;
}

.room2 {
    width: 500px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    margin: 16px;
    background-color: #f6f5f3;
    box-shadow: 0 1px 4px #d7d7d7;
}

.promos {
    display: flex;
    height: auto;
    margin: auto;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.service {
    margin: 15px;
    border: 1px solid #9c8972;
    line-height: 0;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.promo {
    max-width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.promo2 {
    max-width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 24px;
    text-align: center;
}

.descripcion {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    margin: auto;
}

.descripcion2 {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
}

.servicios {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.servicios2 {
    width: 700px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
}

.centro {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
}

.heading {
    text-align: center;
}

.heading span {
    padding: 0 70px;
    text-align: center;
    border-bottom: 1px solid #9c8972;
    margin: 20px auto;
    display: inline-block;
    color: #9c8972;
}

.ficha {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 40px;
}

.ficha img {
    border: 1px solid #9c8972;
    padding: 10px;
    box-sizing: border-box;
}

.divider {
    margin-top: -10px;
}

.borde2 {
    border-bottom: 1px solid #9c8972;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.marco {
    width: 550px;
    margin: 16px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #9c8972;
}

.marco img {
    display: block;
}

.marco2 {
    position: relative;
    max-width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marco2 img {
    display: block;
    width: 400px;
}

.marco3 {
    position: relative;
    max-width: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marco3 img {
    display: block;
    width: 400px;
}

.marco4 {
    max-width: 100%;
    margin: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #9c8972;
}

.marco4 img {
    display: block;
}

.borde {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #cfcece;
}

.oferta {
    position: relative;
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(imagenes/ofertas-golf.jpg);
    margin-bottom: 10px;
}

.ofertab {
    position: relative;
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(imagenes/ofertas-golf2.jpg);
    margin-bottom: 10px;
}

.oferta2 {
    position: relative;
    width: 350px;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(imagenes/romantica2.jpg);
}

.oferta2b {
    position: relative;
    width: 350px;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: url(imagenes/romantica3.jpg);
}

.oferta:hover,
.oferta2:hover,
.ofertab:hover,
.oferta2b:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
}

.offer {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.65);
    margin: 20px;
}

.offer p,
.offer h3 {
    color: #fff;
}

.contacto {
    width: 100%;
    display: flex;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #9c8972;
    border-bottom: 1px solid #9c8972;
    background-color: #f6f5f3;
    /* background: url("imagenes/menu-pattern2.png") repeat scroll 0 0 rgba(0, 0, 0, 0); */
}

.contacto p {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    line-height: 2;
}

.contacto img {
    width: 35px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.contact {
    display: flex;
    flex-direction: column;
    padding: 16px 32px;
    box-sizing: border-box;
    position: relative;
}

.contact li {
    list-style: none;
    position: relative;
    line-height: 1.5;
    margin: 16px 0;
}

.map::before,
.tel::before,
.mail::before {
    position: absolute;
    left: -48px;
    top: -5px;
}

.map::before {
    content: "";
    background-image: url(imagenes/localizacion.png);
    background-size: contain;
    display: block;
    width: 35px;
    height: 35px;
}

.tel::before {
    content: "";
    background-image: url(imagenes/telefono.png);
    background-size: contain;
    display: block;
    width: 35px;
    height: 35px;
}

.mail::before {
    content: "";
    background-image: url(imagenes/email.png);
    background-size: contain;
    display: block;
    width: 35px;
    height: 35px;
}

.contact2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    box-sizing: border-box;
    line-height: 2;
}

.media {
    display: flex;
    justify-content: center;
    margin: 24px;
}

video {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.separar::after,
.separar2::after {
    content: '·';
    margin: 0 10px 0 10px;
}

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

.col {
    column-count: 2;
    column-gap: 20px;
    line-height: 1.7;
}

.slideshow-container,
.slideshow-container2 {
    position: relative;
    line-height: 0;
    border: 1px solid #9c8972;
    /*
    padding: 5px;
    box-sizing: border-box; */
}

.slideshow-container {
    max-width: 650px;
}

.slideshow-container2 {
    max-width: 100%;
    margin: 24px 24px 0 24px;
}


/* Hide the images by default */

.mySlides {
    display: none;
}


/* Next & previous buttons */

.prev {
    background-image: url(imagenes/prev.png);
    background-repeat: no-repeat;
    background-position: center;
}

.next {
    background-image: url(imagenes/next.png);
    background-repeat: no-repeat;
    background-position: center;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.6s ease;
    user-select: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    background-size: 24px 24px;
    display: block;
    visibility: visible;
}

@media screen and (max-width:580px) {}


/* Position the "next button" to the right */

.next {
    right: 10px;
}

.prev {
    left: 10px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 0.2s;
}

@keyframes fade {
    from {
        opacity: .6
    }
    to {
        opacity: 1
    }
}

.footer {
    width: 100%;
    height: auto;
    margin: auto;
    clear: both;
    text-align: center;
}

.footer p {
    font-size: 17px;
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 0;
    text-align: center;
}

.footer span {
    margin-left: 30px;
}

.footer img {
    margin: 8px 16px 8px 0;
    vertical-align: middle;
}

@media screen and (max-width:1350px) {
    .seccion,
    .seccion2,
    #cabecera,
    .contenido,
    .promos {
        max-width: 100%;
    }
}

@media screen and (max-width:1250px) {
    .seccion2,
    .seccion3 {
        justify-content: center;
    }
    #div1 {
        order: 2;
    }
    #div2 {
        order: 1;
    }
    .reserva {
        right: 130px;
    }
    .drpdown {
        right: 65px !important;
    }
}

@media screen and (max-width:1185px) {
    .seccion,
    .promos {
        justify-content: center;
    }
}

@media screen and (max-width:1450px) {
    .presentacion {
        margin: 16px;
    }
}

@media screen and (max-width: 750px) {
    .reserva {
        top: 25px;
    }
    .navbar .menu-icon {
        top: 30px;
    }
    .seccion3,
    .seccion2 {
        padding: 24px;
    }
    .rooms {
        padding: 16px 0px;
    }
    .room {
        margin: 16px 0;
    }
    .marco {
        margin: 0;
    }
    .centro {
        padding: 0;
    }
    .social p {
        font-size: 19px;
    }
    .social img {
        width: 25px;
    }
    .contenido,
    .contenido2,
    .cabecera {
        width: 100%;
    }
    .foto2 img {
        padding: 20px;
    }
    .heading4,
    .ficha2 {
        width: 290px;
    }
    .service {
        margin: 0;
    }
    .services {
        max-width: 50%;
    }
    .services p {
        font-size: 18px !important;
    }
    .grande {
        font-size: 20px;
    }
    .navbar .logo img {
        margin: 10px 0 10px 0;
        width: 90px;
    }
    .drpdown {
        top: 27px !important;
    }
}

@media screen and (max-width: 600px) {
    .salto {
        display: block;
        margin-top: 10px;
    }
    .separar::after {
        content: '';
    }
    .icon p {
        font-size: 13px;
    }
}

@media screen and (max-width: 500px) {
    .col {
        column-count: 1;
        column-gap: 20px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 450px) {
    .cabecera {
        width: 100%;
    }
    .ficha2 {
        width: 280px;
    }
    .resp::after {
        top: 70px;
    }
}

.cd-top {
    background-image: url(imagenes/prev.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    color: #78654E;
    display: inline-block;
    position: fixed;
    z-index: 1;
    bottom: 100px;
    right: 55px;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    cursor: pointer;
    width: auto;
    background-color: #78654E;
    transition: 0.6s ease;
    user-select: none;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    background-size: 32px 32px;
    display: block;
    visibility: visible;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 0.9;
}

.cd-top:hover {
    opacity: 0.9;
    background-color: #00535d;
}

@media only screen and (max-width: 750px) {
    .cd-top {
        right: 24px;
        bottom: 90px;
    }
}

.drpbtn {
    background-color: #fff;
    color: white;
    padding: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.drpbtn:hover,
.drpbtn:focus {
    background-color: #a1c4cb;
}

.drpdown {
    position: fixed;
    display: inline-block;
    top: 30px;
    right: 24px;
}

.drpdown img,
.drpdown-content img {
    vertical-align: middle;
}

.drpdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 5;
    border-radius: 4px;
}

.drpdown-content a {
    color: black;
    padding: 4px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.drpdown a:hover {
    background-color: #ddd
}

.show2 {
    display: block;
}