/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-oct-2019, 12:38:25
    Author     : Fenner González - Web-Manager EVOL
*/
@charset "utf-8";

@font-face{
    font-family: 'MonserratRegular';
    src: url(../fonts/Montserrat-Regular.otf);
}
@font-face{
    font-family: 'MonserratExtraLight';
    src: url(../fonts/Montserrat-ExtraLight.otf);
}
@font-face{
    font-family: 'MonserratBold';
    src: url(../fonts/Montserrat-Bold.otf);
}
@font-face{
    font-family: 'MonserratBlack';
    src: url(../fonts/Montserrat-Black.otf);
}
@font-face{
    font-family: 'MonserratExtraBold';
    src: url(../fonts/Montserrat-ExtraBold.otf);
}
@font-face{
    font-family: 'MonserratLight';
    src: url(../fonts/Montserrat-Light.otf);
}
@font-face{
    font-family: 'MonserratSemiBold';
    src: url(../fonts/Montserrat-SemiBold.otf);
}
@font-face{
    font-family: 'Velvet-Heart-Swashes';
    src: url(../fonts/Velvet-Heart-Swashes.ttf);
}
@font-face{
    font-family: 'Velvet-Heart-Font';
    src: url(../fonts/Velvet-Heart-Font.ttf);
}

body{
    font-family: MonserratRegular;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

/*Estilos logo principal*/
.logo-principal{
    /*border: solid 1px #FF5500;*/
    position: absolute;
    width: 80px;
    height: 80px;
    top : -20px;
    right: 20px;
    padding: 5px;
    background: #FFFFFF;
    border-radius: 100%;
}

.logo-scroll{
    position: relative;
    width: 60px;
    border-radius: 50%;
}
.enlace-logo img{
    width: 90%;
    display: block;
    margin: 8px auto;
    background: none;

}
.barra-menu{
    min-height: 70px;
}

/*Eliminar la flecha del dropdown para personalizarla*/
.dropdown-toggle::after{
    display: none !important;
}

/*.fondo-home a{
    text-decoration: none;    
}

.fondo-home a section p i:hover{
    font-size: 36px !important;
    text-transform: uppercase;
    color: #FFA300;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}*/
#form-login{
    opacity: 0;
    top: -100%;
}
/*fondo para todos los formularios*/
.fondo-form, .fondo-home{
    background: rgba(20,20,20,0.9);
    border-radius: 5px;
}

.titulos-form{
    font-family: 'MonserratBold' !important;
    color: #606060;
}

.parallax, .parallax-registro, .parallax-login, .parallax-gerentes, .parallax-notiaula, .parallax-vendedores, .parallax-autores, .parallax-docentes, .parallax-titulos, .parallax-titulos2 {
    /* Imagen a usar */
    background-image: url("../img/fondo-home.png"); 
    /* Se crea el efecto cuando se hace scroll */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;

}
.parallax{
    /* alto de la imagen */
    min-height: 800px;
}
.parallax-registro{
    /* Imagen a usar */
    background-image: url("../img/fondo-01.png");
    /* alto de la imagen */
    min-height: 900px; 
}
.parallax-login{
    /* Imagen a usar */
    background-image: url("../img/login3.jpg");
    /* alto de la imagen */
    min-height: 600px; 
}
.parallax-gerentes{
    /* Imagen a usar */
    background-image: url("../img/gerentes.jpg");
    /* alto de la imagen */
    min-height: 800px;
}

.parallax-notiaula{
    /* Imagen a usar */
    background-image: url("../img/fondo-notiaula2.png");
    /* alto de la imagen */
    min-height: 800px;
}

.parallax-vendedores{
    /* Imagen a usar */
    background-image: url("../img/fondo-vendedores2.jpg");
    /* alto de la imagen */
    min-height: 800px;
}

.parallax-autores{
    /* Imagen a usar */
    background-image: url("../img/fondo-autor.jpg");
    /* alto de la imagen */
    min-height: 800px;
}

