*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.padding-not{
    padding: 0px !important;
}
/* .......... HEADER ..........  */
header{
    padding-top: 80px;
}
.header{
    box-sizing: border-box;
    min-height: 100vh;
    background-image: url('http://institutoprado.com.mx/images/sections/home/chica.png');    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center 10;
    max-height: 100vh;
    background-attachment: fixed;
}
.nosotros{
    background-image: url('../images/sections/somos/img-nosotros.png') !important;
    background-position: 85% 0 !important;
    background-size: unset !important;
    min-height: 434px !important;
    max-height: 434px !important;
}
.especialistas{
    background-image: url('../images/sections/especialistas/img-especialistas.png') !important;
    background-position: 85% 0 !important;
    background-size: unset !important;
    min-height: 434px !important;
    max-height: 434px !important;
}
.tratamientos{
    background-image: url('../images/sections/tratamientos/img-tratamientos.png') !important;
    background-position: 85% 0 !important;
    background-size: unset !important;
    min-height: 434px !important;
    max-height: 434px !important;
}
.testimonios{
    background-image: url('../images/sections/testimonios/img-testimonios.png') !important;
    background-position: 85% 0 !important;
    background-size: unset !important;
    min-height: 434px !important;
    max-height: 434px !important;
}
.padecimientos{
    background-image: url('../images/sections/padecimientos/img-padecimientos.png') !important;
    background-position: 85% 0 !important;
    background-size: unset !important;
    min-height: 434px !important;
    max-height: 434px !important;
}
.logo {
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 7px 40px;
    color: #9b9a9a;
}
nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    line-height: 60px;
    z-index: 999;
}
nav ul {
    line-height: 60px;
    list-style: none;
    background: rgba(255, 255, 255, 0.90);
    overflow: hidden;
    color: #9b9a9a;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
    height: 120px;
}
.black {
    display: block;
}

