@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');


*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    
}
body{
  font-family: "Poppins", sans-serif;
  font-style: normal;


}
.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;
}
}
    /*CABEZERA-------------------------------------------------------*/

.ri-home-fill{
    color: rgb(248, 9, 9);
    display:contents;
}
.header{
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0036A2;
    padding: 0px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    max-width: 100%;
    height: 70px;
    margin-top: 31px;
}

 
.logo img{
width: 85px;
padding: 10px;
}


.navigation ul{
    list-style: none;
}


.header .navigation ul li{
    float: left;
    position: relative;
}
.header .navigation ul li a{
  font-size: 17px;
    color: white;
    text-decoration: none;
    padding: 20px;
    display: block;
    transition: all .2s ease;
  
}

.header .navigation ul li a:hover{
background-color:#0042c5;
transition: all.2s;
}

.navigation ul li ul li{
    cursor: pointer;
    padding: 5px;
}

.header .navigation ul li ul{
    position: absolute;
    right: 100;
    width: 150px;
    background-color: #0036A2;
    display: none;
    color: rgb(255, 255, 255);
    padding: 10px 5px 5px 5px;


}

.header .navigation ul li ul li a{
 font-size: 14px;
 padding: 10px;
 text-transform: capitalize;
}

.header .navigation ul li ul li a:hover{
    background-color: #0443c2;
   transition: all.5s;
   }
.header .navigation ul li ul li ul{
    position: absolute;
    top: -10px;
    left: 140px;
    width: 200px;
    
}

.header .navigation ul li ul li{
    width: 100%;
}

.header .navigation ul li:hover > ul{
    display: initial;
}


#toggle,

.header label{
    display: none;
    cursor: pointer;
    }

    .box-soport{
      width: 100%;
      height: 20px;
      background-color:#0036A2;
      
    }
    
    .box-soport p{
      text-align:right;
      padding-right:100px ;
      color: white;
      position: fixed;
      background-color:#0036A2;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      
    }
    .box-soport a{
      padding: 5px;
      
    }
 

    @media(max-width:1121px){
        .header label{
            display: initial;

        }

        .header{
            padding: 20px 10px;
        }

        .header .navigation{
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #0036A2;
            display: none;
        }

        .header .navigation ul li{
            width: 100%;

        }

        .header .navigation ul li a{
            padding: 8px 30px 8px 10%;
        }

        .header .navigation ul li ul{
            position: relative;
            width: 100%;
            left: 0;
        }
        .header .navigation ul li ul li{
            background-color: #0036A2;

        }
        .header .navigation ul li ul li ul{
            position: relative;
            width: 100%;
            left: 0;
        }

        #toggle:checked  ~.navigation{
            display: block;
        } 
    
    
    
    
        .containerall_port{
            margin: 0 auto;
            width: 100%;
            height: 400px;
    
        }

      .menu{
            width: 40px;
        }
        .box-soport{
          display: none;
          
        }
        .header{
          position: fixed;
           top: 0;
           left: 0;
           right: 0;
           background-color: #0036A2;
           padding: 0px 10%;
           display: flex;
           align-items: center;
           justify-content: space-between;
           z-index: 1000;
           max-width: 100%;
           height: 70px;
           margin-top: -1px;
       }
    }



