@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
}


.flexbox {
    display: flex;
    height: 80px;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.103);
    
}

.flexbox2 {
    display: none;
}

.lista {
    list-style: none;
    display: flex;
    margin-right: 100px;
    margin-top: 15px;
}

.lista li  {
   margin: 5px;
   width: 30%;
   background-color: #f1f1f1;
   border-radius: 10%;
   cursor: pointer;
}

.lista i {
    text-decoration: none;
    color: rgb(3, 173, 173);
    margin: 13px;
    transition: .5s;
}

.lista .fa-brands.fa-facebook-f:hover {
    color: #114ec7;
    transition: .5s;
}

.lista .fa-brands.fa-square-instagram:hover {
    color: #E1306C;
    transition: .5s
}

.lista .fa-brands.fa-twitter:hover {
    color: #1DA1F2;
    transition: .5s;
}

.numeros {
    margin-top: 15px;
    display: flex;
    color: rgb(95, 95, 95);
    font-weight: 200;
}

.numeros p {
    color: rgb(95, 95, 95);
    font-weight: 500;
}

div .fa.fa-phone {
    color: #04BFBC;
}

.location {
    margin-left: 100px;
    display: flex;
    margin-top: 15px;
    color: rgb(95, 95, 95);
    font-weight: 500;
}



.location .fa-solid.fa-location-dot{
    color: #04BFBC;
}

.menu{
    background-color: #ffffff;
    color: #04BFBC;
    height: 82px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    transition: 0.9s;
    z-index: 999;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.13);
}

nav.sticky{
    padding: 7.5px 50px;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.10);
  
  }

.menu__inside {
    display: flex;
    justify-content: flex-start;
    width: 299px;
    font-size: 12px;
   
}

.menu__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.menu__links{

    transition: transform .5s;
    display: flex;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 550;
    z-index: 999;
    margin-top: 20px;
    
}

.menu__item{
    list-style: none;
    position: relative;
    height: 100%;
    --clip: polygon(0 0, 100% 0, 100% 0, 0 0);
    --transform: rotate(-90deg);
}

.menu__item:hover{
    --clip: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    --transform: rotate(0);
}

.menuimg1 {
    margin-left: 28px;
}

.menuimg2 {
    margin-left: 28px;
}

.menuimg3 {
    margin-left: 28px;
}

.menuimg4 {
    margin-left: 28px;
}

.menuimg5{
    margin-left: 28px;
}

.menuimg6 {
    margin-left: 28px;
}

.menuimg7 {
    margin-left: 28px;
}

.menuimg8 {
    margin-left: 28px;
}



.menu__link{
    color: rgb(95, 95, 95);
    text-decoration: none;
    padding: 5px 20px;
    display: flex;
    height: 75%;
    align-items: center;
    transition: 1s;
    
}

.menu__link:hover{
    color: #04BFBC;
    transition: 1s;

}





.menu__arrow{
    transform: var(--transform);
    transition: transform .3s;
    display: block;
    height: 20px;
  
}

.menu__nesting{
    list-style: none;
    transition:clip-path 0.5s;
    clip-path: var(--clip);
    position: absolute;
    right: 0;
    bottom: -20px;
    top: -395px;
    width: max-content;
    transform: translateY(100%);
    background-color: rgb(255, 255, 255);
    width: 250px;
    padding: 5px;
 
}

.menu__link--inside{
    padding: 7px 100px 30px 20px;
}

.menu__link--inside:hover{
    color: #04BFBC;
}

.bars__menu{
    width: 30px;
    height: 30px;
    position: relative;
display: none;
    cursor: pointer;
}

.menu__hamburguer{
    width: 30px;
    height: 30px;
    position: absolute;  
    transform: translate(-50%, -50%) scale(2);
    cursor: pointer;
    display: none;
  
}

.menu__hamburguer span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(95, 95, 95);
    margin-top: 6px;
    transform-origin: 0px 100%;
    transition: all 300ms;
}

.activeline1__bars-menu{
    transform: rotate(45deg) translate(-2px, 1px); 
}

