body{
    background-color: white;
    font-family: Helvetica, sans-serif;
    color: #333; 
    margin: 0;
}
.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.tel-cor{
    display: flex;
    justify-content: space-between;
    background-color: #255799;
    color: white;

    height: 33px;
}

.container-c-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.tel{
    display: flex;
    align-items: center;
    height: 33px;
}
.corr{
    display: flex;
    align-items: center;
    height: 33px;
}
.tel p {
    margin: 0;
}
.header{
    background-color: white;
    padding: 0 0 1rem 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;


    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.header a{
    color: #333;
    text-decoration: none;
}
.logo-nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
.navigation ul li{
    display: inline-block;
}
.navigation ul li a{
    display: block;
    padding: 0.5rem 1rem;
    transition: all .3s ease;
}
.navigation ul li a:hover{
    color: #255799;
}
/*hover*/
.menu {
    display: flex;
    justify-content: center;
  }


  .menu a {
    position: relative;
    display: block;
    padding: 5px;
  }
  
  .menu a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #255799;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
  }
  
  .menu a:hover::before {
    transform: scaleX(1);
  }
  
  
  /* ANIMATION
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .menu[data-animation="center"] a::before {
    transform-origin: center;
  }


.main{
    padding-top: 8rem;
}
  
/*menu icon*/
.menu-icon{
    display: none;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }



/*responsive*/
@media only screen and (max-width: 768px ) {

    .navigation{
        width: 100%;
        margin-top: 1rem;
    }
    .navigation ul{
        display: none;
    }
    .navigation ul.show{
        display: block;
    }
    .navigation ul li{
        display: block;
    }
    .navigation ul li a{
        padding: 0.5rem 0;
    }
    .menu-icon{
        display: block;
        cursor: pointer;
        padding: 0.5rem 1rem;
    }
}
/*banner*/
.banner{
    width: 100%;
}
.sep-b{
    background-color: #255799;
    height: 23px;
    margin: 0;
}
/*bienvenida*/
.bienv{
    text-align: center;
    height: 505px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.bienv h1{
    color: #255799;
    margin-top: 0;
}
.line-1{
    background-color: #255799;
    height: 2px;
}
.text-b{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.sab-mas{
    background-color: #255799;
    color: white;padding: .5rem 2rem;
    text-decoration: none;
    margin-top: 2rem;
    cursor: pointer;
    transition: all linear .2s;
}
.sab-mas:hover{
    background-color: #13325c;
}
/*nuestros servicios*/
.b-ns{
    background-color: #255799;
}
.b-ns h1{
    color: white;
    text-align: center;
}
.line-2{
    background-color: white;
    height: 2px;
}
.ser-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serv{
    border: solid 1px white;
    border-radius: 5px;
    width: 315px;
    height: 235px;
    color: white;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.cont-ser{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;

}
/*nuestros clientes*/
.line-3{
    background-color: #255799;
    height: 2px;
}
.cont-client{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*footer*/
footer{
    background-color: #255799;
    color: white;
    text-align: center;
    height: 95px;
    display: flex;
    align-items: center;
}
footer p{
    margin: 0;
}

/*btn-wa*/
.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}
/*mision*/
.mision{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin: 1rem auto;
    padding: 3rem 0;
}
.mision p{
    text-align: left;
    color: white;

}
.mision-text{
    width: 45%;
}
.mision h1{
    text-align: left;
}
.mision-img{
    width: 45%;

}
.mision-img img{
    width: 100%;
}
@media only screen and (max-width: 980px ) {
    .mision{
        display: block;
    }
    .mision-text{
        width: 100%;
        margin-bottom: 3rem;
    }
    .mision-img{
        width: 100%;
    }
}
.vision{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin: 1rem auto;
    padding: 3rem 0;
}
.vision p{
    text-align: left;

}
.vision-text{
    width: 45%;
}
.vision h1{
    text-align: left;
}
.vision-img{
    width: 45%;

}
.vision-img img{
    width: 100%;
}
@media only screen and (max-width: 980px ) {
    .vision{
        display: block;
    }
    .vision-text{
        width: 100%;
        margin-bottom: 3rem;
    }
    .vision-img{
        width: 100%;
    }
}
/*servicios */
.serv-blanco{
    min-height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-azul{
    background-color: #255799;
    padding: 0 1.5rem;
    width: 450px;
    height: auto;
    color: white;
}
.img-azul{
    padding: .5rem;
    border: #255799 solid 2px;
    margin-right: -54rem;
}
.text-blanco{
    background-color: #fff;
    padding: 0 1.5rem;
    width: 450px;
    height: auto;
    color: #333;
}
.text-blanco h1{
    color: #333;
    text-align: left;
}
.img-blanco{
    padding: .5rem;
    border: #fff solid 2px;
    margin-right: -9rem;
}
@media only screen and (max-width: 825px ) {
.img-azul {
    display: none;
}
.img-blanco{
    display: none;
}
.serv-blanco {
    min-height: 5px;
    height: auto;
    padding: 2rem 0;

}
}
@media only screen and (max-width: 500px ) {

    .serv-blanco {
        padding:  0;
    }
    .text-azul{
        padding: 4rem 1.5rem;
    }
    .text-blanco{
        padding: 4rem 1.5rem;
    }
}
/*contactanos*/
.ubicacion{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 3rem;
    line-height: 1.5rem;
}
.ub-inf{
    width: 500px;   
    padding-right: 1rem;
}
.map{
    width: 500px;
}
.tel-i{
    list-style-image: url(../img/tel.png);
}
.ubi{
    list-style-image: url(../img/ubi.png);
}
.mail-{
    list-style-image: url(../img/mail.png);
}
.w-p{
    list-style-image: url(../img/wp.png) ;
}
@media only screen and (max-width: 995px ) {

.ubicacion{
    display: block;
}
.ub-inf{
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
}
.map{
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
}
}
/*form*/
.correo{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    max-width: 1085px;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.correo h1{
    text-align: center;
    padding-top: 2rem;
}
.correo form{
    padding: 2rem;
    padding-top: 0;
}
.imp{
    width: 100%;
    height: 20px;
    border: none;
    border-bottom: #255799 solid 2px;
}
form p{
    margin: 2rem 0;
}
.ll{
    margin: 1rem;
}
.msj{
    height: 150px;
    width: 100%;
    border: #255799 solid 2px;
}
.enviar {
    width: 100%;
    background-color: #255799;
    color: white;
    border: none;
    height: 29px;
    margin-top: 1rem;
    font-size: 1rem;
}
/*redes*/
.redes{
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
