﻿body {
    font-family: Helvetica;
}

@font-face {

    font-family:Orbit;
    src: url('Orbit Gate_.ttf');
}

@font-face {
    font-family: Gibstone;
    src: url('GibstoneTrial-Regular_.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('Roboto-Medium.ttf');
}
@font-face {
    font-family: Roboto-l;
    src: url('Roboto-Light.ttf');
}

@font-face {
    font-family: Anton;
    src: url('Anton-Regular.ttf');
}

.navbar {
    /*   background-color: #808080;*/
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(143,143,143,0.35);
    -moz-box-shadow: inset 0px 0px 10px 1px rgba(143,143,143,0.35);
    box-shadow: inset 0px 0px 10px 1px rgba(143,143,143,0.35);
    padding: 20px;
    background-color: #fff;
}


.navbar-nav .nav-link {
    font-family: Gibstone;
    font-size: 13pt;
    color: #576B79;
}

.line-l {
border-left:1px solid #cecece;


}

.navbar-nav .login {
    color: #A426A0;
}
.titulo-1 {
    font-family: Anton;
    font-size: 28pt;
 color:#576B79;
}
.titulo-2 {
    font-family: Anton;
    font-size: 20pt;
    color: #576B79;
}
.div-sombra-20 {
    font-family: Anton;
    font-size: 18pt;
    color: #fff;
    background-color:#A426A0;
    text-align:center;
    letter-spacing:1px;
    padding:20px;
}
.div-sombra-20:hover {

    background-color:#c23cbe;
    cursor:pointer;
}
    .div-sombra-20 label:hover {
        background-color: #c23cbe;
        cursor: pointer;
    }
.div-sombra-30 {
    font-family: Anton;
    font-size: 18pt;
    color: #fff;
    background-color: #576B79;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px;
}
    .div-sombra-30:hover {
        background-color: #c23cbe;
        cursor: pointer;
    }

    .div-sombra-30 label:hover {
        background-color: #c23cbe;
        cursor: pointer;
    }
    p {
    font-family: Roboto;
}

.seccion-orange {
    /*   background-color: #F97D09;*/
    background-color: #EE9409;
    width: 100%;
    min-height: 350px;
}


.seccion-gray {
    /*   background-color: #F97D09;*/
    background-color: #576B79;
    width: 100%;
    min-height: 350px;
}

.titulo-recuadro-1 {
    font-family: Anton;
    font-size: 35pt;
    letter-spacing: 2px;
    color: #ffffff;
}

.div-area-1 {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    margin: 4px;
}

.div-area-2 {
    background-color: #576B79;
    width: 100%;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    float: left;
}
.div-sombra {
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #393939;
    opacity: .7;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: auto !important;
    display: none;
}

.btn {
    font-family:  Helvetica;
    border-radius: 3px;
}
.btn-outline-secondary {
    background-color: #A426A0;
    color: #ffffff;
    border: solid 1px #A426A0;
    
}

.div-sombra-10 {
text-align:center;

}

.form-control {

    border-radius:3px;

}

.div-movil-head {
    width:100%;
    height:0px;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@media (max-width: 650px) {

    .div-movil-head {

        height: 100px;
    }


}