﻿.movilSI {
    display: none;
}
/*****************RESPONSIVE*****************/
@media (min-width: 768px) {
    .cuerpo {
        padding-top: 50px;
    }

    .imgcenter {
        display: block;
        margin: 0 auto;
        margin-top: 350px;
    }
}

@media (max-width: 768px) {
    .cuerpo {
        padding-top: 0px;
    }

    .imgcenter {
        display: block;
        margin: 0 auto;
        margin-top: 250px;
    }
}

@media (max-width: 1250px) {
    #social {
        top: 350px;
    }
}

@media (max-width: 990px) {
    .movilNO {
        display: none;
    }

    .movilSI {
        display: block;
    }
}

@media (max-width: 950px) {
    .movilNO {
        display: none;
    }

    .movilSI {
        display: block;
    }
}

@media (max-width: 800px) {
    .movilNO {
        display: none;
    }

    .movilSI {
        display: block;
    }
}
/*****************SOCIAL*****************/
#social {
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 99;
}

    #social ul li {
        list-style: none;
    }

        #social ul li a {
            background: #bbb;
            color: white;
            font-size: 1.5em;
            display: block;
            margin: 7px 0;
            border-radius: 5px 0 0 5px;
        }

            #social ul li a i, #social ul li a em {
                width: 32px;
                height: 32px;
                display: inline-block;
                background: #bbb;
                color: white;
                font-size: 1.2em;
                line-height: 1.4em;
                text-align: center;
                border-radius: 5px 0 0 5px;
            }

            #social ul li a:hover .fa-instagram {
                background: #c13584;
            }

            #social ul li a:hover .fa-facebook {
                background: #3b5997;
            }

            #social ul li a:hover .fa-google-plus {
                background: #d13d2f;
            }

            #social ul li a:hover .fa-youtube {
                background: #de332c;
            }

            #social ul li a:hover .fa-linkedin {
                background: #006dc0;
            }

            #social ul li a:hover .fa-twitter {
                background: #006dc0;
            }

/*****************OTRAS CLASES*****************/

.deshabilitar {
    pointer-events: none;
    opacity: 0.4;
}

.g-recaptcha {
    margin: 15px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

/*.datepicker{
    z-index:1151 
    !important;
}*/

.imagen-fondo-virtual-sat {
    /*background-image: url("https://auth.gfx.ms/16.000.27701.00/images/Backgrounds/0.jpg?x=f5a9a9531b8f4bcc86eabb19472d15d5");*/
    background-image: url('../img/Fondo01.jpg');
    background-repeat: no-repeat,no-repeat;
    background-position: center center,center center;
    /*background-size: cover,cover,cover,cover;*/
    height: auto;
}

.small-box > .inner {
    min-height: 135px;
}

.alert-info-cons {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 3px 10px;
    font-size: 1.1em;
}

    .alert-info-cons a {
        text-decoration: none;
    }

.negrita1 {
    font-weight: 600
}

.terminos input {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    clear: both;
    width: 16px;
    height: 16px;
}

.terminos label {
    display: block;
    font-weight: 400;
    text-align: justify;
    float: left;
    width: 92%;
    clear: right;
}

    .terminos label.sin-term {
        padding-bottom: 10px;
    }

.terminos p {
    margin-left: 22px;
}

    .terminos p.lnkterm {
        color: red;
        clear: both;
        margin-bottom: 10px;
    }

.terminos {
    clear: both;
}

.modal-body {
    overflow: auto;
}

.terminos label.nota {
    clear: both;
    margin-left: 23px;
    color: red;
    padding-bottom: 10px;
}


@media (max-width: 384px) {
    .scroll-modal-vertical {
        height: 500px;
    }
}

h4.titulo {
    font-size: 22px;
    font-weight: 700;
}


.labelError-resaltar {
    color: #dd4b39 !important;
    background-color: transparent !important;
}