.activeline2__bars-menu{
    opacity: 0;
    margin-left: -30px; 
}

.activeline3__bars-menu{
    transform: rotate(-45deg) translate(-4px, 2px);
}

.imgportada img {
    max-width: 100%;
    width: 100%;
}


footer {
    background-color: #f3fbfd;
    font-size: 13px;
    font-weight: bold;
    color: rgb(189, 196, 203);
    padding: 15px;
    margin-top: 90px;
    position: relative;
}


footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul>li {
    padding: 4px;
    color:#C5CAE9;
}

footer ul>li:hover {
    color: #03c2bf;
    cursor: pointer
}

footer hr {
    border-width: 3px
}

footer .card {
    padding: 2% 4%;
    height:325px;
    position: relative;
 
}

.footer-20192 .cta {
  padding: 20px;
  background-color: #03c2bf;
  top: -70px;
  margin: 20px 32px 0 32px;
  position: relative; }
  .footer-20192 .cta h2, .footer-20192 .cta h3 {
    line-height: 1.5; }
  .footer-20192 .cta h3 {
    font-size: 15px; 
    
}

footer .text-dark {
  color: white !important;
}

footer .btn {
  background-color: #ffffff;
  color:#03c2bf;
  border: none;
  transform: scale(1.1);
  border-radius: 35px !important;
 padding: 14px;
 margin-left: 69px;
}


footer .mb-0{
  color: white;
  font-size: 23px; 
}

.align-items-center  {
 justify-content: space-between;
}

footer .social {
  display:flex;
}

.col-md-2 {
  padding: 0;
}

.col-md-4 {
  padding: 0;
}

.social.mt-2.mb-3 {
   display: flex;
  height: 40px;
  align-items: center;
  margin: 0 0 0 5px !important;
  background-color: rgb(255, 255, 255);

}

.flexboxfooter {
  display: flex;
  position: relative;
  height: 80px;
  width: 100%;
  align-items: center;
  background-color: rgb(255, 255, 255);

}



.listafooter {
  list-style: none;
  display: flex;
  margin-right: 100px;
  margin-top: 15px;
}

.listafooter li  {
  margin: 5px;
  width: 30%;
  background-color: #f1f1f1;
  border-radius: 10%;
  cursor: pointer;
}

.listafooter i {
  text-decoration: none;
  color: #03c2bf;
  margin: 13px;
  transition: .5s;
}

.listafooter .fa-brands.fa-facebook-f:hover {
  color: #114ec7;
  transition: .5s;
}

.listafooter .fa-brands.fa-square-instagram:hover {
  color: #E1306C;
  transition: .5s
}

.listafooter .fa-brands.fa-twitter:hover {
  color: #1DA1F2;
  transition: .5s;
}

.contenedor-titulo {
    display: flex;
    margin: 90px 0 0 100px;
}

.contenedor-titulo hr {
    height: 49px;
    width: 10px;
    color: #03c2bf;
    border:1px solid #03c2bf ;
    margin-right: 15px;
}

.contenedor-titulo h1 {
    color: #03c2bf;
    font-weight: 800;
}



footer .policy>div {
    padding: 4px
}

footer .heading {
  font-family: 'Poppins', sans-serif;
    color: rgb(95, 95, 95);
}

footer .heading1 {
  font-family: 'Poppins', sans-serif;
  color: rgb(95, 95, 95);

}

footer .divider {
    border-top: 2px solid;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}

