:root
{
    --blue_schunk: #009EE0;
    --blue: #003d6a;
    --white: #fff;
}
body
{
    font-family: SCHUNK;
}
nav
{
    background: #003d6a;
    height: 12.5rem;
    width: 100%;
}
p
{
    margin: auto;
    text-align: center;
    padding-bottom: 0.625rem;
}
.cyan{
    color: var(--blue_schunk);
}
.navy_blue{
    color: var(--blue);
}
.image_body
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texts
{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texts1
{
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Control setting Nav with Cenefa */
.cenefa{
    background: #003d6a;
    margin: 0;
    padding: 30px 0px 0px;
}
/* Footer Control */
.container_footer
{
    background-color: #003d6a;
}
.cenefa_footer
{
    background: var(--blue);
    margin: 0rem;
    padding: 0.625rem 0rem 0.625rem;
}
.ions-s
{
    text-align: left;
    padding-bottom: 0.75rem;
}
.mb-0
{
    color: #fff;
    padding-bottom: 0.75rem;
    text-align: left;
}
.copyright
{
    background-color: #003d6a;
    color: #fff;
    text-align: right;
    padding-top: 1.5rem;
    padding-bottom: 3.25rem;
    padding-right: 2.5rem;
}
/* Footer Control */
.enlace{
    position: absolute;
    padding: 20px 52px;
}
.logo{
    height: 3.5rem;
}
/* Cenefa Animation */
@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
}
@media (max-width: 1200px){
    #full_logo{
        display: none;
    }
    #small_logo{
        display: block;
    }
}
@media (min-width: 1200px){
    #full_logo{
        display: block;
    }
    #small_logo{
        display: none;
    }
}
@font-face {
    font-family: SCHUNK;
    src:url(/font/SCHUNKFagoPro-Regular.otf);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
        color: #fff;
        background-color:var();
        border-color: transparent;
}
.icon1
{
    left: 30px; 
    top: 10px;
}
.language
{
    /* padding-left: 80%;
    padding-top: 10px; */
    color: #fff;
}
.language ul li
{
    position: relative;
    list-style: none;
    
}
.language ul li span
{
    position: relative;
    width: 50%;
    display: flex;
    text-decoration: none;
    color: #fff;
}
.language ul li:hover span,
.language ul li.hovered span
{
    color: rgb(219, 219, 219);
}
.blue{
    color: var(--blue);
}
.cyan{
    color: var(--blue_schunk);
}
.btn-primary {
    color: #fff;
    font-weight: bold;
    background: #009EE0;
    border: #009EE0;   
}
.btn-primary:hover {
    color: #fff;
    font-weight: bold;
    background: #003d6a;   
}  
.darkness{
    -webkit-box-shadow: 2px 2px 5px #00000070;
    -moz-box-shadow: 2px 2px 5px #00000070;
    filter: shadow(color=#00000070, direction=135, strength=2);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
/* Div to detect device is iOS on Mobile Safari */
/* -------------------------------------------- */
#result
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
/* -------------------------------------------- */