.parallax-docentes{
    /* Imagen a usar */
    background-image: url("../img/fondo-docente.jpg");
    /* alto de la imagen */
    min-height: 800px;
}

.parallax-titulos, .parallax-titulos2{
    background-image: url("../img/fondos-parallax2.jpg");
    height: 200px;
}

.parallax-titulos2{
    min-height: 400px;
    height: auto;
}

/*Iconos formularios*/
.icon-form{
    font-size: 20px;
    color: #606060;
    margin: 10px;
}

.icon-form-a{
    font-size: 20px;
    color: #FFA300;
    margin: 10px;
}
/* Inputs formularios*/
.input-form{
    border: none;
    border-bottom: 2px solid #606060;
    padding: 20px;
    background: none;
}

.input-form-a{
    border: none;
    border-bottom: 2px solid #FFA300;
    padding: 20px;
    background: none;
}

/* Botones formularios*/
.btn-form{
    background: #0089D8;
    color: #fff;
    transition: all 300ms;
}

.btn-form:hover{
    background: #fff;
    color: #0089D8;
    border: 1px solid #0089D8;
}

.olvidaste{
    color: #333333;
}

/*Estilos de paginación*/
.page-link{
    color: #333333;
}

.page-item.active .page-link{
    background: #FFA300 !important;
    border-color: #FFA300;    
}

/*Estilos del pie de página*/
.pie-pagina{
    /*background: #FFA300;*/
    background: #3C3C3B;
}
.barra-pie{
    /*background: #8A8A87;*/
    background: #4A4A48;
    /*background: #FFA300;*/
}

