@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
:root{
  --colorPrimario: #046C95;
}

.sectionPadding{
    padding: 80px 0px;
}

a{
    text-decoration: none!important;
}

/* Media Querie phone Landscape */
@media screen and (min-width:576px){

}


/* Media Querie Tablet */
@media screen and (min-width:768px){

}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
    .enlaceMenu{
        font-size: 1.2rem!important;
        color: white!important;
    }
    
    .enlaceMenuBtn{
        font-size: 1.2rem!important;
        color: white!important;
        border: 2px solid white;
        padding: 8px 30px!important;
        border-radius: 50px;
        transition: all .2s ease-in;
    }

    .enlaceMenuBtn:hover{
        background-color: var(--colorPrimario);
        /* color: ; */
        transition: all .2s ease-in;
    }
}

/* Media Querie desktop */
@media screen and (min-width:1200px){
    .sectionPadding{
        padding: 120px 0px;
    }
}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}


@media screen and (min-width:1920px){
   

    body{
        width: 80%;
        margin: auto!important;
        display: block;
    }

    .site-nav{
        width: 80%!important;
        margin: auto!important;
    }


    .containerVideo{
        width: 100%!important;
        margin: auto!important;
        display: block;
    }

    .containerVideo video{
        width: 100%!important;
        margin: auto!important;
        display: block ;
    }
  

}

@media screen and (min-width:2560px){


}

