*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    

}
body{
    margin: 0;
    font-family: "open sans", sans-serif;
    
}
header{
    width: 100%;
    height: 0px;
    background: #fff;
    
    top: 10;
    left: 0;
    z-index: 100;
}
.menu-fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background: white;
    
    
    
}


/*CABECERA*/

.w3l-top-header{
    width: 100%;
    background: #f2f2f4;
    color: white;
    padding: 4px 4px; 
    display: none;
    
}
.d-grid{
    display: flex;
    margin-top: 6px;
       
}


.w3l-top-header .top-headers li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  
  
  }

.w3l-top-header .top-headers li {
    display: inline-block;
    border-right: 0px solid rgba(223, 223, 223, 0.3);
    padding: 2px 5px;
    margin-right: .5em;
    padding-right: .5em;
    }

.w3l-top-header .top-headers li span {
    margin-right: 2px;
    font-size: 15px; }

.w3l-top-header .top-headers li a:hover,
.w3l-top-header .top-headers li:hover {
      opacity: 5; 
      color:rgb(219, 101, 101);}

/*CONTAINER CABECERA*/

.contenedor {
    width: 100%;
    margin: auto;
    height: 30px;
    
        
}

.logo__img{
    width: 70px;
    height: 60px;
    font-size: 0.6em;
}

header img{
    float: left;
}
.navbar-brand{
    text-decoration: none;
    color: rgb(4, 34, 205);
}

header h1{
    float:left;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-left: 16px;
    

}

header span{
    float: right;
    font-size: 35px;
    margin: 6px 3px;
    cursor: pointer;
}

.menu{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 50px;
    left: 0;
    background: white;
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 1000;

}


.mostrar{
        transform: translateX(0%);
              
}

.menu a{
    display: block;
    color: rgb(53, 51, 51);
    height: 43px;
    text-decoration: none;
    
    text-align: center;
    margin-top: 5px;
    padding-top: 12px;
    font-size: 1.1rem;

        
}

.menu a:hover {
    background: rgb(42, 42, 248);
    color: white;
}
.menu .menu__link{
    background-color:rgb(226, 226, 235);
    border-radius: 20%;
    
    
}

header .contenedor{
    display: table;
}

/* SLIDER*/

.container-slider{
    
    margin: 48px 0;
    position: relative;
    overflow: hidden;
    
   
}

.slider {
    display: flex;
    width: 400%;
    height: 550px;
    margin-left: -100%;
    position: relative;
    
}
.slider__section{
    width: 100%;
    position: relative;

}
.slider__img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
}
.slider__btn{
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    font-family: monospace;
    text-align: center;
    border: radius 50%; 
    cursor: pointer;
}

.slider__btn:hover{
    background: #fff;

}
.slider__btn--left{
    left: 10px;
}
.slider__btn--right{
    right: 10px;
}
.slider__content{
     
  position: absolute;
  top: 10%;
  left: 80px;
  color: white;
  transform: translate(-50% -50%);
  width: 60%;
  text-align: center;
  padding: 10px;
  line-height: 25pt;
  
}

.slider__content h6 {
    font-size: 25px;
    margin-bottom: 14px;
    color: rgb(241, 240, 245);
    font-weight: 100; 
    
    text-align: center;}

.slider__content h5 {
     color: rgb(246, 247, 252);
    font-size: 30px;
    line-height: 60px;
    text-transform: none;
    font-weight: 700; }

.slider__content p {
    color: #f8f6f4;
    font-size: 15px; }



.slider__content a {
    font-size: 20px;
    color: rgb(247, 242, 242);
    background: rgb(70, 106, 224);
    border-color: white;
    text-decoration: none;
    border-radius: 40%;
    
    
    
}

.slider__content a:hover {
      color: #fff;
      background-color: #ee941f;
      border-color: #f0222d;
     }


/*Contenido*/

.container-tips{
    width: 100%;
}
.container-info{
    line-height: 20pt;
    width: 100%;
    
}
.container-items a{
    width: 100%;
}


