body{

    margin: 0;
    padding: 0;
    background-color: #fafafa;
    font-family: Poppins;
}

a{
    font-family: Poppins;
    text-decoration: none;
    color: #ff4d00;
}

a:hover{
    text-decoration:underline;
}

h1{
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

h2{
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}



/* BARRA DE NAVEGACION  */
.nav-link {
    color: #1e1e1e;
    
    
}

.myButton{
    background-color: #ff4d00;
    border-radius: 35px;
    display: inline-block;
    color: #f0eeee;
    padding: 7px 35px;
    text-decoration: none;
}

.myButton:hover{
    background-color: #ffffff;
    color: #1c1c1c;
}


.nav-link:hover{
    text-decoration:none;
}

.nav-link:hover {
    color: #ff4d00;
    
    
}



.container-fluid{
    max-height: 44px;
    
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none; }




.navbar{
    height: 44px;
    font-size: 15px;
    line-height: 11px;
    letter-spacing: -0.24px;
    max-height: 44px;
    
    min-height: 44px;
    }

    .navbar a{
        
        margin: 29px 30px;
        

        
    }

    @media (max-width: 1400px) { 

        .navbar a{
        
            margin: 29px 25px;
            
    
            font-size: 13px;
            line-height: 11px;
        }
        
     }

     @media  (max-width: 1200px) { 
        
        
        .navbar a{
        
            margin: 29px 18px;
            
            font-size: 12px;
            line-height: 11px;
            
        }
                
             }
        
    


    @media (max-width: 1600px) { 
        .background-vid{
            object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    
        }  }


    .navbar-nav, ul, li{
margin: 0;
padding: 0;
    }
    

@media (min-aspect-ratio:16/9) { 
    .background-vid{
        width: 100%;
            height:auto ;

    }  }

    @media (max-width: 724px) { 
        .background-vid{
            object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    
        }  }

        
        @media (max-width: 990px) { 
 #logo-inicio{
   margin-top:-45px ;
   float: left;
   padding: 0;
            }
            .text-nav-secondary{
                display: flex;
             text-align: center;
             justify-content: center;
            }
          }

          

          
        

    /* Navbar js */

    

    

        header.abajo{
            background: #1f1f1f;
            
                
                opacity: 95%;
        }

         

    header.abajo .nav-link {
    color: #ffffff;
    
    
}


    header.abajo .offcanvas-body li a:hover{
        color:#ff4d00;
        background-color: #dbdbdb;
        border-radius: 35px;
        
    }
    
    header.abajo .offcanvas-body li .myButton:hover {
        color:#ff4d00;
        font-weight: 500;
    }
    header.abajo li a {
        color:#313131;
        
    }
    
    

    .dropdown{
        
        border-radius: 35px;
        background-repeat:no-repeat;
        cursor:pointer;
        outline:none;
        border:none;
        box-shadow:none; 
        background-image: none;

        background-color: transparent;
        background: transparent;
        border-color: transparent;
        

    }


    .dropdown:hover{
        color: #ff4d00;
        
        

    }

    .dropdown-item:hover{
        background-color: transparent;
        color: #ff4d00;
        
    }

    header.abajo .dropdown:hover{
        
        
        color: #ff4d00;
        
        

    }

    @media only screen and (min-width:1100px) {
        .nav-link {
            margin: 0% 10px;
        }

        .nav-link {
            
            padding: 7%;
            
        }

        
    }


    @media only screen and (max-width:992px) {
        #navbarNavDropdown{
            background-color: #fcfcfc;
        }
        
.nav-link{
    color: #1c1c1c;
}
        a, li{
            padding: 2%;
            
            text-align: center;
            
        }
    }

    #navbarNavDropdown{
        
        border-radius: 2%;
        
        
    }

/* FOOTER */