nav.black ul {
    background: rgba(255, 255, 255, 0.90);
}
nav ul li {
    display: inline-block;
    padding: 30px 40px;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #9b9a9a;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s ease; 
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
   
}
nav ul li a:hover
{
    text-decoration: none;
    background: 0 0;
    color: #151515;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #9b9a9a;
    display: none;
}
.logo-static{
    display: inline-block;
    float: left;
    width: 35%;
    padding-top: 85px;
}
.menu-static{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}
.menu-static li{
    background: 0 0;
    float: none;
    text-align: left;
    position: relative;
    line-height: 20px;
}
.menu-static li:hover {
    visibility: inherit;
}
.menu-static li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #9b9a9a;
    padding: 0 10px 0 0;
    border: none; 
    background: 0 0;
    text-transform: uppercase; 
    -webkit-transition: all .2s ease; 
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
    padding: 10px 12px;
    text-decoration: none;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.menu-static li a:hover{
    background: 0 0;
    color: #151515;
    text-indent: 20px;
}
.menu-static li a:before {
    content: '/';
    font: bold 30px/40px 'Times New Roman';
    color: #151515;
    position: absolute;
    width: 10px;
    height: 100%;
    top: -2px;
    left: -10%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-static li a:hover:before {
    opacity: 1;
    left: -15px;
}

/*...  HOME  ...*/
/* ..... Section 1  .....  */
.section1
{
    margin-bottom: 240px;
}
.section1 .brindamos{
    list-style: none;
    text-align: right;
}
.section1 .brindamos .text-black{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 36px;
    margin: 0px;
}
.section1 .brindamos .text-purple{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #782652;
    font-size: 36px;
    margin: 0px;
}
.section1 .brindamos .text-green{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #8ba645;
    font-size: 36px;
    margin: 0px;
    text-transform: uppercase;
}
.section1 .ayudarte{
    text-align: right;
    padding-top: 290px;
    padding-right: 180px;
}
.section1 .ayudarte p{
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 28px;
    margin: 0;
}
/* ..... Section 2  .....  */
.section2 .post-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 58px;
    color: #782652;
    line-height: 0.8;
    margin-bottom: 20px;
}
.section2 .post-subtitle{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
}
.section2 .post-text{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
}
.section2 .link a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: all .2s ease; 
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
     transition: all .2s ease; 
}
.section2 .link a:hover{
    background: 0 0;
    color: #151515;
    text-indent: 20px;
}
.section2 .link a:before {
    content: '/';
    font: bold 30px/40px 'Times New Roman';
    color: #151515;
    position: absolute;
    width: 10px;
    height: 100%;
    top: -7px;
    left: -10%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section2 .link a:hover:before {
    opacity: 1;
    left: -15px;
}
.section2 .overlay{
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.section2 .overlay:hover{
    opacity: 1;
}
.section2 .text{
    width: 80%;
    color: white;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

/*  section3  */
.section3{
    margin-top: 250px;
}
.section3 .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 58px;
    color: #782652;
    text-align: center;
}
.section3 .subtitle{
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 58px;
    color: #782652;
    margin-bottom: 70px;
    text-align: center;
}
.section3 .text{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 100px;
    text-align: center;
    font-weight: 400;
}
.section3 .section3-carrusel a:hover{
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.section3 .section3-carrusel img{
    width: auto !important;
    height: auto !important;
    margin: auto;
}
.section3 .carrusel-title{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #000;
    margin-top: 20px;
}
.section3 .carrusel-subtitle{
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}
/* ......  section 4 ...... */
.section4{
    margin-top: 250px;
}
.section4 .image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/sections/home/especialistas-a-tu-servicio.jpg');
    background-position: center center;
    background-size: cover;
}
.section4 .purple{
    background-color: #782652;
    color: #fff;
}
.section4 .text{
    padding: 120px 30px 150px 30px;
}
.section4 .text h3{
    font-size: 68px;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}
.section4 .text h4{
    font-size: 44px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.section4 .text p{
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.section4 .text a{
    color: #fff;
    margin-top: 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.section4 .text a:hover{
    text-decoration: none;
    background: 0 0;
    color: #151515;
    text-indent: 20px;
}
.section4 .text a:before {
    content: '/';
    font: bold 30px/40px 'Times New Roman';
    color: #151515;
    position: absolute;
    width: 10px;
    height: 100%;
    top: -8px;
    left: -10%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.section4 .text a:hover:before {
    opacity: 1;
    left: -15px;
}
.section4 .green{
    background-color: #80A73A;
    color: #fff;
}
.section4 .link-contacto a{
    width: 100%;
    height: 100%;
}
.section4 .link-contacto a:hover{
    text-decoration: none
}
.section4 .link-contacto p{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: white;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-top: 55px;
    margin-left: 5px;
}
.section4 .link-contacto span{
    display: inline-block;
    position: relative;
    margin-left: 25px;
}
.section4 .link-contacto span img{
    max-width: 100%;
    height: auto;
}
/* ......  section 5 ...... */
.section5{
    margin-top: 250px;
    margin-bottom: 250px;
}
.section5-carousel a{
    display: inline-block;
    width: 100%;
}
.section5-carousel a:hover{
    text-decoration: none;
}
.section5-carousel img{
    width: auto !important;
    margin: auto;
    /*border-radius: 50%;
    border: solid 10px #8dc0b8;*/
}
.section5-carousel .item h3{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top:35px;
}
.section5-carousel .item h5{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 15px !important;
}
.section5-carousel .item h6{
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
}
.section5-carousel .item h4{
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top:30px;
}
.section5-carousel .item p{
    color: #000;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top:40px;
}
.section5-carousel .owl-prev {
    margin: 0 0 0 -1.1em !important;
    left: 0 !important;
    display: inline-block;
    position: absolute !important;
    top: 15% !important;
    outline: none;
    border: none !important;
}
.section5-carousel .owl-next {
    margin: 0 -1.1em 0 0 !important;
    right: 0 !important;
    display: inline-block;
    position: absolute !important;
    top: 15% !important;
    outline: none;
}
.section5-carousel .owl-prev{
    background: none !important;
}
.section5-carousel .owl-next{
    background: none !important;
}
.section5-carousel .owl-prev img{
    border: none !important;
}
.section5-carousel .owl-next img{
    border: none !important;
}
/* ......  section 6 ...... */
.section6 h1{
    margin: 0;
    font-size: 58px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.section6 p{
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding-top: 25px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
.section6 a{
    font-weight: 400;
    font-size: 16px;
    position: relative;
    margin: 0;
    padding-top: 25px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #fff;
}
.section6 p span{
    position: absolute;
    right: -17px;
    top: 23px;
}
/* ......  section 7 ...... */
.section7{
    margin-top: 120px;
}
.section7 h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #782652;
    width: 65%;
    margin: auto;
    text-align: center;
}
.section7 h4{
    color: #000;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.section7 h5{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    width: 75%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 120px;
    line-height: 1.9;
    font-weight: 500;
    text-align: center;
}
.section7 p{
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 1.9;
    color: #000;
}
.section7 .space-left{
    padding-right: 31px;
}
.section7 .space-right{
    padding-left: 31px;
}
.section7 .row .col-md-6{
    margin-bottom: 195px;
}
.section7 hr{
    background-color: #782652;
    margin-bottom: 115px;
}
.section7  ul{
    list-style: none;
    padding: 15px;
}
.section7 ul li{
    position: relative;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 45px;
}
.section7 ul li span{
    display: inline-block;
    color: #782652;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: -25px;
}
/* ......  section 8 ...... */
.section8{
    margin-top: 120px;
}
.section8 h3{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    text-align: justify;
    margin-bottom: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
.section8 p{
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.9;
}
.section8 p span{
    color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 16px; 
}
.section8 ul{
    list-style: none;
    padding: 15px;
}
.section8 ul li{
    position: relative;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    line-height: 1.9;
    font-size: 16px; 
}
.section8 ul li span{
    display: inline-block;
    color: #782652;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: -25px;
}
/* ......  section 9 ...... */
.section9{
    margin-top: 120px;
}
.section9 h3{
    color: #000;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.section9 p{
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.9;
}
.section9 hr{
    background-color: #782652;
    margin-bottom: 200px;
    margin-top: 200px;
}
.section10{

}

.section10 h3{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.section10 h4{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.section10 h5{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    margin-bottom: 35px;
}
.section10 p{
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: 1.5;

}
.section10 .link-email{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
}
.section10 .plus{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 52px;
}
.section11{
    margin-top: 120px;
}

.section11 h3{
    font-size: 16px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    padding: 0px 40px;
    margin-bottom: 40px;
}
.section11 ul{
    list-style: none;
    padding: 0px 40px;
}
.section11 ul li{
    font-size: 16px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.9;
}
.section11 hr{
    background-color: #8B2151;
    width: 100%;
    margin: 100px 0px;    
}
.section12{
    margin-top: 120px;
}
.section12 h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}
.section12 p{
    font-size: 16px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
    margin: 0;
    line-height: 1.9;
}
.section12 span{
    display: inline-block;
    color: #782652;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: -25px;
}
.section12 strong{
    font-size: 16px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 46px;
    display: block;
}


.aside{
    background-color: #F8F4F3;
    padding: 67px 40px;
}
.aside h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #000;
    margin-top: 36px;
    margin-bottom: 40px;
    font-weight: 700 !important;
    font-style: normal !important;
    padding: 0px !important;
    text-transform: uppercase;
    text-align: center;
}

.aside h4{
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0px 25px;
    line-height: 1.5;
}

.aside h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #8B2151;
    font-size: 28px;
    text-align: center;
}
.aside h5 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #8B2151;
    font-size: 28px;
    text-align: center;
}

.aside h6{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
}
.aside p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.aside hr{
    background-color: #8B2151;
    width: 100%;
    margin: 100px 0px;
}
/* ......  Footer ...... */
/* ......  wrapper ...... */
.footer .wrapper-green{
    background-color: #80A73A;
    color:#fff;
}
.footer .wrapper-green .title{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 58px;
    padding: 70px 0px;
    text-align: center;
}
.footer .footer-carousel a:hover{
    text-decoration: none;
}
.footer .footer-carousel p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0px 20px;
    font-weight: 400;
    min-height: 200px;
    overflow: auto;
}
.footer .footer-carousel h5{
    text-align: center;
    padding: 0px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.footer .footer-carousel span{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.footer .footer-carousel .plus{
    margin-top:15px;
    height: auto !important;
    min-height: auto !important;
    margin-bottom: 50px !important;
}
.footer .footer-carousel .plus img{
    width: auto !important;
    height: auto !important;
    margin: auto;
}
.footer .wrapper-pink{   
    padding-bottom: 60px;
    background-color: #F8F4F3;
}

.footer .wrapper-pink .logo-footer{   
    padding-top: 40px;
    text-align: center;
}
.footer .wrapper-pink .container-text-footer{
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer .wrapper-pink .social-footer{
    padding-top: 30px;
}
.footer .wrapper-pink .text-footer{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #757575;
    margin: 0;    
}
.footer .wrapper-pink h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #757575;
    margin-bottom: 13px;
}
.footer .wrapper-pink .form-footer{
    width: 270px;
    height: 38px;
    border: solid 1px #757575;
    background-color: #fff;
    display: flex;
}
.footer .wrapper-pink .form-footer input{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: none !important;
    background-color: #fff;
    width: 230px;
    padding: 5px;
    outline: none;
}
.footer .wrapper-pink .form-footer button{
    border-radius: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    float: right;
}
.footer .wrapper-pink h3{
    font-weight: bold;
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
    color: #782652;
    margin-top: 50px;
    margin-bottom: 0px;
    line-height: 0.9;
}
.footer .wrapper-pink h4{
    font-weight: lighter;
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
    color: #782652;
    margin: 0px;
}
.footer .wrapper-pink .phone-footer a{
    font-weight: bold;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #71C1B8;
}
.contacto h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contacto form{
    padding: 0px 80px;
}

.contacto form input{
    background-color: transparent;
    border: 1px solid #fff;
    height: 50px;
    width: 100%;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 22px;
    padding: 17px;
}

.contacto form textarea{
    background-color: transparent;
    border: 1px solid #fff;
    width: 100%;
    height: 110px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; 
    padding: 17px;
}
.contacto form button{
    background-color: #80A73A;
    color: #fff;
    border:0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 60px;
    height: 50px;
}
.contacto form input::placeholder { 
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; 
}
.contacto form input:-ms-input-placeholder { 
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.contacto form input:-ms-input-placeholder { 
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.contacto form textarea::placeholder { 
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; 
}
.contacto form textarea:-ms-input-placeholder { 
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.contacto form textarea:-ms-input-placeholder { 
    color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
/*extras*/
/* ... modal contact ... */
/*.modal-open .modal{
    padding: 0 !important;
}.modal-xl{
    width: 100%;
    margin: 0;
    
}
*/
button.close{
    padding: 15px;
    position: absolute;
    right: 0;
    opacity: 1 !important;
    outline: none;
}
.modal-body{
    padding: 0 !important;   
}
.modal-content{
    background-color: #782652 !important;
    border: none;
    border-radius: 0;
   
}

@media (min-width: 1200px){
.modal-xl {
    max-width: 85%;
}
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 85%;
}
}
.wrapper-line-header{
    padding: 45px 0px;
}
.color-line-blue{
    background-color: #71C0BA;
    color: #fff;
}
.color-line-green{
    background-color: #80A73A;
    color: #fff;
}
.color-line-red{
    background-color: #782652;
    color: #fff;
}
.padding-somos-left{
    padding-right: 40px;
}
.padding-somos-right{
    padding-left: 40px;
}
.padding-lateral{
    padding: 0;
}
.space-lateral{
    margin-top: 35px;
}
.space-top-especialistas{
    margin-top: 120px;
}
.padding-especialistas{
   padding-right: 100px; 
}
.span-blue{
    display: inline-block;
    color: #71C1B8;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: -25px;
}
.span-green{
    display: inline-block;
    color: #80A73A;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: -25px;
}
.span-purple{
    display: inline-block;
    color: #8B2151;
    font-size: 35px;
    position: absolute;
    top: -15px;
    left: -25px;
}

@media (max-width: 995px) { 

    .logo-static{
        display: none;
    }
    .menu-static{
        display: none;
    }
    nav{
        display: block;
    }

    .logo {
        position: fixed;
        top: 0;
        margin-top: 16px;
    }
    .logo img{
        width: 125px !important;
    }

    nav ul {
            max-height: 0px;
            background: rgba(255, 255, 255, 0.90);
            height: auto !important;
    }

    nav.black ul {
            background: rgba(255, 255, 255, 0.90);
    }

    .showing {
            max-height: 34em;
    }

    nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 15px !important;
            text-align: center;
    }

    .menu-icon {
            display: block;
    }
    #logo{
        display: none;
    }

}
/* Small devices (landscape phones, 576px and up) */

/* Large devices (desktops, 992px and up) */
@media (max-width: 1290px) { 
    .section4 .text h3{
        font-size: 4vw;
    }
    
}
@media (max-width: 1190px) {
nav ul li{
        padding: 30px 15px;
    }
} 
@media (max-width: 1160px) { 
    .section2 .post-title{
        font-size: 4vw;
    }
    .section4 .link-contacto p{
            margin-left: 0px; 
            font-size: 45px;
    }
    .section4 .link-contacto span {
        margin-left: 16px;
    }
    
    
}
/* Extra large devices (large desktops, 1200px and up)*/





@media (max-width: 992px) { 

    .section4 .link-contacto p{
            margin-left: 0px; 
            font-size: 30px;
    }
    .section4 .link-contacto span {
        margin-left: 6px;
    }
    .footer .wrapper-pink h3{
        font-size: 4vw;
    }
    .footer .wrapper-pink h4{
        font-size: 4vw;
    }
    .footer .wrapper-pink .phone-footer a{
        font-size: 4vw;
    }
    .footer .wrapper-pink .form-footer{
        width: 100%;
    }
    .footer .wrapper-pink .form-footer input{

    }
    
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 

    .section1 .brindamos .text-black{
        text-align: center;
    }
    .section1 .brindamos .text-purple{
        text-align: center;
    }
    .section1 .brindamos .text-green{
        text-align: center;
    }
    .section1 .ayudarte{
        text-align: center;
        padding-top: 50px;
        padding-right: 00px;
    }
    .section2 .post-title {
        margin-top: 20px;
    }
    .section3 .subtitle{
        font-size: 4vw;
    }
    .section2 .container .row .col-md-6 img{
        width: 100% !important;
    }
    .section4 .link-contacto p {
        writing-mode: inherit;
        transform: rotate(0deg);
        text-align: center;

    }
    .section4 .link-contacto span {
    /* margin-left: 6px; */
    margin: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
        padding-bottom: 20px;
    }
    .footer .wrapper-green .title{
        font-size: 4vw;
    }
}
@media (max-width: 767px) { 
    
}

@media (max-width: 576px) { 
    
}

@media (max-width: 425px) { 
    .header{
        background-position: 90% 100px !important;
    }
    .section1 {
    margin-bottom: 100px;
    }
    .section2 .post-title {
    font-size: 9vw;
}
.section3 {
    margin-top: 100px;
}
    .section3 .subtitle {
    font-size: 8vw;
}
.section4 {
    margin-top: 100px;
}
    .section4 .text h3 {
    font-size: 10vw;
}
.section5 {
    margin-top: 100px;
    margin-bottom: 100px;
}
    .footer .wrapper-green .title {
        font-size: 10vw;
    }
    .footer .wrapper-pink h3 {
    font-size: 10vw;
    }
    .footer .wrapper-pink h4 {
    font-size: 10vw;
}
.footer .wrapper-pink .phone-footer a {
    font-size: 10vw;
}
.section6 h1{
    font-size: 8vw;
}
.section7 .space-left {
    padding-right: 15px;
}
.section7 .space-right {
    padding-left: 15px;
}
.contacto form {
    padding: 0px 20px;
}

.footer .wrapper-pink .form-footer input {
    width: 90%;
}


.section5-carousel .owl-prev {
    margin: 0 0 0 0em !important;
}

.section5-carousel .owl-next{
    margin: 0 -0.0em 0 0 !important
}

.padding-especialistas {
    padding-right: 15px;
}

.padding-somos-left {
    padding-right: 15px;
}
.padding-somos-right {
    padding-left: 15px;
}
.media{
    display: block;
    text-align: center;
}
.section11 h3{
    margin-top: 40px;
}
.section11 ul {
    list-style: none;
    padding: 0px 15px;
    text-align: left;
}
.section7 .row .col-md-6 {
    margin-bottom: 19px;
}


}





/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .header{
            background-attachment: unset !important;
    
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .header{
            background-attachment: unset !important;
    
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .header{
            background-attachment: unset !important;
    
    }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .header{
            background-attachment: unset !important;
    
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .header{
            background-attachment: unset !important;
    
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .header{
            background-attachment: unset !important;
    
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

    .header{
            background-attachment: unset !important;
    
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .header{
            background-attachment: unset !important;
    
    }

}
