html {
    width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.btnes_flex {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

.button--text-thin {
    font-weight: 300;
}

.button--round-s {
    border-radius: 5px;
}

.button--border-thin {
    border: 1px solid;
}

.button--winona {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-color: #fff;
    color: #fff;
    margin: 0;
}

.button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #c2c2c2;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.button--winona>span {
    display: block;
}

.button--winona.button--inverted {
    color: #fff;
    border-color: #1c1c1c;
    background: #1c1c1c;
    padding-top: 8px;
    padding-bottom: 8px;
}

.button--winona.button--inverted:after {
    color: #1c1c1c;
}

.button--winona::after,
.button--winona>span {
    padding: 5px 10px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--winona:hover {
    border-color: #c2c2c2;
    background-color: rgba(63, 81, 181, 0.1);
}

.button--winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--winona:hover>span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.button.button--align-center {
    margin: 10px auto;
    display: table;
}

.titulo {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 35px;
    margin-top: 20px;
    font-weight: 800;
    color: #474c5c;
}

.topbar {
    background: #2b2e3f;
    padding: 5px 0;
}

.topbar p {
    margin: 0;
    text-align: center;
    color: #fff;
}

.topbar a {
    text-align: right;
    color: #fff;
    margin: 0 auto;
    display: table;
}

.principal {
    background: linear-gradient(to top, #1c1c1cb5, #1c1c1c45, transparent), #fff url(../img/bg-rentalorellana.jpg) no-repeat center;
    background-size: cover;
}

.principal .row_ppal {
    height: 90vh;
}

.logo {
    width: 200px;
    display: table;
    margin: 0 auto;
    /* margin: -30px 0 0 50px; */
}

.content_info {
    padding: 40px;
}

.box_info h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.box_info h1 span {
    display: block;
    font-weight: 500;
    font-size: 20px;
}

.box_info p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.box_form {
    border-radius: 5px;
    display: block;
    background: #2b2e3f;
    /*474c5c*/
    margin-bottom: -150px;
    padding: 20px 40px 40px;
}

.box_form p {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.especialidades {
    background: #f9fafd;
    padding: 200px 0 90px;
}

.box_otra_esp {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.box_otra_esp::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #1c1c1cbf, transparent);
}

.content_otra_esp {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

.content_otra_esp h3 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 700;
}

.content_otra_esp h3 span {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 3px;
    font-weight: 300;
}

.content_otra_esp p {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}

/** SECCION CONTACTO FORM **/
.seccion-c-separador {
    background: linear-gradient(to right, #474c5c, transparent), url(../img/bg-contacto-morellana.jpeg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.seccion3.fondo-2 {
    background: transparent url(../img/triangulo-peq3.png) repeat-x -15px bottom;
    padding-top: 30px;
    padding-bottom: 70px;
}

.contenido-preg h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 29px;
    margin: 20px 0;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.contenido-preg h2 span {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    display: block;
    margin-top: 3px;
}

.contenido-preg p {
    font-size: 17px;
    color: #fff;
}

footer {
    background: #1a1e2d;
    padding: 0px 0 30px;
    color: #fff;
}

footer .logo_foot {
    margin: 30px auto 10px;
    width: 250px;
    display: block;
}

footer a {
    color: #fff;
}

footer p {
    text-align: center;
    color: #ffffff80;
}

.ocultar {
    display: none;
    height: 0;
    width: 0;
    position: relative;
    z-index: -1;
}

/** BARRA MENU FLOTANTE **/
#socialslide {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    margin: 0;
    background: #2b2e40;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

#socialslide .btnes_flex a, .btnSocialslide {
    position: relative;
    text-decoration: none;
    background: #fba700;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 17px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition-duration: 450ms;
}

#socialslide .txtTel {
    color: #ffffffb8;
    font-weight: 300;
    font-size: 21px;
    line-height: 40px;
    text-decoration:none;
    float:right;
    text-align:right;
}

#socialslide .txtTel span {
    color: #ffffff;
    line-height: inherit;
    font-size: 25px;
    font-weight: 600;
}

.btn-wsp {
        display: block;
        font-size: 12px;
        text-align: center;
        right: 20px;
        bottom: 35px;
        background: linear-gradient(45deg, #01cd11, #02fe01);
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        font-weight: 700;
        text-decoration: none;
        position: fixed;
        z-index: 999;
        width: 60px;
    }
    
    .iconoWsp {
        font-size: 40px;
        vertical-align: middle;
    }

.movil {
    display: none;
}

@media (max-width:767px) {
    .desktop {
        display: none;
    }

    .movil {
        display: inherit;
    }

    .topbar {
        display: none;
    }

    .principal {
        background: linear-gradient(to top, #1c1c1c, #1c1c1c96, transparent), #fff url(../img/bg-rentalorellana-movil.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .principal .row_ppal {
        height: 80vh;
    }

    .logo {
        width: 200px;
        margin: 10px auto;
        display: block;
    }

    .box_info {
        padding-top: 300px;
    }

    .box_info h1 {
        font-size: 30px;
    }

    .box_info p {
        font-size: 14px;
        padding: 10px;
    }

    .box_form {
        padding: 20px 30px 30px;
        width: 95%;
        margin: 0 auto;
    }

    .especialidades {
        padding-top: 100%;
    }

    .box_otra_esp {
        margin-bottom: 25px;
    }

    .content_otra_esp p {
        font-size: 13px;
    }

    .flex_testimonio {
        width: 49%;
    }

    .columnas_testimonios {
        padding: 0;
    }
}