.container-avatar{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    /*border: solid 2px #FFA300;*/
    margin:  auto;
    /*background: #FFA300;*/
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.avatar{
    width: 50px;	
    /*border-radius: 100%;*/
    overflow: hidden;
    /*margin-bottom: 50px;*/
    margin-top: 0px;
    /*margin-left: 3px;*/
}

/*Estilos portada estudiante*/
.portada-estudiante{
    background-image: url("../img/estudiante2.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
}

/*Imagen de perfil para los distintos usuarios en su perfil*/
.img-perfil{
    position: absolute;
    top: 45%;
    width: 300px;
    height: 300px;
    border: solid 10px #FFA300;
    border-radius: 50%;
    overflow: hidden;
    margin: 25px auto;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.img-perfil img{
    width: 100%;    
}

.img-perfil:hover{
    width: 320px;
    height: 320px;
    transition: all 300ms;
}
.separador-estudiante{
    min-height: 150px;
}
.datos-estudiante{
    min-height: 200px;
}

/*Estilos para el iframe de recursos para los títulos*/
.recurso{
    height:300px; 
    width:100%;
}

/*Estilos perfil de usuario Editorial - Gerente - Vendedor - Docente - Institución*/
header {
    position: relative;
}

.nombre-perfil{
    position: absolute;
    width: 95%;
    bottom:  80%;    
    left: 2%;
    color: white;
    height: 20%;
    text-transform: uppercase;
    font-family: 'MonserratSemiBold';
    border-radius: 10px;
    background: rgba(33,33,33,0.2);
    /*z-index: 2;*/
     text-shadow: 2px 2px 4px #303030;
}

.foto-profile{
    position: absolute;
    width: 100px;
    height: 100px;          
    overflow: hidden;    
    border: solid 2px  #FFA300;
    border-radius: 100%;
    bottom: -10%;    
    right:  2%;
}
.separador-perfil{
    /*background: #FF5500;*/
    background: #FFA300;
    height: 5px;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.tarjeta-perfil{
    border: solid 1px #3C3C3B;
    background: #3C3C3B;
    color: #ffffff;
}
.tarjeta-perfil:hover{
    transition: all 300ms;
    border: solid 4px #3C3C3B;
    background: #FFF;
    color: #3C3C3B;
    text-decoration: none;
}
.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
    background-image: -moz-linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
    background-image: -o-linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
    background-image: linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
    /*    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);*/
}
.colorgraph-actuo {
    height: 5px;
    border-top: 0;
    background: #9C27C2;
    border-radius: 5px;

}

.actuo{
    background: #9C27C2;
    color: #fff;
    padding: 10px 0px 10px 20px;
    border-radius: 4px;
}
.actuo img{
    width: 90px;
    margin-left: 20px;
    margin-bottom: 45px;
}

.borde-formulario{
    border: solid 1px #eee;
    padding: 10px 0px;
    margin: 10px 0px;
    border-radius: 5px;
}


/*Estilos para la vista del titulo*/
.contenedor-titulo{
    /*position: relative;*/
    width: 100%;
    min-height: 800px;
    overflow: hidden;
    /* The image used */
    background-image: url("../img/img-titulos4.jpg");

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.proyectos{
    display: none;
    /*position: absolute;*/
    overflow: hidden;
    /*z-index: 0;*/
    width: 1000px;
    height:1000px;
    margin: -5% 0 0 60%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: rotateZ(45deg);  
    -moz-transform: rotateZ(45deg);  
    transform: rotateZ(45deg);
    border-radius: 5%;
    /*   -webkit-transform: rotateX(90deg);  Safari prior 9.0 
      transform: rotateX(90deg);  Standard syntax */
}

.proyectos-2{
    width: 80%;
    position: relative;
    z-index: 2;
    top: 10%;
    left: 10%;
}
.proyectos-3{
    display: none;
    width: 25%;
    position: relative;
    z-index: 2;
    top: 43%;
    left: 36%;
    font-family: 'MonserratExtraBold';

}
.proyectos-3 h3{
    font-size: 40px !important;
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 4px #303030;    
}
.datos-titulo{
    width: 80%;
    position: relative;
    z-index: 2;
    top: 10%;
    left: 10%;
    color: white;
    text-shadow: 2px 2px 4px #303030; 
}
.datos-titulo h1{
    font-size: 2rem !important;
}
/*Estilos para pas cifras del slider de títulos*/
.contenedor-slider{
    height: 200px;
    width: 100%;
    padding: 20px;        
}

.contenido-titulo{
    font-family: 'MonserratExtraBold';
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 4px #303030;
    font-size: 2.5rem !important;
}


/*Estilos tarjetas de autores en los títulos*/
.autorestitulo{
    min-height: 150px;
    padding: 40px;
}
.card-autor{
    min-height: 150px;
}
.chip {
    margin-top: 50px;
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #FFA300;
    color: white;
    font-weight: bolder;
}

.chip img {
    width: 120px;
    height: 120px;
    float: left;
    margin: -50px 10px 0 0px;    
    border-radius: 50%;
}

/*Estilos vista de proyectos*/
.titulo-proyecto{
    min-height: 300px;
    /*background: #ffffff;*/
    font-family: 'MonserratSemiBold';
    /*color: #808080;*/
    /*    background: rgba(20,20,20,0.8);
        color: #FFFFFF;*/
}
.contenido-proyecto{
    min-height: 250px;
    /*background: #fff;*/
    /*    background: rgba(20,20,20,0.9);
        color: #FFFFFF;*/
    /*border: solid 1px #FFA300;*/
    border-radius: 5px;
    margin: 10px;

}
.btn-r-a{
    /*color: #FF5500;*/  
    /*color: #FFA300;*/  
    color: #303030;
    text-transform: capitalize;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.btn-r-a:hover{
    /*color: #FF5500;*/
    color: #FFA300;  
    text-decoration: none;
    text-transform: uppercase;
}
.pointer-button{
    font-size: 3rem;
    padding: 3px;
    /*color: #FF5500;*/
    /*color: #FFA300;*/  
    color: #303030;
    -webkit-transform: rotateZ(30deg);  
    -moz-transform: rotateZ(30deg);  
    transform: rotateZ(30deg);
}
.btn-r-a2{
    /*color: #FFA300;*/   
    color: #303030;
    text-transform: capitalize;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.btn-r-a2:hover{
    color: #FFA300;
    text-decoration: none;
    text-transform: uppercase;
}
.pointer-button2{
    font-size: 3rem;
    padding: 3px;
    /*color: #FFA300;*/    
    color: #303030;
}
.pointer-actuo{
    width: 80px;
}
.pointer-actue{
    width: 60px;
}

/*Estilos home para estudiantes*/
.titulos-grises, .pointer-actue{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.cifras-titulo-estudiante{
    font-family: 'MonserratLight';
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
    font-size: 30px; 
}
.datos-titulo-estudiante{
    /*font-family: 'Velvet-Heart-Swashes';*/
    font-size:110px;
    font-family: 'Velvet-Heart-Font';
    line-height: 0.5;
    font-style: normal;
    color: #FFa300;
    padding: 3px;
    margin: 5px;
    margin-top: 10px !important;
    font-weight: normal;
}

/*Estilos formularios de respuestas*/ 
/* The container */
.container-respuesta {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-respuesta input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark-respuesta {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-respuesta:hover input ~ .checkmark-respuesta {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-respuesta input:checked ~ .checkmark-respuesta {
    background-color: #9C27C2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-respuesta:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-respuesta input:checked ~ .checkmark-respuesta:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-respuesta .checkmark-respuesta:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*Estilos para la selección de titulos en el formulariopara agregarlos a las instituciones*/
.switch-titulos {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch-titulos input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-titulos {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-titulos:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-titulos {
    background-color: #FFA300;
}

input:focus + .slider-titulos {
    box-shadow: 0 0 1px #FFA300;
}

input:checked + .slider-titulos:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-titulos.redondo {
    border-radius: 34px;
}

.slider-titulos.redondo:before {
    border-radius: 50%;
}

/*Estilos para la vista de fotos de perfil, fuera del index o el perfil de usuario*/
.img-redonda{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 5px;
    margin: 0 auto;
}

/*estilos para los posts en la notiaula*/
.doble_pagina{
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);

}

.doble_pagina:before{
    content:'';
    position:absolute;
    right: 0px;
    top:0px;
    width: 0px;
    height: 0px;
    border-radius: 2%;
    background: -moz-linear-gradient(  225deg, white 45%, #455A6B 50%,  #90B7E3 60%, #C2E3FF);
    background: -webkit-linear-gradient(  225deg, white 45%, #455A6B 50%,  #90B7E3 60%, #C2E3FF);
    /*    -moz-transition_duration: 0.8s;
        -webkit-transition_duration: 0.8s;*/
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.doble_pagina:hover:before{
    width: 100px;
    height:100px;
}
/*Estilos likes*/ 
.likes, .likes-index{
    float: left;
    padding-left: 20px;
    padding-right: 10px;
}
.likes img, .likes-index img{
    width: 20px;
}
.manual{
    height: 400px;
}


@media only screen and (min-width: 576px){
    .recurso{
        height:400px; 

    }  
    /*Imagen de perfil para los distintos usuarios en su perfil*/
    .img-perfil{
        position: absolute;
        top: 100%;
        width: 300px;
        height: 300px;
        border: solid 10px #FFA300;
        border-radius: 50%;
        overflow: hidden;
        margin: 25px auto;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
}  

@media only screen and (min-width:  768px){
    .recurso{
        height:400px; 

    }  
    .logo-principal{               
        left: 20px;        
    }

    .foto-profile{
        position: absolute;
        width: 300px;
        height: 300px;          
        overflow: hidden;    
        border: solid 10px  #FFA300;
        border-radius: 100%;
        bottom: -10%;    
        right:  2%;
    }

    /*Imagen de perfil para los distintos usuarios en su perfil*/
    .img-perfil{
        position: absolute;
        top: 30%;
        width: 300px;
        height: 300px;
        border: solid 10px #FFA300;
        border-radius: 50%;
        overflow: hidden;
        margin: 25px auto;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

}  

@media only screen and (min-width: 992px){
    .recurso{
        height:500px; 

    }   
    /*Estilos logo principal*/
    .logo-principal{
        /*border: solid 1px #FF5500;*/
        position: absolute;
        width: 90px;
        height: 90px;
        top : -20px;
        left: 20%;
        padding: 5px;
        background: #FFFFFF;
        border-radius: 100%;
    }
}   

@media only screen and (min-width: 1200px){
    .recurso{
        height:500px; 

    }
    /*Estilos logo principal*/
    .logo-principal{
        /*border: solid 1px #FF5500;*/
        position: absolute;
        width: 120px;
        height: 120px;
        top : -60px;
        left: 10%;
        padding: 5px;
        background: #FFFFFF;
        border-radius: 100%;
    }



    .logo-scroll{
        position: relative;
        width: 60px;
        border-radius: 50%;
    }
    .enlace-logo img{
        width: 90%;
        display: block;
        margin: 8px auto;
        background: none;

    }
    .barra-menu{
        min-height: 70px;
    }

    /*Eliminar la flecha del dropdown para personalizarla*/
    .dropdown-toggle::after{
        display: none !important;
    }

    /*.fondo-home a{
        text-decoration: none;    
    }
    
    .fondo-home a section p i:hover{
        font-size: 36px !important;
        text-transform: uppercase;
        color: #FFA300;
        -webkit-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
    }*/

    /*fondo para todos los formularios*/
    .fondo-form, .fondo-home{
        background: rgba(20,20,20,0.9);
        border-radius: 5px;
    }

    .titulos-form{
        font-family: 'MonserratBold' !important;
        color: #606060;
    }

    .parallax, .parallax-registro, .parallax-login, .parallax-gerentes, .parallax-notiaula, .parallax-vendedores, .parallax-autores, .parallax-docentes, .parallax-titulos, .parallax-titulos2 {
        /* Imagen a usar */
        background-image: url("../img/fondo-home.png"); 
        /* Se crea el efecto cuando se hace scroll */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;

    }
    .parallax{
        /* alto de la imagen */
        min-height: 800px;
    }
    .parallax-registro{
        /* Imagen a usar */
        background-image: url("../img/fondo-01.png");
        /* alto de la imagen */
        min-height: 700px; 
    }
    .parallax-login{
        /* Imagen a usar */
        background-image: url("../img/fondo-02.png");
        /* alto de la imagen */
        min-height: 600px; 
    }
    .parallax-gerentes{
        /* Imagen a usar */
        background-image: url("../img/gerentes.jpg");
        /* alto de la imagen */
        min-height: 800px;
    }

    .parallax-notiaula{
        /* Imagen a usar */
        background-image: url("../img/fondo-notiaula2.png");
        /* alto de la imagen */
        min-height: 800px;
    }

    .parallax-vendedores{
        /* Imagen a usar */
        background-image: url("../img/fondo-vendedores2.jpg");
        /* alto de la imagen */
        min-height: 800px;
    }

    .parallax-autores{
        /* Imagen a usar */
        background-image: url("../img/fondo-autor.jpg");
        /* alto de la imagen */
        min-height: 800px;
    }

    .parallax-docentes{
        /* Imagen a usar */
        background-image: url("../img/fondo-docente.jpg");
        /* alto de la imagen */
        min-height: 800px;
    }

    .parallax-titulos, .parallax-titulos2{
        background-image: url("../img/fondos-parallax2.jpg");
        height: 200px;
    }

    .parallax-titulos2{
        min-height: 400px;
        height: auto;
    }

    /*Iconos formularios*/
    .icon-form{
        font-size: 20px;
        color: #606060;
        margin: 10px;
    }

    .icon-form-a{
        font-size: 20px;
        color: #FFA300;
        margin: 10px;
    }
    /* Inputs formularios*/
    .input-form{
        border: none;
        border-bottom: 2px solid #606060;
        padding: 20px;
        background: none;
    }

    .input-form-a{
        border: none;
        border-bottom: 2px solid #FFA300;
        padding: 20px;
        background: none;
    }

    /* Botones formularios*/
    .btn-form{
        background: #0089D8;
        color: #fff;
        transition: all 300ms;
    }

    .btn-form:hover{
        background: #fff;
        color: #0089D8;
        border: 1px solid #0089D8;
    }

    .olvidaste{
        color: #333333;
    }

    /*Estilos de paginación*/
    .page-link{
        color: #333333;
    }

    .page-item.active .page-link{
        background: #FFA300 !important;
        border-color: #FFA300;    
    }

    /*Estilos del pie de página*/
    .pie-pagina{
        /*background: #FFA300;*/
        background: #3C3C3B;
    }
    .barra-pie{
        /*background: #8A8A87;*/
        background: #4A4A48;
        /*background: #FFA300;*/
    }

    .container-avatar{
        width: 50px;
        height: 50px;
        border-radius: 100%;
        overflow: hidden;
        /*border: solid 2px #FFA300;*/
        margin:  auto;
        /*background: #FFA300;*/
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .avatar{
        width: 50px;	
        /*border-radius: 100%;*/
        overflow: hidden;
        /*margin-bottom: 50px;*/
        margin-top: 0px;
        /*margin-left: 3px;*/
    }

    /*Estilos portada estudiante*/
    .portada-estudiante{
        background-image: url("../img/estudiante2.jpg");
        min-height: 300px;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        height: auto;
    }

    /*Imagen de perfil para los distintos usuarios en su perfil*/
    .img-perfil{
        position: absolute;
        top: 25%;
        width: 300px;
        height: 300px;
        border: solid 10px #FFA300;
        border-radius: 50%;
        overflow: hidden;
        margin: 25px auto;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .img-perfil img{
        width: 100%;    
    }

    .img-perfil:hover{
        width: 320px;
        height: 320px;
        transition: all 300ms;
    }
    .separador-estudiante{
        min-height: 150px;
    }
    .datos-estudiante{
        min-height: 200px;
    }

    /*Estilos para el iframe de recursos para los títulos*/
    .recurso{
        height:500px; 
        width:100%;
    }

    /*Estilos perfil de usuario Editorial - Gerente - Vendedor - Docente - Institución*/
    header {
        position: relative;
    }

    .nombre-perfil{
        position: absolute;
        width: 80%;
        bottom:  7%;    
        left: 2%;
        color: white;
        height: 20%;
        text-transform: uppercase;
        font-family: 'MonserratSemiBold';
        border-radius: 10px;
        background: rgba(33,33,33,0.2);
        /*z-index: 2;*/       
    }

    .foto-profile{
        position: absolute;
        width: 300px;
        height: 300px;          
        overflow: hidden;    
        border: solid 10px  #FFA300;
        border-radius: 100%;
        bottom: -10%;    
        right:  2%;
    }
    .separador-perfil{
        /*background: #FF5500;*/
        background: #FFA300;
        height: 20px;
        width: 100%;
        margin: 0;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .tarjeta-perfil{
        border: solid 1px #3C3C3B;
        background: #3C3C3B;
        color: #ffffff;
    }
    .tarjeta-perfil:hover{
        transition: all 300ms;
        border: solid 4px #3C3C3B;
        background: #FFF;
        color: #3C3C3B;
        text-decoration: none;
    }
    .colorgraph {
        height: 5px;
        border-top: 0;
        background: #c4e17f;
        border-radius: 5px;
        background-image: -webkit-linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
        background-image: -moz-linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
        background-image: -o-linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
        background-image: linear-gradient(left, #FF5500, #FF5500 12.5%, #FFA300 12.5%, #FFA300 25%, #FFC500 25%, #FFC500 37.5%, #FFDA00 37.5%, #FFDA00 50%, #FF5500, #FF5500 62.5%, #FFA300  62.5%, #FFA300  75%, #FFC500 75%, #FFC500 87.5%, #FFDA00 87.5%, #FFDA00);
        /*    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
            background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
            background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);*/
    }
    .colorgraph-actuo {
        height: 5px;
        border-top: 0;
        background: #9C27C2;
        border-radius: 5px;

    }

    .actuo{
        background: #9C27C2;
        color: #fff;
        padding: 10px 0px 10px 20px;
        border-radius: 4px;
    }
    .actuo img{
        width: 90px;
        margin-left: 20px;
        margin-bottom: 45px;
    }

    .borde-formulario{
        border: solid 1px #eee;
        padding: 10px 0px;
        margin: 10px 0px;
        border-radius: 5px;
    }


    /*Estilos para la vista del titulo*/
    .contenedor-titulo{
        /*position: relative;*/
        width: 100%;
        height: 800px;
        overflow: hidden;
        /* The image used */
        background-image: url("../img/img-titulos4.jpg");

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .proyectos{
        display: block;
        /*position: absolute;*/
        overflow: hidden;
        /*z-index: 0;*/
        width: 1000px;
        height:1000px;
        margin: -5% 0 0 60%;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transform: rotateZ(45deg);  
        -moz-transform: rotateZ(45deg);  
        transform: rotateZ(45deg);
        border-radius: 5%;
        /*   -webkit-transform: rotateX(90deg);  Safari prior 9.0 
          transform: rotateX(90deg);  Standard syntax */
    }

    .proyectos-2{
        width: 25%;
        position: absolute;
        z-index: 2;
        top: 10%;
        left: 10%;
    }
    .proyectos-3{
        display: block;
        width: 25%;
        position: absolute;
        z-index: 2;
        top: 43%;
        left: 36%;
        font-family: 'MonserratExtraBold';

    }
    .proyectos-3 h3{
        font-size: 40px !important;
        font-style: italic;
        color: white;
        text-shadow: 2px 2px 4px #303030;    
    }
    .datos-titulo{
        width: 30%;
        position: absolute;
        z-index: 2;
        top: 25%;
        right: 10%;
        left: 70%;
        color: white;
        text-shadow: 2px 2px 4px #303030; 
    }

    /*Estilos para pas cifras del slider de títulos*/
    .contenedor-slider{
        height: 120px;
        width: 100%;
        padding: 20px;        
    }

    .contenido-titulo{
        font-family: 'MonserratExtraBold';
        font-style: italic;
        color: white;
        text-shadow: 2px 2px 4px #303030;
    }


    /*Estilos tarjetas de autores en los títulos*/
    .autorestitulo{
        min-height: 150px;
        padding: 40px;
    }
    .card-autor{
        min-height: 150px;
    }
    .chip {
        margin-top: 50px;
        display: inline-block;
        padding: 0 25px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        border-radius: 25px;
        background-color: #FFA300;
        color: white;
        font-weight: bolder;
    }

    .chip img {
        width: 120px;
        height: 120px;
        float: left;
        margin: -50px 10px 0 0px;    
        border-radius: 50%;
    }

    /*Estilos vista de proyectos*/
    .titulo-proyecto{
        min-height: 300px;
        /*background: #ffffff;*/
        font-family: 'MonserratSemiBold';
        /*color: #808080;*/
        /*    background: rgba(20,20,20,0.8);
            color: #FFFFFF;*/
    }
    .contenido-proyecto{
        min-height: 250px;
        /*background: #fff;*/
        /*    background: rgba(20,20,20,0.9);
            color: #FFFFFF;*/
        /*border: solid 1px #FFA300;*/
        border-radius: 5px;
        margin: 10px;

    }
    .btn-r-a{
        /*color: #FF5500;*/  
        /*color: #FFA300;*/  
        color: #303030;
        text-transform: capitalize;
        -webkit-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
    }
    .btn-r-a:hover{
        /*color: #FF5500;*/
        color: #FFA300;  
        text-decoration: none;
        text-transform: uppercase;
    }
    .pointer-button{
        font-size: 3rem;
        padding: 3px;
        /*color: #FF5500;*/
        /*color: #FFA300;*/  
        color: #303030;
        -webkit-transform: rotateZ(30deg);  
        -moz-transform: rotateZ(30deg);  
        transform: rotateZ(30deg);
    }
    .btn-r-a2{
        /*color: #FFA300;*/   
        color: #303030;
        text-transform: capitalize;
        -webkit-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
    }
    .btn-r-a2:hover{
        color: #FFA300;
        text-decoration: none;
        text-transform: uppercase;
    }
    .pointer-button2{
        font-size: 3rem;
        padding: 3px;
        /*color: #FFA300;*/    
        color: #303030;
    }
    .pointer-actuo{
        width: 80px;
    }
    .pointer-actue{
        width: 60px;
    }

    /*Estilos home para estudiantes*/
    .titulos-grises, .pointer-actue{
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .cifras-titulo-estudiante{
        font-family: 'MonserratLight';
        text-transform: uppercase;
        font-style: italic;
        font-weight: bolder;
        font-size: 30px; 
    }
    .datos-titulo-estudiante{
        /*font-family: 'Velvet-Heart-Swashes';*/
        font-size:110px;
        font-family: 'Velvet-Heart-Font';
        line-height: 0.5;
        font-style: normal;
        color: #FFa300;
        padding: 3px;
        margin: 5px;
        margin-top: 10px !important;
        font-weight: normal;
    }

    /*Estilos formularios de respuestas*/ 
    /* The container */
    .container-respuesta {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Hide the browser's default radio button */
    .container-respuesta input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .checkmark-respuesta {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .container-respuesta:hover input ~ .checkmark-respuesta {
        background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .container-respuesta input:checked ~ .checkmark-respuesta {
        background-color: #9C27C2;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark-respuesta:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .container-respuesta input:checked ~ .checkmark-respuesta:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .container-respuesta .checkmark-respuesta:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

    /*Estilos para la selección de titulos en el formulariopara agregarlos a las instituciones*/
    .switch-titulos {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

    .switch-titulos input { 
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider-titulos {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider-titulos:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider-titulos {
        background-color: #FFA300;
    }

    input:focus + .slider-titulos {
        box-shadow: 0 0 1px #FFA300;
    }

    input:checked + .slider-titulos:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider-titulos.redondo {
        border-radius: 34px;
    }

    .slider-titulos.redondo:before {
        border-radius: 50%;
    }

    /*Estilos para la vista de fotos de perfil, fuera del index o el perfil de usuario*/
    .img-redonda{
        width: 250px; height: 250px; overflow: hidden; border-radius: 50%; margin-bottom: 5px;
    }

    /*estilos para los posts en la notiaula*/
    .doble_pagina{
        -moz-transform:translateX(0);
        -webkit-transform:translateX(0);

    }

    .doble_pagina:before{
        content:'';
        position:absolute;
        right: 0px;
        top:0px;
        width: 0px;
        height: 0px;
        border-radius: 2%;
        background: -moz-linear-gradient(  225deg, white 45%, #455A6B 50%,  #90B7E3 60%, #C2E3FF);
        background: -webkit-linear-gradient(  225deg, white 45%, #455A6B 50%,  #90B7E3 60%, #C2E3FF);
        /*    -moz-transition_duration: 0.8s;
            -webkit-transition_duration: 0.8s;*/
        -webkit-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out;
    }

    .doble_pagina:hover:before{
        width: 100px;
        height:100px;
    }

}
