body{
    color: black;
    font-family: Montserrat-Medium;    
}

div.inputDiv>label{
    font-size: 13px;
    text-align: left;
    color: black;
}

div.inputDiv>input{
    font-size: 10px;
    text-align: left;
    line-height: 3em;
    color: black;
}

.insideBody{
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}

.boton{
    border-radius: 5px 5px 5px 5px;
    line-height: 2.5em;
    color: White;
    font-weight: bold;
    background-color: #8355a3;
    margin-top: -1.25em;
    border-style: none;
    background: linear-gradient(to right, #8355a3 70%, #8154A1 100%);
}

input{
    border-color: grey;
    border-width: thin;
    border-style: solid;
    border-radius: 5px 5px 5px 5px;
    background-color: transparent;
}

label{
    color: #FAFAFA;
}

div.inputDiv>input::placeholder {
    color: black;
    opacity: 1; /* Firefox */
    text-align: center;
}

div.inputDiv>input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black;
}

div.inputDiv>input:::-ms-input-placeholder { /* Microsoft Edge */
   color: black;
}

a:link{
    text-decoration: underline;
    color:#3B4559;
    font-size: 15px;
}

@media (min-width: 300px) and (max-width: 768px) {    
    #rowFooter{
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 767.98px) {
    body{
        margin-bottom: 30px;
    }
    
    .divBoton{
        padding-left: 10px;
        padding-right: 50px;
    }
    
    .contenedorPrin{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #sello{
        margin-top: 0px !important;
        position: unset !important;
    }
}

@media (min-width: 768px) and (max-width:1366px) and (orientation:landscape){ 
    #navNav>div>img{ 
        height: 130px !important; 
        width: 812px !important; 
    } 
    body{ 
        margin-top: 0px !important; 
    } 
}

@media (max-width: 767.98px) and (orientation: landscape) {
    #logoChicoTp{
        width: 50% !important;
        margin-left: 100px;
    }
    
    #imgPubli img {
       display:none;
    }
    
    #imgPubli {
        background: url(../img/360x640.png) center no-repeat;
        width: 360px;
        height: 640px;
        margin-top: 0em;
        object-fit: contain;
    }
    
    #navNav{
        padding: 0;
    }
    
    #navNav>div>img{
        width: 640px !important; 
        height: 83px !important;
    }
}    

@media (max-width: 767.98px) and (orientation: portrait) {
    #logoChicoTp{
        width: 60% !important;
        margin-left: 50px;
        margin-top: 10px;
    }
    
    #navNav>div>img{ 
        display: none; 
    } 
     
    #navNav>div{ 
        background: url(../img/header.png) center no-repeat; 
        height: 240px;  
        width: 400px; 
        background-size: 100%; 
    }
    
    #imgPubli img {
       display:none;
    }
    
    #imgPubli {
        background:url("../img/360x640.png") center no-repeat;
        width: 360px;
        height: 740px;
        margin-top: -1em;
    }
    
    #imgFoLe{
        width: 60%;
    }
    
    #imgFoRi{
        width: 110%;
    }

    #navNav{
        padding: 0;
        border-bottom-style: solid; 
        border-bottom-color: #bccf00; 
        border-bottom-width: medium; 
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body{
        margin-top: 90px;
    }
}

.modal-body{
    background-color: #3B4559;
    border-style: none;
    margin-top: -1px;
    font-size: 16px;
}

.modal-footer{
    background: linear-gradient(0deg, #808080 50%, #3B4559 50%);
    margin-top: -1px;
    border-style: none;
}

.modal-content{
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.modalHeader{
    font-size: 40px;
}

.circulo{
    border-style: solid;
    border-radius: 100%;
    width: 74px;
    height: 64px;
    padding-top: 4px;
    border-color: #e53935;
}

.circuloVerde{
    border-style: solid;
    border-radius: 100%;
    width: 74px;
    height: 64px;
    padding-top: 4px;
    border-color: #7bb342;
    padding-left: 10px;
}

.helperUp{
    font-size: 9px !important;
    text-align: right !important;
    display: none;
}

.fa-exclamation-triangle{
    color: Yellow;
}

#sello{
    margin-top: -200px;
    position: relative;
}

#navNav>div>img{     
    height: 190px; 
    width: 1600px; 
}

#exitoLogin{ 
    color: White; 
} 
 
#errorLogin{ 
    color: White; 
} 
 
#avisoPrivacidad{ 
    color: White; 
}