@media (max-width:945px){

    .flexbox {
        display: none;
    }

    .bars__menu{
        width: 28px;
        height: 28px;
        position: relative;
    display: none;
        cursor: pointer;
    }
    
    
    
    .menu__hamburguer{
        width: 25px;
        height: 25px;
        position: absolute;  
        transform: translate(-50%, -50%) scale(1);
       
        display: block;
        left: 90%;
        bottom: 25%;

       
        
      
    }

    .menu__hamburguer span {
        display: block;
        
   
 
       
    }

    .activeline1__bars-menu{
        transform: rotate(45deg) translate(-1px, 1px); 
    }
    
    .activeline2__bars-menu{
        opacity: 0;
        margin-left: -30px; 
    }
    
    .activeline3__bars-menu{
        transform: rotate(-45deg) translate(-1.5px, 1px);
    }

    .menu__item{
        --clip:0;
        overflow:hidden ;
    }

    .menu__item--active{
        --transform: rotate(0);
        --background: #d1def8;
        transition: none;
    }

    .menu__item--show{
        background-color: var(--background);
        
    }


    .menu__links{
        position: fixed;
        max-width: 400px;
        width: 100%;
        top: 62px;
        bottom: 0;
        right: 0;
        background-color: rgb(255, 255, 255);
        overflow-y: auto;
        display: grid;
        height: 80%;
        grid-auto-rows: max-content;
        transform: translateX(100%);
        border: 1px solid rgba(0, 0, 0, 0.212);
        
    }

    .menu__links--show{
        transform: unset;
        width: 100%;
        padding: 0;
    }

    .menu__link{
        padding: 25px 0;
        padding-left: 30px;
        height: auto;
    }

    .menu__arrow{
        margin-left: auto;
        margin-right: 20px;
    }

    .menu__nesting{
        display: grid;
        position: unset;
        width: 100%;
        transform: translateY(0);
        height: 0;
        transition: height .3s;
        padding: 0;
    }

    .menu__link--inside{
        width: 80%;
        margin-left: auto;
        
    }

    .menu__inside {
        width: 320px;
        display: flex;
        align-items: center;
        padding-left: 30px;
    }

    .menuimg1 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
     .menuimg2 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
       
    }
    .menuimg3 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg4 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg5 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg6 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }
    .menuimg7 {
        margin-left: 20px;
        padding-left: 10px;
        border-left: 1px solid #08bbd3;
        
    }
    .menuimg8 {
        margin-left: 20px;
         padding-left: 10px;
        border-left: 1px solid #08bbd3;
    }

    .flexbox2 {
        display: block;
    }

    .lista {
        list-style: none;
        display: flex;
       padding: 0px 20px 20px 20px;
       margin: 0 auto;
    }
    
    .lista li  {
       
       width: 38px;
       background-color: #f1f1f1;
       border-radius: 10%;
       cursor: pointer;
    }
    
    .lista i {
        text-decoration: none;
        color: rgb(3, 173, 173);
        margin: 13px;
        transition: .5s;
    }
    
    .lista .fa-brands.fa-facebook-f:hover {
        color: #114ec7;
        transition: .5s;
    }
    
    .lista .fa-brands.fa-square-instagram:hover {
        color: #E1306C;
        transition: .5s
    }
    
    .lista .fa-brands.fa-twitter:hover {
        color: #1DA1F2;
        transition: .5s;
    }

    .numeros {
        margin: 0px 0px 0px 30px;
        display: flex;
        color: rgb(95, 95, 95);
        font-weight: 200;
    }

    .location {
        margin: 10px 0 0 30px;
        display: flex;
        margin-top: 15px;
        color: rgb(95, 95, 95);
        font-weight: 500;
    }

}

@media(max-width: 767px){
  footer .btn {
    margin: 0;
  }
}

@media (max-width:632px ) {
  footer .card {
    padding: 2% 7%;
    height:360px;   
  }
.contenedor-titulo {
    margin-left: 5px;
}

}

@media (max-width: 600px) {
    .cta {
        margin: 0 !important;
      }
 }
    
@media(max-width: 574px){
footer .heading {
  padding: 25px 0 0 0;
}

footer .card {
  padding: 2% 7%;
  height:770px;   
}

footer .heading1 {
  font-family: 'Titillium Web', sans-serif;
  color: rgb(95, 95, 95);
  padding: 30px 0 0px 0;
}
}

@media (max-width: 508px) {
    footer .card {
      height: 800px !important;
    }
}

@media (max-width: 324px) {
    footer .card {
      height: 850px !important;
    }
}