footer{
    width: 100%;
    position: relative;
bottom: 0;
left: 0;
padding: 2rem 8%;
background-color: #1c1c1c;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

footer .logo{
    height: 80px;
    margin-bottom: 1rem;
}

.social-icons-container, .footer-menu-container{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 1rem;
}

.social-icon{
    height: 50px;
    width: 50px;
    border-radius:50px;
    border: 1px solid #f2f2f2;
    background-image:url(/Img/instagram-icon.png) ;
background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    margin: 0.5rem;
}

.social-icon:hover{
    background-color: #1c1c1c;
    filter: invert(1);
}
    
.social-icon:nth-of-type(2){
background-image:url(/Img/facebook-icon.png);
}
.social-icon:nth-of-type(3){
    background-image: url(/Img/tiktok-icon.png);
}
.social-icon:nth-of-type(4){
    background-image:url(/Img/whatsapp-icon.png) ;
}
.footer-menu-container{
    list-style-type: none;
    color: #f2f2f2;
    font-size: 18px;

}
.menu-item{
    margin:1rem 1.5rem;
    cursor: pointer;
    opacity: 0.6;
}

.menu-item:hover{
    opacity: 1;
    
}

.copyright{
    color:white;
    opacity: 0.3;
    text-align: center;
}





    /* HOME ENTRADA */
    .container-background{
text-align: center;
display: flex;

justify-content: center;
height: 40vh;
color: rgb(255, 255, 255);
flex-direction: row;
margin-bottom: 5%;


    }

    .text-ayuda{
        color:#1c1c1c;
        margin-top:10% ;

    }

    .ayuda1{
        
 background-image: url(/nosotros/img/us.jpg);
 margin-left: 7%;
 margin-bottom: 5%;
 width: 85vw;
 height: 400px;
 
 
 border-radius: 18px;
 background-position:center bottom -105px;
    background-repeat: no-repeat;
    background-size: 100% ; 
    
    

    }

    .ayuda-mobile{
        
        background-image: url(/nosotros/img/us.jpg);
        margin-left: 7%;
        margin-bottom: 5%;
        width: 80vw;
        height: 400px;
        
        
        
        border-radius: 25px;
 background-position: right center ;
           background-repeat: no-repeat;
           background-size: 100% ; 
           
           
       
           }

    @media screen and (max-width: 468px) {
        .ayuda{
            display:none;
        }
    }

    @media screen and (min-width: 468px) {
        .ayuda-mobile{
            display:none;
        }
    }

    @media screen and (max-width: 300px) {
        .ayuda-mobile{
            border-radius: 500px;


        }
    }

    .text-ayuda h1{
        font-size: 20px;
        font-weight: 500;
    }
    
    .text-ayuda h4{
        font-size: 18px;
    }
    .text-ayuda h3{
        font-size: 6vh;
    }

    @media(max-width:768px){
        .text-ayuda{
            color:#1c1c1c;
            margin-top:15% ;
            
        }

        .text-ayuda h1{
            font-size: 16px;
        }
        
        .text-ayuda h4{
            font-size: 16px;
        }
        .text-ayuda h3{
            font-size: 4vh;
            
        }
    
    
    }
    
    @media(max-width:368px){
        .text-ayuda{
            color:#1c1c1c;
            margin-top:55% ;
            
        }

        .text-ayuda h1{
            font-size: 14px;
        }
        
        .text-ayuda h4{
            font-size: 12px;
            

        }
        .text-ayuda h3{
            font-size: 3vh;
            
        }
    
    
    }
   

    

    .text-equipo{
        font-weight: 600; 
        font-size: 45px;
        padding-top: 8%;
        padding-left: 3%;
        text-align: left;
        color: white;
    }

    .button-row-class{
        width: 50px;
        margin-right: 2%;
        float:right; 
        
    }

    @media only screen and (max-width:1300px) {
       
        .ayuda1{
            margin-top: 5%;
     
     margin-left: 7%;
     margin-bottom: 8%;
     width: 85vw;
     height: 400px;
     
     
     border-radius: 22px;
     background-position: right center ;
        background-repeat: no-repeat;
        background-size: 100% ; 
        
    
        }

        
    }

    @media only screen and (max-width:1200px) {

        .button-row-class{
           
            margin-top: 7%;
            
        }

        .text-equipo{
            font-size: 30px;
            font-weight: 600;
            
        }
       
       
        .ayuda1{
            margin-top: 5%;
     
     margin-left: 7%;
     margin-bottom: 15%;
     width: 85vw;
     height: 350px;
     
     
     border-radius: 22px;
     background-position: right center ;
        background-repeat: no-repeat;
        background-size: 100% ; 
        
    
        }
        
    }



       @media only screen and (max-width:930px) {

        .button-mobile-ayuda{
            margin-top: 40%;
            margin-left: 80%;
        }
        
    .button-row-class{
        width: 40px;
        margin-right: 2%;
        float:right; 
        margin-top: -7%;
        
    }
       
        .ayuda1{
            margin-top: 5%;
     
     margin-left: 7%;
     margin-bottom: 15%;
     width: 85vw;
     height: 200px;
     
     
     border-radius: 25px;
     background-position: right center ;
        background-repeat: no-repeat;
        background-size: 100% ; 
        
    
        }
       }

       @media only screen and (max-width:720px) {
       
        .ayuda1{
            
     height: 180px;
     
     
     border-radius: 35px;
            
    
        }
       }

       @media only screen and (max-width:520px) {
       
        .text-equipo{
            font-size: 20px;
            font-weight: 500;
        }
       
        .ayuda1{
            
     height: 150px;
     
     
     border-radius: 35px;
            
    
        }
       }

       @media only screen and (max-width:420px) {

        .text-equipo{
            font-size: 18px; 

            margin-left: 7%;
            font-weight: 600;
            color: #f7f7f7;
        }
       
        .ayuda1{
            
     height: 180px;
     
     
     border-radius: 55px;
            
    
        }
       }

       .ayuda-mobile{
            
        height: 30vh;
        
        
        border-radius: 10px;
               
       
           }

           
          
       
       /* tarjetas imgs */

       .container-fluid{
        margin: 0;
        padding: 0;
    }


    .carrousel-principal{
        margin: 2% 0px 0px 0px;
        
    }

    .carousel{
        width: 100%;
        height: 40vh;
        margin: 0px;
        
    }
    
    
    @media(min-width:768px){
    
        .carousel{ margin: 0 70px;}
    }
    
    .carousel h2{
        font-size: 45px;
        line-height: 38px;
        padding-bottom: 50px;
        opacity: .9;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }
    
    .carrusel-list{
        position: relative;
        display: flex;
        align-items: center;
        width: fit-content;
        height: 280px;
        padding: 10px 0px;
        margin: 0 auto;
        overflow: hidden;
        max-width:90vw ;
    }
    
    .carrusel-track{
        position: relative;
        top:0;
        left: 0;
        display: flex;
        justify-content: center;
        transition: 0.5s ease-in-out;
    }
    
    .carrusel{
        position: relative;
        width: 210px;
        padding: 0 18px;
        float: left;
        box-sizing: border-box;
        display: flex;
        height: 70%;
    }
    
    .carrusel h4{
       
        position: absolute;
        z-index: 1;
        font-size: 20px;
        line-height: 23px;
        color: #fff;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .carrusel h4 small{
        font-size: 15px;
        
    
    }
    
    .carrusel a img{
     object-fit: cover;
     height: 300px;
     width: 200px;
     border-radius: 28px;
     
     transition: 0.3s ease-in-out;
    }

    .carrusel a{
        
    }
    
    
    @media(max-width:768px){
        .carrusel{
            width: 275px;
            
            height: 275px;
        }
        .carrusel a img{
            width: 260px;
            height: 260px;
        }

         

    }
    
    .carrusel-arrow{
        border-radius: 30px;
        background-color: #d4d4d4;
        
        margin: 0px 14px 0px 0px;
        
        width: 35px;
        height: 35px;
        float: right;
        border: 0;
        
    }
    
    .carrusel-arrow:focus{
       
    }
    
    .carrusel-arrow svg{
    width: 13px;
    height: 100%;
    color: rgba(0, 0, 0, 0.7);
    }
    
    .carrusel-prev{
        left: 0;
    }
    
    .carrusel-next{
        right: 0px;
    }

    @media screen and (min-width: 768px) {
        .carrousel-principal{
            display:none;
        }
    }
    

    /* seccion tarjetas*/

    .tarjetas{
        width: 100vw;
        
        display: flex;
        justify-content: center;
        color: #1c1c1c;
        margin-bottom: 3%;
        
      
    }

    .tarjeta-centro{
        padding: 2% 2%;
      background-color:#ff4d00 ;
      color: white;
      border-radius: 28px;
      width: 25vw;
      height: 30vh;
      margin: 2%;
      justify-self: center;
      transition: 0.5s;
      
      
    }
    
    .tarjeta-centro:hover{
        padding: 2% 2%;
      background-color:#ff4d00 ;
      border-radius: 28px;
      width: 28vw;
      height: 32vh;
      margin: 2%;
      transition: 0.5s;
      transform: translateY(2%);
      

    }

    

    

    
    
    .icon-target{
        width:55px;
        padding: 2% 0%;
        
    }

    .tarjeta-centro h3{
        font-weight: 600;
    }
    @media screen and (max-width: 768px) {
        .tarjetas{
            display:none;
        }
    }
    

     /* seccion potencia*/

       .ayuda2{
        
        background-image: url(/nosotros/img/eye.jpg);
        margin-left: 7%;
        margin-bottom: 15%;
        width: 85vw;
        height: 400px;
        color: white;
        
        border-radius: 18px;
        background-position: center center ;
           background-repeat: no-repeat;
           background-size: cover; 
           transition: 0.5s;
           
       
           }

           .ayuda2:hover{
            transition: 0.5s;
            height: 45vh;
           }

           @media(min-width:768px){
            .ayuda2{
                margin-top: 20px;
                
            }
        }
           
          /* seccion ventanas modales*/


          .open-ubication{
            border:transparent;
            cursor: pointer;
            background-color:transparent;
            float: right;
            
          }

          

          .window-background{
            width: 100%;
            height: 100%;
            position:fixed;
            
            top: 0;
            left: 0;
            backdrop-filter: blur(7px);
            background-color: #00000081;
            z-index: 1;
            display: none;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            
          }

          .window-container{
            margin-top: 5%;
            position: relative;
            background-color: #ffffff;
            width: 55%;
            height: 90%;
            padding: 1.5rem;
            border-radius: 18px;
            animation-name: modal;
            animation-duration: 700ms;
            box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4);
            z-index: 10;
           
          }

          .close{
            
          }

          .close-button{
            position:absolute;
            border-radius: 50%;
            top: -15px;
            right: -15px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center ;
            border: 1px solid #eee;
            cursor: pointer;
            margin: 3% 2% 0 0;
          }


          

          .seccion-modal-externa{
            margin: 5%;
            border: 1px white solid;
          }

          .seccion-modal-interna{
            margin: 5% 0%;
            box-sizing: border-box;
            z-index: 1;
            background-color: #f5f5f7;
            border-radius: 15px;
          }

          .imagenes-modal{
            position: relative;
            margin: 10px 15px;
            
            width: 100%;
  height: 100%;
  object-fit: contain;
           
             }

              /* resoluciones modal */ 
 
             @media(min-width:1024px){
                .seccion-modal-interna{
                    margin-top: 20px;
                    
                }

                .imagenes-modal{
                    width: 100%;
                }

                .textos-modal{
                    font-size: 18px;
                }

                .subtitulos-modal{
                    font-size: 56px;
                    margin: 0;
                    
                    
                }

                .titulos-modal{
                    font-size: 19px;
                }

                .window-container{
                    margin-top: 5%;
                    position: relative;
                    background-color: #ffffff;
                    width: 55%;
                    height: 90%;
                    padding: 0rem;
                    border-radius: 18px;
                    animation-name: modal;
                    
                    box-shadow: 0 2.5px 10px -2.5px rgba(0, 0, 0, 0.4);
                    z-index: 10;
                   
                  }


              }


             @media(max-width:1024px){
                .seccion-modal-interna{
                    margin-top: 20px;
                    
                }

                .imagenes-modal{
                    width: 100%;
                }

                .textos-modal{
                    font-size: 12px;
                }

                .subtitulos-modal{
                    font-size: 35px;
                    margin: 0;
                    
                    
                }

                .titulos-modal{
                    font-size: 10px;
                }

                .window-container{
                    margin-top: 5%;
                    position: relative;
                    background-color: #ffffff;
                    width: 75%;
                    height: 90%;
                    padding: 0rem;
                    border-radius: 18px;
                    animation-name: modal;
                   
                    box-shadow: 0 2.5px 10px -2.5px rgba(0, 0, 0, 0.4);
                    z-index: 10;
                   
                  }



              }


             @media(max-width:968px){
                .seccion-modal-interna{
                    margin-top: 20px;
                    
                }

                .imagenes-modal{
                    width: 100%;
                }

                .textos-modal{
                    font-size: 12px;
                }

                .subtitulos-modal{
                    font-size: 35px;
                    margin: 0;
                    
                    
                }

                .titulos-modal{
                    font-size: 10px;
                }

                .window-container{
                    margin-top: 5%;
                    position: relative;
                    background-color: #ffffff;
                    width: 95%;
                    height: 90%;
                    padding: 0rem;
                    border-radius: 18px;
                    animation-name: modal;
                    
                    box-shadow: 0 2.5px 10px -2.5px rgba(0, 0, 0, 0.4);
                    z-index: 10;
                   
                  }



              }

            
             @media(max-width:368px){
                .seccion-modal-interna{
                    margin-top: 20px;
                    
                }

                .imagenes-modal{
                    width: 100%;
                }

                .textos-modal{
                    font-size: 12px;
                }

                .subtitulos-modal{
                    font-size: 35px;
                    margin: 0;
                    
                    
                }

                .titulos-modal{
                    font-size: 10px;
                }

                .window-container{
                    margin-top: 5%;
                    position: relative;
                    background-color: #ffffff;
                    width: 100%;
                    height: 90%;
                    padding: 0rem;
                    border-radius: 18px;
                    animation-name: modal;
                    
                    box-shadow: 0 2.5px 10px -2.5px rgba(0, 0, 0, 0.4);
                    z-index: 10;
                   
                  }



              }
              @media(max-width:768px){
                .seccion-modal-interna{
                    margin-top: 20px;
                    
                }

                .imagenes-modal{
                    width: 450px;

                }

                .textos-modal{
                    font-size: 12px;
                }

                .subtitulos-modal{
                    font-size: 35px;
                    margin: 0;
                    
                    
                }

                .titulos-modal{
                    font-size: 10px;
                }

                .window-container{
                    margin-top: 2%;
                    position: relative;
                    background-color: #ffffff;
                    width: 100%;
                    height: 90%;
                    padding: 0rem;
                    border-radius: 18px;
                    
                    animation-duration: .5s;
                    box-shadow: 0 2.5px 10px -2.5px rgba(0, 0, 0, 0.4);
                    z-index: 1;
                   
                  }



              }

              
