@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Gobold';
    src: url(../font/Gobold\ Regular.otf);
    font-variation-settings: 'wght' 400, 'wdth' 100;
      
}


@font-face {
    font-family: "Myriad Variable Concept";
    src: url("https://db.onlinewebfonts.com/t/3a86b8ec8855002aad8b288eaba8915d.eot");
    src: url("https://db.onlinewebfonts.com/t/3a86b8ec8855002aad8b288eaba8915d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3a86b8ec8855002aad8b288eaba8915d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3a86b8ec8855002aad8b288eaba8915d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3a86b8ec8855002aad8b288eaba8915d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3a86b8ec8855002aad8b288eaba8915d.svg#Myriad Variable Concept")format("svg");
}

/* Todas las propiedades CSS */
:root{
    --main_font--:"Myriad Variable Concept", sans-serif;
    --secondary_font--:"Gobold", sans-serif;
    --primary_font--:  "Myriad Variable Concept", sans-serif;

    --colorA--:#436EAF;
    --colorN--: black;
    --colorG--:#6A6055;

    /*-------------------------COLOR PALLETE-------------------------*/
    
}


/* First line------------------------------------*/
*{
    box-sizing: border-box;
    font-family: var(--secondary_font--);
    text-decoration: none;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--colorN--);
}


body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: whitesmoke;

    
  }

  .navbar{
    position: fixed;
    z-index: 100;
    width: 100vw;
    padding: 0  3rem ;
}


.nav-link{
    
font-family: var(--main_font--);


}

.offcanvas{
    max-width: 80vw;
    text-align: center;
}



.bi-list-nested{
    width: 32px;
    height: 32px;
    fill: var(--colorA--);
}



.navbar-toggler{
    transition:all  .1s ease-in-out;

}         





#icoprincipal{
    max-width: 50px;
    padding: 10%;
    
    
}



.iconimg{
    max-height: 10vh;
    margin-top: 2vh;
    margin: 0 40px;
    padding: 3px;
    display: inline;
    
}






/*---------------------------------Principal----------------------*/

section{
    background-color: whitesmoke;
    margin: 0;
    padding: 1px;
 }



#destinobackground{ /* DEfine images in background */
    display:grid;
    margin: 0;
    width: 100vw;
    height: 40vh;
    padding: 0;
    text-align: center;
    background-image: url(../images/about-us-image-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    justify-content: center;
    align-content: start;
    
    
   
    
    
    
}






#logoprincipal {  /* define main text*/ 
    
    display: block;
    
   
    width: 20vw;
    
    
}


#portbackground div{
    color: white;
    justify-content: center;
    text-align: center;
    padding: 0px;
    align-content: center;
}

#subtitle{
font-family: var(--primary_font--) ;
font-weight: 500;

}


.maintext{
    margin: auto;
    padding: 0;
    display: inline;
    font-size: auto;

}

#rnsp{
    font-size:large;

}









h2{
    text-align: center;
    font-family: var(--primary_font--);
    margin: 0;
    padding: 2.5em;
    font-size: 2em;
    font-weight: 300;
    display: block;
}


#primertitulo{
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    color: white;

}

#objh2{
    color: var(--colorA--);
    font-weight: 550;
    font-family: var(--secondary_font--);
    display: block;
}

#objetivo{  /* Objetivo de la empresa */
    width: 55vw;
    margin: 5em auto;
    text-align: center;
    font-family: var(--main_font--);
    line-height: 2.5em;
}

/* Services----------------------------*/


/* ---------------------------------------parrafo nosotros */


#aboutus{
    max-width: 700px;
    font-family: var(--primary_font--);
    margin: auto auto 4em auto;
    
}

#aboutus p{
    font-family: var(--main_font--);
    font-size: large;
    line-height: 30px;
    color: var(--colorN--);
}

#aboutus img{
    display: flex;
    float: right;
    max-width: 22vw;
    padding: 1em;
    clear: both;
    border-radius: 20px;
}

#span1{
    color: var(--colorA--);
    font-family: var(--main_font--);
}



/* footer -----------------------------------*/

footer{
    padding: 0 15vw;
    background-color: var(--colorN--);
    margin: 0 !important;
}

.my-4{
    margin-bottom: 0 !important;
}

.mb-3{
    font-family: var(--main_font--);
}
#icodown{
    max-width: 32px;
    max-height: 32px;
}


#brend{
    display: none;
}

.text-body-secondary svg{
    fill: grey;
    color: grey;
}



/*----------------------Wtsp Button-----------------*/
.whatsapp-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 5vw;
    background-color: #25D366; /* Color de WhatsApp */
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease-in-out;
}

.whatsapp-btn:hover {
    fill: #128C7E; /* Cambia el color al hacer hover */
}




/* When screen is on mobile--------------------------------- */
@media screen and (max-width: 740px)  {

    .navbar{

        position: fixed;
        font-family: var(--main_font--);
        z-index: 100;
        width: 100vw;
        padding: 0  0 ;

      
      }

      .nav-link{
        font-size: x-large;
      }




/*-------PRINCIPAL-------------*/

#portbackground{ /* DEfine images in background */
    display:grid;
    margin: 0;
    width: 100vw;
    height: 95vh;
    padding: 0;
    text-align: center;
    
    background-size: cover;
    background-repeat: no-repeat;
    grid-template-columns: 80vw;
    grid-template-rows:  40vh 15vh;
    justify-items: center;
    align-items: center;
    
   
    
    
    
}

#logoprincipal {  /* define main text*/ 
    
    display: flex;
    
   
    width: 20vh;
    
    
}


#portbackground div{
    color: white;
    display: flex;
    width: 80vw;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0px;
    margin: auto;
}

.maintext{
   
    padding: 0;
    display: inline;
    font-size: auto;
    
}





    
/* Cuerpo -------------------------------*/

    #objetivo{
        width:80vw;
        margin: 2em auto 4em auto;
       
        display: block;
    }

    #aside_a{

    max-width: 100vw;
    display: block;
    justify-items: center;
    clear: both;
        
    }


    section{
        padding: 10px;
        
        
    } 


    



    .box_services{
        display: flex;
        flex-direction: column;
        
       padding-top: 20px;
        width: 80vw;
        
        align-items: center;
        justify-content: center;
        margin: 4em auto;
        border-radius: 22px;
        
        position: relative;
        border: var(--field-drab) 0.5px solid;
        
      }


    .img_services{
        
            width: 80px;
            padding: 15px;
            display: inline;
            
            margin: auto;
            border: 2px solid var(--colorA--);
            border-radius: 50%;
           
            filter: hue-rotate(182) ;
            overflow: visible;
        
        
        
    }


    .descripiton_services{
        font-family: var(--secondary_font--);

        font-size: 3vh;
        text-align: center;
        margin: 1em auto 0 auto;
        display: inline;
        
        
    }



    .box_services ul{
        padding: 0;
        max-width: 65vw;

    }








/*--------------------configuracion mapa en telefono png -----------------------*/


    

    #aboutus{
        max-width: 80vw;
        font-family: var(--primary_font--);
        margin: auto;
        
    }


 
    footer{
        padding: 0 30%;
        margin-top: 0;

    }
    



    .whatsapp-btn {
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 8vh;
        padding: 10px;
        z-index: 10;
    }
    



}