@media screen and (max-width: 600px) {
    .borde-izquierdo {
      display: none;
    }

    .parrafo-central{
        padding-left: 15px !important;
    }

    .titulo-nosotros{
        height: 50px !important;
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .team-member img{
        width:90px;
    }

    .titulo-s2 {
        font-size: 20px !important;
    }

    .texto-s3{
        font-size: 20px !important;
    }

    .titulo-s3 {
        font-size: 20px !important;
    }

    .titulo-s4 {
        font-size: 20px !important;
    }

    .texto-s4 {
        font-size: 20px !important;
    }

    .titulo-s5 {
        font-size: 20px !important;
    }

    .texto-s2 {
        font-size: 20px !important;
    }

    .titulo-principal img{
        width:80px;
        height: 80px;
    }
}

body{
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

a {
    color: #96d9e9;
}



#section1{
    background-color: white;
    color:#415069;
}

#section2{
    background-color: white;
    color:#415069;
}


#section3{
    background-color: #415069;
    color:white !important;
}

#section4{
    background-color: white;
    color:#415069;
}

.fondo{
    position: absolute;
}
.img-logo{
    width: 400px;
}

.section{
    overflow: hidden;
    text-align: center
}
.borde-izquierdo{
    height: 100%;
    position: absolute;
}

.parrafo-central{
    max-width: 600px;
    display: block;
    margin: auto;
    /* margin-left: 30px;*/
    text-align: justify;
    text-align: left; 
    padding: 30px;
    padding-left: 150px;
    padding-right: 0px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.vertical-center {
    margin-top:5%;
  }

.titulo-nosotros{
    height: 100px;
    background: #72CBE2;
    text-align: center;
    color: white;
    display: block;
    line-height: 100px;
    font-size: 40px;
}

.team{
    margin-top:5%
}


.team-member p{
    max-width: 300px;
    margin: auto;
    font-size: 12px;
}

.white-text{
    color:white;
}

.imagen-icono{
    display: block;
    margin-top:5%;
}


.titulo-principal{
    
    font-weight: 1000;
    margin-top: 5%;
    max-width: 250px;
    margin: auto;
    text-align: left;
    color: #405069;
    margin-top: 10%;
}


.texto-seccion{
    text-align: left;
    border-left: 4px solid #72CBE2;
    
}

.titulo-s2{
    font-size: 30px;
}

.texto-s2{
    font-size: 25px;
}


.titulo-s3{
    font-size: 30px;
    color:white;
}

.texto-s3{
    font-size: 23px;
}


.titulo-s4{
    font-size: 30px;
}

.texto-s4{
    font-size: 25.9px;
}



.texto-seccion p{
    margin-top:40px;
    max-width: 400px;
}

.contenido-seccion{
    margin: auto;
    margin-top: 5%;
}



.scroll-downs {
    position: fixed;
   
    right: 0;
    bottom: 20;
    left: 0;
    margin: auto;
    
    width :37px;
    height: 40px;
  }
  .mousey {
    width: 1px;
    padding: 10px 15px;
    height: 30px;
    background-color: #56b2c7;
    border: 2px solid #f8f9fa;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #f8f9fa;;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }

  .contenedor-contacto{
      margin-top:5%;
  }