@charset "utf-8";

*{  margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


body{
min-width: 100vw;
}


header {
    font-size: 36px/80%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 100vw;
    background-color:#ffbbbb;
    justify-content: space-around;
    height: 50px;
    color:#294a66;
    text-transform: uppercase;
}

main{
width: 80%;
height: 100%;
margin: 0 auto;
}

#crear-cuenta {
    background-color: #294a66;
    list-style: none;
    font-family: 'Open Sans Condensed', sans-serif;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    width: 100%;
}

#crear-cuenta h1 {
    padding-top: 50px;
    width: auto;
}

#crear-cuenta h2 {
    color: #ffbbbb;
    margin-bottom: 10px;
    margin-top: 20px;
}

.caja-azul h1 {
    padding-left: 20px;
    padding-right: 20px;
}

.caja-azul img {
    margin-top: 100px;
}

.datos-iconos p {
    color: #ffbbbb;
    font-family: 'Open Sans', sans-serif;
}

.centrado p {
    text-align: center;
}

.avatar {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 20px;
}

p{
    font-family: 'Open Sans', sans-serif;
    align-content: center;
}

.fondo-azul {
    background-color: #294a66;
    margin: 0;
    padding-bottom: 40px;
    min-width: 100vw;
}

.banner-pantalla1 {
    position: relative;
    display: inline-block;
    text-align: center;
}

.int-port h1 {
    margin: 0;
    padding: 0;
}

.menu-banner{
    align-items: center;
    margin-top: 40px;
}

.menu-banner a{
    display: block;
    text-decoration: none;
    padding: 15px;
}

.bajada {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.texto-padding {
    padding-left: 20px;
    padding-right: 20px;
}

#informacion img {
    height: 40px;
    width: auto;
    text-align:center;
}

.banner h1 {
    margin-top: 50px;
}

.banner p {
    color: #ffbbbb;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.texto-rosa p {
    color: #ffbbbb;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-info{
    margin:20px;
}  

.banner-info img{
    width: 100px;
    height:100px;
    border-radius: 50%;
    border: 4px solid #ffbbbb;
}

h1 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    color:#ffbbbb;
}

h2 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #294a66;
}

h3 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    color:#294a66;
}

h4 {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    color:#ffbbbb;
}

header, main {
    text-align: center;
    min-width: 100vw;
    font-family: 'Open Sans Condensed', sans-serif;
}

#caracteristicas {
    justify-content: center;
    flex-direction: column;
    vertical-align: middle;
    display: inline-block;
}

.banner-fin {
    margin-top: 100px;
}

.fin img{
    width: 90px;
    height: auto;
}

.fin h1 {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
}

 button{ 
    float: center;
    font-size: 18px;
    margin: 6px 0;
    cursor: pointer;
    border-radius:1em;
    width: 200px;
    padding: 5px;
    border-style: none;
    text-transform: uppercase;
    font-size: 15px;
}

.boton-azul button {
    color: #ffbbbb;
    background-color: #294a66;
}

.boton-rosa button {
    color: #294a66;
    background-color: #ffbbbb;
}

.boton-sin-fondo button {
    color: #294a66;
    font-size: 11px;
    background-color: transparent;
}

.boton-rosa-sin-fondo button {
    color: #ffbbbb;
    font-size: 11px;
    background-color: transparent;
}
    
li {
    list-style-type: none;
}

.iconos-aside img {
    width: 35px;
    height: 35px;
}

#pantalla1 nav ul li{
    list-style: none;
}

#info-laboral {
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
}

.pagina-principal {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 36px/80%;
    text-align: center;
    flex-wrap: wrap;
    min-width: 100vw;
    background-color:#294a66;
    height: 70px;
    color:#294a66;
    text-transform: uppercase;
}

#logo {
    width: 250px;
    height: auto;
    margin-left: 25px;
    margin-top: 20px;
}

.boton-menu-desplegable {
    background-color: #294a66;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
}

.boton-menu-desplegable:hover, .boton-menu-desplegable:focus {
    background-color: 0b3846;
}

.menu-desplegable {
    position: relative;
    display: inline-block;
}

