/*ESTILOS POP DE RESPUESTA */
.contenedor-pop{
    position: fixed;  
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(32,32,32,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s ease-out;    
}
.oculto-pop{
    display: none !important;
}
.con-int-pop{
    position: relative;
    width: 35%;
    height: auto;
    background-color: #fff;    
    border-radius: 7px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 15px 5px rgba(32,32,32,.6);
    -moz-box-shadow: 2px 2px 15px 5px rgba(32,32,32,.6);
    box-shadow: 2px 2px 15px 5px rgba(32,32,32,.6);
}
.cabecera-pop{
    width: 100%;    
    position: relative;
    /*! border-bottom: 1px dotted rgba(2,97,167); */    
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px !important;
    box-sizing: border-box;
    border-radius: 7px 7px 0px 0px;
    background-color: rgb(0, 88, 142);
}
.cabecera-pop>img{
    width: 40%;
}
.cabecera-pop>h5{
    font-family: 'Titulo', sans-serif;
    font-size: 15px;
    color: #fff;
    /*! background-color: rgb(0,169,157,1); */
    width: 150px;
    /*! height: 35px; */   
    border-radius: 50%;
    border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.cabecera-pop>p{
    font-family: 'Principal', sans-serif;
    font-size: 25px;
    color: #fff !important;
    max-width: 90%;
}
.cabecera-pop>div{
    font-family: 'Principal', sans-serif;
    font-size: 25px;
    color: rgba(2,97,167);
    font-weight: bold;
    background-color: #fff; 
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;        
    transition: all .4s ease-out;
    cursor: pointer;
}
.cabecera-pop>div:hover{
    transform: rotate(180deg);
}
.img-principal-pop{
    width: 100%;
    object-fit: contain;
}
.respuesta-pop{
    width: 100%;
    padding: 7px 20px;
    font-family: 'Principal', sans-serif;
    color: #323232;    
    font-size: 17px;      
    text-align: justify;
    box-sizing: border-box;
}
@media (max-width: 800px){
    .con-int-pop{
        width: 80%;  
    }
}
/*ESTILOS POP DE RESPUESTA 2 */
.contenedor-pop-2{
    position: fixed;  
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(32,32,32,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s ease-out;    
}
.oculto-pop{
    display: none !important;
}
.con-int-pop-2{
    position: relative;    
    height: auto;
    background-color: #fff;    
    border-radius: 7px;
    text-align: center;
    background-color: rgba(255,255,255,0);   
    width: 840px;
}
.fondo-pop-2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70%;
    left: 15%;
    top: -25%;
    z-index: 1;
    max-width: 672px;
}
.cabecera-pop-2{
    width: 60%;    
    position: relative;
    background-color: rgba(2,97,167,0);    
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px !important;
    box-sizing: border-box;
    border-radius: 7px 7px 0px 0px;
}
.cabecera-pop-2>p{
    width: 70%;
    z-index: 1;
    padding: 20px 0px;
    font-family: 'Titulo', sans-serif;
    color: #fff;
    margin-left: 5%;    
}
.cabecera-pop-2>div{
    font-family: 'Principal', sans-serif;
    font-size: 25px;
    background-color: #00a99d;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    transition: all .5s ease-out;
    cursor: pointer;
}
.cabecera-pop-2>div:hover{
    transform: rotate(180deg);
}
.respuesta-pop-2{
    width: 50%;    
    padding: 20px 70px !important;;
    font-family: 'Principal', sans-serif;
    color: #323232;
    font-size: 20px;
    text-align: center;    
    z-index: 3;
    position: relative;
    margin: 0px auto;
}
.respuesta-pop-2>img{
    width: 80%;
    margin: 0px auto;
}
/*scroll*/
::-webkit-scrollbar
{
    width: 8px;
    height: 2px;
    background-color: rgba(220,220,220,1);
}
::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(120,120,120,.5);
    background-color: rgba(2,97,167,1);
}
@media (max-width: 800px){
    .con-int-pop-2{
        width: 80%;  
    }
}
/*ESTILOS POP DE RESPUESTA 3 GRAFICA */
.contenedor-pop-3{
    position: fixed;  
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(32,32,32,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s ease-out;    
}
.oculto-pop{
    display: none !important;
}
.con-int-pop-3{
    position: relative;
    width: 60%;
    height: auto;
    background-color: #fff;    
    border-radius: 7px;
    text-align: center;
    background-color: rgba(255,255,255,0);   
    max-width: 806px;
}
.fondo-pop-3{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /*! left: 15%; */
    top: -25%;
    z-index: 1;
}
.cabecera-pop-3{
    width: 85%;    
    position: relative;
    background-color: rgba(2,97,167,0);    
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px !important;
    box-sizing: border-box;
    border-radius: 7px 7px 0px 0px;
}
.cabecera-pop-3>p{
    width: 70%;
    z-index: 1;
    padding: 20px 0px;
    font-family: 'Titulo', sans-serif;
    color: #fff;
    margin-left: 5%;    
}
.cabecera-pop-3>div{
    font-family: 'Principal', sans-serif;
    font-size: 25px;
    background-color: #00a99d;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    transition: all .5s ease-out;
    cursor: pointer;
}
.cabecera-pop-3>div:hover{
    transform: rotate(180deg);
}
.respuesta-pop-3{
    width: 85%;    
    padding: 20px 70px !important;;
    font-family: 'Principal', sans-serif;
    color: #323232;
    font-size: 20px;
    text-align: center;    
    z-index: 3;
    position: relative;
    margin: 0px auto;
    text-align: center;
}
.respuesta-pop-3>img{
    width: 90%;
    margin: 0px auto;
}
.close-boton-v1{
    background-image: url('https://campusvirtual.santototunja.edu.co/ovas/assets/icons/close-icon-1.svg');
    width: 25px;
    height: 25px;
    z-index: 9;
    background-color: transparent;
    transition: all 2s ease-out;
}
.close-boton-v1:hover{
    background-image: url('https://campusvirtual.santototunja.edu.co/ovas/assets/icons/close-icon-2.svg');
}
.close-boton-v2{
    background-image: url('https://campusvirtual.santototunja.edu.co/ovas/assets/icons/close-icon-2.svg');
    width: 25px;
    height: 25px;
    z-index: 9;
    background-color: transparent;
    transition: all 2s ease-out;
}
.close-boton-v2:hover{
    background-image: url('https://campusvirtual.santototunja.edu.co/ovas/assets/icons/close-icon-1.svg');
}
/*scroll*/
::-webkit-scrollbar
{
    width: 8px;
    height: 2px;
    background-color: rgba(220,220,220,1);
}
::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(120,120,120,.5);
    background-color: rgba(2,97,167,1);
}
@media (max-width: 800px){
    .con-int-pop-3{
        width: 80%;  
    }
}