/* portada landing*/
.contaniner-all-landing{
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, #4a77ffca 0%, #001298 100%);
}
.container-felx-landing{
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 1400px;
  min-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-felx-landing img{
  width: 700px;
  margin-top:40px;
 
}
.conatiner-info-landing{
  width: 40%;
  height: auto;
  margin-left: 20px;
}
.conatiner-info-landing h1{
  color: white;
  font-size: 45px;
 
}
.conatiner-info-landing p{
  color: white;
  font-size: 18px;

}

@media(max-width:1121px){
  .container-felx-landing{
    margin: auto;
    width: 90%;
    height: 700px;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container-felx-landing img{
    width: 500px;
  }
}

@media(max-width:994px){
  .container-felx-landing{
    margin: auto;
    width: 90%;
    height: 800px;
    max-width: 1100px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    
  }
  .container-felx-landing img{
    width: 350px;
  }
  .conatiner-info-landing{
    width: 90%;
    margin-top: 100px;
   
  
  }
  .conatiner-info-landing h1{
    color: white;
    font-size: 40px;
  }
  .conatiner-info-landing p{
    color: white;
  
  }
}

/* CARDS*/
.container-all-card{
  margin: auto;
  width: 100%;
  margin-top: 50px;

}
.conatiner-card-flex{
  margin: auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.container-card{
  width: 400px;
  padding-left: 20px;
}
.container-card a{
  text-decoration: none;
  color: #001298;
}

.container-card h1{
  font-size: 25px;
}

.container-card p{
  font-size: 18px;
  
}

@media(max-width:1121px){
  .container-all-card{
    margin: auto;
    width: 100%;
    margin-top: 50px;
  
  }
  .conatiner-card-flex{
    margin: auto;
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
  }
  .container-card{
    margin: auto;
    width: 90%;
    
  }
}

@media(max-width:994px){
  .container-all-card{
    margin: auto;
    width: 100%;
    margin-top: 50px;
  
  }
  .conatiner-card-flex{
    margin: auto;
    width: 100%;
    flex-direction: column;
  }
  .container-card{
    margin: auto;
    width: 90%;
    margin-bottom: 70px;
    
  }
}

/*=========================================CARRUSEL==============================*/
      .container-carousel {
        position: relative;
        width: 900px;
        height: 350px;
        background-color: #c2c2c2;
        border-radius: 40px;
        overflow: hidden;
        margin: auto;
        display: block;
        margin-top: 50px;
      
    }
    
    .carruseles {
        width: 1000%;
        height: 100%;
        display: flex;
    
    }
    
    .slider-section {
        width: calc(100% / 10);
        height: 100%;
    }
    
    .slider-section img {
        width: 100%;
        height: 100%;
        border-radius: 15px;

    }
    
    .btn-left,
    .btn-right {
        display: flex;
        position: absolute;
        top: 50%;
        font-size: 1.5rem;
        background-color: transparent;
        border-radius: 50%;
        padding: 5px;
        font-weight: 600;
        cursor: pointer;
        color: #ffffff81;
        user-select: none;
    }
    
    .btn-left:hover,
    .btn-right:hover {
        
        color: #fff;
    }
    
    .btn-left {
        left: 10px;
    }
    
    .btn-right {
        right: 10px;
    }


@media(max-width:920px){
  .container-carousel {
    position: relative;

    height: auto;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 80px;
  }
  
  .carruseles {
    width: 1000%;
    height: 100%;
    display: flex;
  
  }
  
  .slider-section {
    width: calc(100% / 100%);
    height: 100%;
  }
  
  .slider-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  
  .btn-left,
  .btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: .1s ease;
    user-select: none;
  }
  
  .btn-left:hover,
  .btn-right:hover {
    background-color: #333333d4;
    color: #fff;
  }
  
  .btn-left {
    left: 10px;
  }
  
  .btn-right {
    right: 10px;
  }

  }
  @media(max-width:994px){
    .container-carousel {
      position: relative;
      width: auto;
      height: auto;
      border-radius: 15px;
      overflow: hidden;
      margin-top: 80px;
    }
  }

/* Despachos Contables*/
.container-all-desp{
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-top: 80px;

}
.container-felx{
  margin: auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-info-desp{
  width: 40%;
  margin-left: 20px;
}
.container-info-desp a{
 padding:10px;
 
 width: 200px;
 background: #0036A2;
 color: white;
 text-decoration: none;
 border-radius: 5px;
 text-align: center;
}

.container-info-desp a:hover{
background: white;
color: #0036A2;
border: solid 1px #0036A2 ;
transition: all .2s;

 }
.container-info-desp h1{
  color: #0042c5;
  font-size: 35px;
  margin-bottom: 20px;
}
.container-info-desp p{
  font-size: 18px;
    
}
.container-felx img{
  padding: 10px;
  width: 40%;
}
@media(max-width:1121px){
  .container-felx{
    margin: auto;
    width: 100%;
    max-width: 1010px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .container-info-desp{
    width: 40%;
    margin-left: 20px;
  }
}
@media(max-width:994px){
  .container-felx{
    margin: auto;
    width: 100%;
    max-width: 1010px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .container-info-desp{
    width: 90%;
    margin-left: 20px;
  }
  .container-felx img{
    padding: 10px;
    margin-top: 50px;
    width: 80%;
  }
}




/* Formulario */
.container-all-fomr{
  margin: auto;
  width: 100%;
  height: 900px;
  margin-top: 50px;
  background-image: url(back_form.png);
  background-size: cover;
  background-position: center;
}
.container-form-flex{
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1500px;
  padding: 50px;
}
.img img{
  width: 485px;
  height: auto;
  margin-top: 150px;
}

.formulario{
  background-color: #ffffff;
  width:500px;
  height: auto;
  padding: 10px;
  border-radius: 5px;
}
.formulario h1{
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color: #001298;
}
.formulario p{
  text-align: center;
  margin-bottom: 30px;
}
.input-grup{
  display: flex;
  flex-direction: column;
}
input{
  padding: 10px;
  background-color:#f7f8ff;
  border: none;
  border-radius: 30px;
  margin-bottom: 25px;
}
select{
  padding: 10px;
  background-color:#f7f8ff;
  border: none;
  border-radius: 30px;
  margin-bottom: 25px;
}
.btn-form{
  background: #001298;
  margin: auto;
  width: 250px;
  color: white;
  cursor: pointer;
}
.btn-form:hover{
  background: #000949;
transition: .2s;
}

@media(max-width:994px){
  .container-all-fomr{
    margin: auto;
    width: auto;
    height: 900px;
    margin-top: 50px;
    background-image: url(back_form.png);
    background-size: cover;
    background-position: center;
  }
  .container-form-flex{
    margin: auto;
    width: auto;
    display: flex;
  }
  .img img{
   display: none;
  }
  
  .formulario{
    background-color: #ffffff;
    width:900px;
    height: auto;
    border-radius: 5px;
  }
}

/* Footer */
.footer {
  margin: auto;
  width: 100%;
  background: #0036A2;
  font-size: 14px;
}
.abautme{
  width: 20%;
  background: #0042c5;
}
.copy{
  text-align: center;
  padding: 20px;
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.295);
}
.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}
.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.footer-col .links {
  margin-top: 20px;
}
.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}
.footer-col .links li a:hover {
  color: #fff;
}
.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}
.footer-col form {
  display: flex;
  gap: 5px;
}
.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}
.footer-col input::placeholder {
  color: #ccc;
}
 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}
.footer-col form button:hover {
  background: #cecccc;
}
.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}
.footer-col .icons i {
  color: #afb6c7;
}
.footer-col .icons i:hover  {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }
  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }
  .footer-col form {
    display: block;
  }
  .footer-col form :where(input, button) {
    width: 100%;
  }
  .footer-col form button {
    margin: 10px 0 0 0;
  }
}