.contenido-desplegable a {
    color: #294a66;
    background-color: #ffbbbb;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu-desplegable a:hover {background-color: #294a66; color: #ffbbbb;}

.show {display: block;}

.menu-desplegable {
    position: relative;
    display: inline-block;
}

.contenido-desplegable {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.contenido-desplegable a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu-desplegable a:hover {background-color: #ddd;}

.show {display: block;}

.container {
    position: relative;
    width: auto;
}

#slideshowHolder {
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.imagen-galeria {
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: space-around;
}

.galeria {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    min-width: 100vw;
}

.container:hover .cajas {
    opacity: 1;
    width: auto;
    height: auto;
}

.empleos {
    display: block;
    width: 100%;
    height: auto;
}

.eventos {
    display: block;
    width: 100%;
    height: auto;
}

.concursos {
    display: block;
    width: 100%;
    height: auto;    
}

.tendencias {
    display: block;
    width: 100%;
    height: auto;    
}

.titulo {
    color: #ffbbbb;
    font-family: 'Open Sans Condensed', sans-serif; 
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
}

.titulo-principal {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.cajas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #294a66;
}

.descripcion {
    margin-top: 10px;
    margin-bottom: 30px;
}

.descripcion p {
    font-family: 'Open Sans', sans-serif;
    color: #294a66;
    font-size: 12px;
}


#contenidoforo img{
height: auto;
max-width: 100%;

}

#chat {
    align-content: center;
    display: block;
}

.hola {
    font-size: 20px;
    text-align: center;
    color: #294a66;
    font-family: 'Open Sans', sans-serif;
}

#contenedorchats{
    	
    position:absolute;
    bottom:0px;
    right:40px;
    left: 40px;
}

#contenedorchats img{
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contenedorchats img.right {
    float: right;
    margin-left: 20px;
    margin-right:10;
    
}

#contenedorchats div {
font-family: 'Open Sans', sans-serif;
    font-size: 12px; 

}


#chatbox1 {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 8px;
    margin: 10px 0;
    border-color: #ccc;
    background-color: #ddd;
    margin-top:0px;

}

#chatbox2 {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

#chatbox3 {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

#pregunta h3{
    position: relative;
   text-align: center;
    top: 50px;
    display: inline-block;
    float: left;
    left: 40px;
}

.foro {
    display: flex;
    justify-content: space-around;
}

footer {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    padding: 10px;
    background-color: #ffbbbb;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    align-items:center;
}

/* unvisited link */
    a:link {
    color: #0b3846;
    text-decoration: none;
}

/* visited link */
    a:visited {
    color: #0b3846;
    text-decoration: none;
}

.caja-azul div {
    color: #ffbbbb;
}

.caja-azul p {
    color:#ffbbbb;
    padding-top: 15px;
}

.caja-azul button {
    margin-top: 25px;
}

.caja-azul {
    background-color: #294a66;
    list-style: none;
    font-family: 'Open Sans Condensed', sans-serif;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.caja-azul img{
    width: 150px;
    height: auto;
}

.codigo p{
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.correo p{
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

#formulario {
    color: #ffbbbb;
}

#formulario p {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

.editar-perfil h3 {
    margin-top: 10px;
}

.editar-perfil p {
    color: #ffbbbb;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

.icono-editar {
    width: 30px;
    height: auto;
}

input {
    width: 200px;
    height: 25px;
}

.info-personal {
    min-width: 100vw;
}

@media screen and (min-width: 50em) {
    #lupa {
        width: 35px;
        height: 35px;
    }
    
    #me-gusta {
        width: 35px;
        height: 35px;
    }
    
     #foro {
        width: 35px;
        height: 35px;
    }
    
    #editar {
        width: 35px;
        height: 35px;
    }
    
    #cargar {
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }
    
    #cargardatos {
        display: flex;
        background-color: #294a66;
        color: #ffbbbb;
        list-style-type: none;
        width: 50%;
        font-family: 'Open Sans Condensed', sans-serif;
        align-items: center;
        justify-content: space-around;
        font-size: 35px;
    }
    
    #cargarinformacion {
        display: flex;
        background-color: #294a66;
        color: #ffbbbb;
        list-style-type: none;
        width: 50%;
        font-family: 'Open Sans Condensed', sans-serif;
        align-items: center;
        justify-content: space-around;
        font-size: 35px;
        flex-wrap: wrap;
        }
}
    
@font-face {
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Open Sans Condensed', sans-serif;
}