.container-items .title{
      text-align: center;
      padding: 10px;
      font-size: 1.4rem;
      color: rgb(42, 76, 90);

}
.container-items .text{
    text-align: justify;
    margin-left: 8px;
    margin-right: 8px;
    
}
.container-items .info{
    text-align: justify;
    margin-right: 8px;
    margin-left: 8px;
    
}

.container-items .btn-serv{
    
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    color: white;
    padding: 10px 10px;
    list-style: none;
    margin: 10px 8px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10%;

}


.btn-serv {
    width: 100%;
    text-align: center;
    background-color: #072298;
    border-color: #121213;
    cursor: pointer; }

   .btn-serv:hover {
    color: white;
    background-color: #45aa16;
    border-color: #ede7e8; }

.container-items .btn-contact{
    color: white;
    padding: 10px 10px;
    list-style: none;
    margin: 10px 8px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10%;}

.btn-contact {
    width: 100%;
    text-align: center;
    background-color: #0524ad;
    border-color: #121213; }
        
    .btn-contact:hover {
        color: white;
        background-color: #b96d0b;
        border-color: #f0222d; }

.img-contenido{
    width: 97%;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 10px;
    
}

/*services section*/

.servicios-section{
    width: 100%;
}

.title-big{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    color: rgb(42, 76, 90);
}

.imagen{
    width: 270px;
    height: 200px;
    margin: 5px 40px;
    margin-top: 20px;
    background-image: url(../IMAGEN/W6.jpg);
}
.imagen2{
    width: 270px;
    height: 200px;
    margin: 5px 40px;
    margin-top: 20px;
    background-image: url(../IMAGEN/W7.jpg);
}
.imagen3{
    width: 270px;
    height: 200px;
    margin: 5px 40px;
    margin-top: 20px;
    background-image: url(../IMAGEN/conocimiento4.jpg);
}
.imagen4{
    width: 270px;
    height: 200px;
    margin: 5px 40px;
    margin-top: 20px;
    background-image: url(../IMAGEN/W9.jpg);
}

.info{
    overflow: hidden;
    position: absolute;
    width: 270px;
    height: 200px;
    background-color: rgba(44, 83, 212, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    border-radius: 10%;

}
.imagen:hover .info{
    opacity: 1;
}

.servicios:hover .info{
    opacity: 1;
    
}
.servicios:hover h1{
    margin-left: 10px;
}
.servicios:hover p{
    margin-top: 35px;
}

.imagen h1{
    margin-top: 40px;
    margin-left: -500px;
    color: white;
    text-align: center;
    font-size: 20px;
    -webkit-transition: margin 0.5s;
}
.imagen p{
    margin-top: 210px;
    color: white;
    text-align: center;
    -webkit-transition: margin 0.5s;
}

.imagen2 h1{
    margin-top: 40px;
    margin-left: -500px;
    color: white;
    text-align: center;
    font-size: 20px;
    -webkit-transition: margin 0.5s;
}
.imagen2 p{
    margin-top: 210px;
    margin-left: 2px;
    margin-right: 2px;
    color: white;
    text-align: center;
    -webkit-transition: margin 0.5s;
}
.imagen3 h1{
    margin-top: 40px;
    margin-left: -500px;
    color: white;
    text-align: center;
    font-size: 20px;
    -webkit-transition: margin 0.5s;
}
.imagen3 p{
    margin-top: 210px;
    margin-left: 2px;
    margin-right: 2px;
    color: white;
    text-align: center;
    -webkit-transition: margin 0.5s;
}
.imagen4 h1{
    margin-top: 40px;
    margin-left: -500px;
    color: white;
    text-align: center;
    font-size: 20px;
    -webkit-transition: margin 0.5s;
}
.imagen4 p{
    margin-top: 210px;
    margin-left: 2px;
    margin-right: 2px;
    color: white;
    text-align: center;
    -webkit-transition: margin 0.5s;
}

.blog-info{
    width: 270px;
    margin-left: 70px;
    font-size: 1.4rem;
    display: flex;
                    
}
.blog-info2{
    width: 270px;
    margin-left: 45px;
    font-size: 1.4rem;
    display: flex;
                    
}
.blog-info3{
    width: 270px;
    margin-left: 45px;
    font-size: 1.4rem;
    display: flex;
                    
}
.blog-info4{
    width: 270px;
    margin-left: 45px;
    font-size: 1.4rem;
    display: flex;
                    
}

.blog-info h4{
    margin-left: 10px;
}
.blog-info2 h4{
    margin-left: 10px;
}
.blog-info3 h4{
    margin-left: 10px;
}
.blog-info4 h4{
    margin-left: 10px;
}

 /*Información Especial*/       
.info-contacto{
    line-height: 20pt;
    width: 100%;
}
.info-especial p{
    text-align: justify;
    padding-left: 35px;
}
.btn-contacto{
    margin-top: 10px;
    text-align: center;
    
}
.btn-contacto a{
    font-size: 20px;
    height: 15px;
    padding: 15px;
}

.btn-style {
    width: 100%;
    text-decoration: none;
    padding: 1px;
    text-align: center;
    color: #0b0b0b;
    background-color: #f1f2f7;
    border-color: #121213;
    border-radius: 10%; }
        
    .btn-style:hover {
        color: white;
        background-color: #3235f0;
        border-color: #f0222d; }

/*clientes*/

.clientesrec{

    margin-top: 120px;
}
.clientes-section{

    
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}
 .clientes{
    
    width: 150px;
    margin: 0 20px;
    

}


/* SLIDER clientes*/

.titulo{
    text-align: center;
    font-size: 25px;
    padding-top: 50px;
}
.slider-box{
    width: 100px;
    height: auto;
    margin: 20px auto 0;
}
.slider-box ul{
    display: flex;
    padding: 0;
    width: 450%;
    animation: slide 10s infinite alternate ease-in-out;
}
.slider-box li{
    width: 5%;
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;

}


/*
.text{
    position: absolute;
    text-align: center;
    padding: 0 250px;
    top: 250px;
    color: #FFFFFF;

}
.texto h2 {
    font-size: 45px;
    margin-bottom: 35px;
}

*/
.slider-box img{
    width: 100%;
}



@keyframes slide {
    0%{margin-left: 0;}
    25%{margin-left: 25%;}

    25%{margin-left: -25%;}
    35%{margin-left: -35%;}

    35%{margin-left: -35%;}
    55%{margin-left: -55%;}

    55%{margin-left: -55%;}
    70%{margin-left: -70%;}

}
.slider-box{
    width: 1000px;
    height: auto;
    margin: 50px auto 0;
    overflow: hidden;
}






/*FOOTER*/

.cont-footer{
    max-width: 1200px;
    background-color: #182c44;
    margin: auto;
       
    

}
.footer{
    margin-top: 30px;
    background-color: #182c44;
    padding: 50px 0;
}
ul{
    list-style: none; 
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.footer-col{
    width: 25%;
    padding: 0 10px;
    line-height: 30px;
    
    
}


.footer-col h4{
    font-size: 20px;
    color:white;
    
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    margin-left: 25px;
    
}
.footer-col p{
    font-size: 18px;
    color: #bbbbbb;
    text-align: justify;
    
}
.footer-col a{
    font-size: 18px;
    color: #bbbbbb;
    text-align: justify;
    text-decoration: none;
    
}
.footer-col h4::before{
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background-color: yellow;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li :not(:last-child){
    margin-bottom: 10px;

}



.footer-col ul li a{
    font-size: 18px;
    margin-left: 25px;
    text-decoration: none;
    color: white;
    font-weight: 450;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}


.footer-col ul li a:hover{
    color: white;
    padding-left: 10px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    color: rgba(255,255,255,0.3s);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    background-color:#515358 ;

}
.footer-col .social-links a:hover{
    color:#24262b;
    background-color: #ffffff;
}

/*Derechos Reservados*/

.w3l-copyright .copy-footer-29 a {
    color: #fff;
   }
   .w3l-copyright .copy-footer-29 {
    color: #fff;
    text-align: center;
   }
  
  .w3l-copyright .copy-footer-29 a:hover {
    color: #fff;
    opacity: .7; }
  
   .w3l-copyright{
    padding: 1.5em 0;
    border-top: 1px solid rgba(167, 166, 166, 0.2);
    background: #182c44;
  }
  
  .w3l-footer-29-main .footer-29 form {
    margin-top: 25px;
    position: relative; }
  
  .w3l-footer-29-main .footer-post a {
    font-weight: 500;
    color: #ccc;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    display: inline-block; }
  
  .w3l-copyright #movetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgb(245, 107, 53);
    padding: 0;
    line-height: 36px;
    border-radius: 35px;
    transition: 0.9s; }

    html {
        scroll-behavior: smooth; }
  
  .w3l-footer-29-main .footer-post a:hover {
    color: #eee; }
  
  .w3l-footer-29-main .map-iframe-ft iframe {
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter);
    height: 200px;
    border-radius: var(--border-radius); }
  
  .w3l-copyright p.copy-footer-29 {
    align-self: center;
    color: #c2c2c2;
    font-size: 17px;
    letter-spacing: .5px; }

  /*Boton whatsapp*/

.btn-wsp{
        position:fixed;
        width:50px;
        height:50px;
        line-height: 50px;
        bottom:80px;
        right:18px;
        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;}

   /*PAGINA NOSOTROS*/

.nosotros-tips{
    
    margin-top: 80px;

}
.nosotros-info{
    padding: 5px 5px;
}
.container-items{
    background-color: rgb(233, 231, 229);
    
}
.container-items p{
    margin-top: 20px;
    font-size: 1.2rem;
    

}
.container-img .img-contenido{
    
    margin-left: 10px;
    margin-right: 0px;
}
.container-img p{
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 10px;
    text-align: justify;
}
.valores{
    margin-top:30px;
     
}

.cont-valores{
    
    background-color: #145bdf;
    color: white;
    border-radius: 10%;
    margin: 50px 10px;
    border-style: groove;
    
    
}
.cont-valores p{
    font-size: 1.2rem;
    text-align: center;
    
}
.cont-valores h1{
    text-align: center;
    margin-top: 10px;
}
.cont-valores:hover{
    
    background-color: #df830b;
    color: #fff;
}
.btn-nosotros{
    
    margin: 20px 20px;
    
    margin-left: 90px;
    text-align: center;
    color: #3646f4;
    line-height: 90px;
    text-decoration: none;
    
}

.info-nos a{
    
    font-size: 1rem;
    background-color: #c9c9cf;
    color: #0b0b0b;
    border-radius: 10%;
    border-bottom: black;
    padding-left: 1px;
}
.container-items a:hover{
    background-color: #0928f0;
    color: white;
}
.info-nos{
    background-color: rgb(233, 231, 229);
}
.info-nos p{
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 5px;
    text-align: justify;
    font-size: 1.2rem;
}

.img-nos{
    
    margin-top: 0px;
    margin-left: 0px;
    align-content: center;
    background-color: #c9c9cf;
    
}

.filosofia-nos{
    margin-bottom: 70px;
    background-color: #145bdf;
    margin-left: 100px;
    margin-right: 60px;
}

.filosofia-nos:hover{
    
    background-color: #df830b;
    color: #fff;
}

.filonos{
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    font-size:large;
    color: white;
    margin-bottom: 20px;
}

.filosofia-nos h3{
    color: white;
    font-size:larger;
    
}

  /*PAGINA SERVICIOS*/

.container__Servicios{
    margin-top: 100px;
}
.contenido-info{
    margin-top: 40px;
}
.contenido-img{
    margin-left: 30px;
    
}
.servicio-info{
    margin-left: 30px;
}
.row h6{
    
    font-size: 1.2rem;
    margin-left: 60px;
}
.row h5{
    
    font-size: 1.2rem;
    margin-left: 1px;
    
}
.row h4{
    
    font-size: 1.2rem;
    margin-left: 5px;
}
.row h3{
    
    font-size: 1.2rem;
    margin-left: 0px;
}

.row span{
    padding: 5px;
}
.row h6 a{
    text-decoration: none;
}
.row h5 a{
    text-decoration: none;
}
.row h4 a{
    text-decoration: none;
}
.row h3 a{
    text-decoration: none;
}

.col-11 p{
    margin-top: 10px;
    text-align: justify;
    margin-right: 30px;
}
.col-1{
    display: none;
}
.cont-img{
    border-style: groove;
    border-color: #299eec;
    margin-left: 10px;
    width: 275px;
    height: 180px;
}

/*PAGINA CONTACTO*/

.serv-contacto{
    margin-top: 100px;
    margin-left: 10px;
}
.contacts12-main{
    margin-top: 30px;
}
.contact{
    margin-top: 30px;
}
.cont-main-top{
    margin-right: 10px;
}


.serv-contacto .top-inputs {
    
    display: contents;
    margin-bottom: 5px;
    margin-bottom: 1.5rem; }

.btn-cont{
    width: 100px;
    font-size: 1.3rem;
}

.serv-contacto form.main-input input,
.serv-contacto textarea {
      color: rgb(19, 17, 17);
      font-size: 18px;
      line-height: 28px;
      padding: 13px 20px;
      outline: none;
      border: 1px solid blue;
      border-radius: 5%;
      width: 100%;
      background: rgb(245, 225, 225); }

.serv-contacto form.main-input input:focus,
.serv-contacto textarea:focus {
        border: 1px solid red;
        background: rgb(237, 248, 237); }  
        
.serv-contacto textarea {
            min-height: 140px;
            margin: 1.5rem 0; }

.serv-contacto .cont-add h4,
.serv-contacto .social-icons-con h4 {
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 8px; }

.serv-contacto .cont-add {
                margin-bottom: 1.5em; }
              
.serv-contacto .cont-add p:hover {
                color:red; }
              
.serv-contacto .social-icons-con a span {
                font-size: 23px;
                margin: 0 5px; }
              
    .serv-contacto .social-icons-con a span.fa-facebook-square {
                color: #3b5998; }
              
    .serv-contacto .social-icons-con a span.fa-twitter-square {
                color: #00acee; }
              
    .serv-contacto .social-icons-con a span.fa-linkedin-square {
                color: #0077b5; }
              
    .serv-contacto .social-icons-con a span.fa-instagram {
                color: #e1306c; }
              
.serv-contacto .map {
                padding-top: 80px; }

                .serv-contacto .map iframe {
                    width: 100%;
                    height: 400px;
                    display: block;
                    -webkit-filter: var(--iframe-filter);
                    -moz-filter: var(--iframe-filter);
                    -ms-filter: var(--iframe-filter);
                    -o-filter: var(--iframe-filter);
                    filter: var(--iframe-filter); }

                  

















@media(min-width:630px){
    .slider__content{
     
        position: absolute;
        top: 10%;
        left: 140px;
        color: white;
        transform: translate(-50% -50%);
        width: 60%;
        text-align: center;
        padding: 10px;
        line-height: 25pt;
        
      }


    .serv{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin:auto;
    }
    .imagen{
        margin: 5px 20px;}
    .imagen2{
        margin: 5px 0px;}
    .imagen3{
        margin: 5px 20px;}
    .imagen4{
        margin: 5px 0px;}
        
    .blog-info{
        margin-left: 50px;
    }
    .blog-info2{
        margin-left: 2px;
    }
    .blog-info3{
        margin-left: 20px;
    }
    .blog-info4{
        margin-left: 2px;
    }
.contenido-info{
        display: grid;
        grid-template-columns: 50% 50%;
        
        margin-left: 5px;
        margin-right: 5px;
        }
        .row h6{
    
             margin-left: 5px;
        }

        .clientes{
    
            width: 45px;
            margin: 0 10px;
            
        
        }

    /*CONTACTO*/
.serv-contacto .top-inputs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px;}

            .slider-box{
                width: 550px;
                height: auto;
                margin: 50px auto 0;
                overflow: hidden;
            }
            .slider-box ul{
        
                width: 500%;
            
            }

}


@media(min-width:690px){

    .menu{
        position: static;
        width: auto;
        height: auto;
        transform: translateX(0%);
        float: right;
        display: flex;
        margin-right: 10px;
    }

    .w3l-top-header{
        width: 100%;
        height: 40px;
        align-content: center;
        background: #494c5e;
        color: white;
        padding: 1px 0;
        display: flex;
                
    }
    header span{
        display: none;
    }
    .menu a{
        width: 100px;
        text-decoration: none;
                       
    }
    .main-nav ul{
        list-style: none;
    }

    .clientes{
    
        width: 70px;
        margin: 0 20px;
        
    
    }

     /*PAGINA NOSOTROS*/
    .nosotros-info{
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }
    .container-items{
        background-color: white;
    }
    .container-items p{
        font-size: 1.2rem;
    }
    .cont-nosotros{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    
   .info-valores{
    display: flex;
    margin-left: 30px;
    }
    .cont-valores{
        width: 210px;
        height: 220px;
    }
    .slider-box{
        width: 550px;
        height: auto;
        margin: 50px auto 0;
        overflow: hidden;
    }

 /*PAGINA SERVICIO*/  
   

.contenido-info{
    display: grid;
    grid-template-columns: 45% 55%;
    
    margin-left: 10px;
    margin-right: 10px;
    }
.serv-contacto .cont-main-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px; }
    
}
@media(min-width:840px){
.contenido-info{
    display: grid;
    grid-template-columns: 40% 60%;
    
    margin-left: 10px;
    margin-right: 10px;
    }
    .clientes{
    
        width: 80px;
        margin: 0 20px;
        
    
    }
    .slider-box{
        width: 700px;
        height: auto;
        margin: 50px auto 0;
        overflow: hidden;
    }
    


}
@media(max-width:767px){
   .footer-col{
       width: 50%;
       margin-bottom: 50px;

   }
   .btn-cont{
    width: 100px;
    font-size: 1.3rem;}

    .clientes{
    
        width: 70px;
        margin: 0 20px;
        
    
    }
    .slider-box{
        width: 600px;
        height: auto;
        margin: 50px auto 0;
        overflow: hidden;
    }
 

}

@media(min-width:575px){

    .slider-box{
        width: 550px;
        height: auto;
        margin: 50px auto 0;
        overflow: hidden;
    }
    .slider-box ul{

        width: 500%;
    
    }







}
@media(max-width:574px){
    .footer-col{
        width: 100%;
        margin-bottom: 30px;
 
    }

    .slider-box{
        width: 560px;
        height: auto;
        margin: 50px auto 0;
        overflow: hidden;
    }
    .slider-box ul{
        
        width: 500%;
    
    }
    .slider-box img{
        width: 100%;
    }
   

/*clientes*/


 .clientes{
    
    width: 50px;
    margin: 0 10px;
    

}

}

@media(max-width:630px){
    

/*clientes*/


 .clientes{
    
    width: 50px;
    margin: 0 10px;
    

}

.slider-box{
    width: 400px;
    height: auto;
    margin: 50px auto 0;
    overflow: hidden;
}

}

@media(min-width:350px){
    

    /*clientes*/
    
    
     .clientes{
        
        width: 30px;
        margin: 0 10px;
        
    
    }

    .slider-box{
        width: 350px;
        height: auto;
        margin: 20px auto 0;
        overflow: hidden;
    }
    .slider-box ul{
        
        width: 450%;
        padding: 20px;
    
    }
    .slider-box{
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
       
    }
    
   


}




@media screen and (min-width:1024px){

    .main-nav{
        margin-right: 50px;
        align-items: center;
        margin-top: 10px;
    
    }
    .navbar-brand{
        margin-left: 50px;
        font-size: 1.8rem;
    }
    .logo__img{
        width: 80px;
        height: 80px;
        margin-left: 15px;
    }
    .container-slider{
        margin-top: 55px;
    }
    .slider__content{
     
        position: absolute;
        top: 20%;
        left: 240px;
        color: white;
        transform: translate(-50% -50%);
        width: 60%;
        text-align: center;
        padding: 10px;
        line-height: 35pt;
        
      }

      .slider__content h6 {
        font-size: 40px;
        }
    
    .slider__content h5 {
        
        font-size: 45px;
         }
    
    .slider__content p {
        
        font-size: 25px; }

    .serv{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin:auto;
        margin-top: 20px;
    }
    .title-big{
        font-size: 2rem;
    }

    .Servicios-section{
        margin-top: 70px;
    }
    .imagen{
        width: 220px;
        height: 180px;
        margin: 5px 40px;
        margin-top: 20px;
        margin: 5px 30px;
        border-radius: 10%;
    }
    .imagen2{
        width: 220px;
        height: 180px;
        
        margin: 5px 0;
        border-radius: 10%;
    }
    .imagen3{
        width: 220px;
        height: 180px;
        margin: 5px 0px;
        border-radius: 10%;
    }
    .imagen4{
        width: 220px;
        height: 180px;
        margin: 5px 0px;
        border-radius: 10%;
    }
    .info{
        overflow: hidden;
        position: absolute;
        width: 220px;
        height: 180px;}
        
    .blog-info{
        width: 220px;
        font-size: 1.2rem;
        margin-left: 50px;
    }
    .blog-info2{
        width: 220px;
        font-size: 1.2rem;
        margin-left: 15px;
    }
    .blog-info3{
        width: 220px;
        font-size: 1.2rem;
        margin-left: 5px;
    }
    .blog-info4{
        width: 220px;
        font-size: 1.2rem;
        margin-left: 15px;
    }
    .container-tips{
        width: 90%;
        margin-left: 50px;
    }
    .container-info{
        line-height: 25pt;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin:auto;
        
    }
    .container-items .title{
        text-align: center;
        padding: 10px;
        font-size: 2rem;
        color: rgb(42, 76, 90);
  
    } 
    .container-items .text{
      text-align: justify;
      font-size: 1.2rem;
      margin-top: 20px;
      margin-left: 8px;
      margin-right: 30px;
    }
    .info-contacto{
        margin-top: 60px;
        line-height: 30pt;
        
    }
    .info-sercont{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .info-especial{
        margin-left: 40px;
    }
    .info-especial .p{
        text-align: justify;
    }
    .info-especial h3{
        font-size: 2rem;

    }
    .btn-contacto{
        margin-top: 60px;
        
    }
    .btn-style{
        font-size: 1.8rem;
        
    }
    .info-valores{
        
        margin-left: 50px;
        }
        .cont-valores{
            width: 300px;
            height: 250px;
            border-style:groove ;
        }
        .cont-valores h1 {
            margin-top: 70px;
        }

        /*clientes*/

.clientesrec{

    margin-top: 120px;
}
.clientes-section{

    
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}
 .clientes{
    
    width: 100px;
    margin: 0 20px;
    

}
    
    /*PAGINA SERVICIOS*/  
   
    .contenido-info{
        display: grid;
        grid-template-columns: 30% 70%;
        
        margin-left: 10px;
        margin-right: 10px;
        }
        .filosofia-nos{
            margin-bottom: 70px;
            background-color: #145bdf;
            margin-left: 100px;
            margin-right: 60px;
        }
        
        .filosofia-nos:hover{
            
            background-color: #df830b;
            color: #fff;
        }





    /*PAGINA CONTACTO*/
        .btn-cont{
            width: 100px;
            font-size: 1.3rem;
        }

}
 
@media screen and (min-width:1180px){
    .imagen{
        width: 270px;
        height: 200px;
        margin: 5px 40px;
        margin-top: 20px;
        margin: 5px 30px;
        
    }
    .imagen2{
        width: 270px;
        height: 200px;
        margin: 5px 0;
        
    }
    .imagen3{
        width: 270px;
        height: 200px;
        margin: 5px 0px;
        
    }
    .imagen4{
        width: 270px;
        height: 200px;
        margin: 5px 0px;
        
    }
    .info{
        overflow: hidden;
        position: absolute;
        width: 270px;
        height: 200px;}
        
        .info-valores{
        
            margin-left: 100px;
            }
            .cont-valores{
                width: 350px;
                height: 250px;

            }

      /*clientes*/

.clientesrec{

    margin-top: 120px;
}
.clientes-section{

    
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}
 .clientes{
    
    width: 110px;
    margin: 0 20px;
    

}
.filosofia-nos{
    margin-bottom: 70px;
    background-color: #145bdf;
    margin-left: 100px;
    margin-right: 60px;
}

.filosofia-nos:hover{
    
    background-color: #df830b;
    color: #fff;
}


}
