* {
    font-family: 'FiraSans-Regular';
    font-size: medium;
    box-sizing: border-box;
}

@font-face {
    font-family: 'FiraSans-Regular';
    src: url('archivos/FiraSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Dense-Regular';
    src: url('archivos/Dense-Regular.otf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.logo {
    width: 100%;
    border-radius: 7px;
}

h1 {
    color: #555555;
}

/* PARA EL BANNER */
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: auto;
}

.fechabienvenida {
    font-family: 'Dense-Regular';
    color: #204d87;
    font-weight: bold;
}

.organizadores {
    width: 100%;
    font-family: 'Dense-Regular';
    color: #006790;
    margin-top: -8px;
}

.organizadores2 {
    width: 100%;
    font-family: 'Dense-Regular';
    color: #00bebe;
    text-align: center;
    margin-top: -0.6em;
}

.centrado {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.fondomar {
    background-image: url('imgs/fondo_mar.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
}

.acuarela {
    background-image: url('imgs/acuarela.png');
    background-size: 350px;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 7px;
}

label {
    display: block;
    width: 100%;
    margin: 15px;
    padding: 5px;
    border: 0px;
    border-radius: 7px;
    color: #555555;
}

#barramenu {
    padding: 1px;
}

#contmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.menu {
    padding: 9px;
    margin-top: 10px;
    border-radius: 7px;
    border: 0px;
    background-color: #006790;
    cursor: pointer;
    color: white;
    display: inline-block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuover {
    background-color: #00bebe;
    /* color: #014c6a;*/
    color: white;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV1 {
	text-align: justify;
    padding: 9px;
    margin-top: 10px;
    border-radius: 7px;
    border: 0px;
    background-color: #925ca6;
    cursor: pointer;
    color: white;
    display: inline-block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV1:hover {
    background-color: #00bebe;
    color: #925ca6;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV2 {
	text-align: justify;
    padding: 9px;
    margin-top: 10px;
    border-radius: 7px;
    border: 0px;
    background-color: #1cb8d9;
    cursor: pointer;
    color: white;
    display: inline-block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.menuCV2:hover {
    background-color: #014c6a;
    color: #1cb8d9;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}


.parrafo {
    width: 100%;
    text-align: justify;
}

#labelconsentimiento,
#Consentimiento {
    cursor: pointer;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
select {
    border-radius: 7px;
    border: 0px;
    background-color: #EFEFEF;
    padding: 3px;
    width: 50%;
}

input[type="checkbox"] {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.campoerror {
    border: 1px solid red;
}

.botonform {
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    border: 1px solid lightgrey;
    width: 100%;
    font-size: larger;
    padding: 10px;

}

.botonformover {
    background-color: lightgrey;
}

#contform {
    width: 80%;
    text-align: right;
    align-items: right;
}

#registro,
#olvido,
i {
    cursor: pointer;
}

.grupolistadesplegable {
    /* width: 100%;*/
    border: 1px solid #E9E9E9;
    border-radius: 7px;
}

/* ESTILOS DE LA PARTE DEL PROGRAMA */
.itemprograma {
    margin-bottom: 20px;
}

.hora {
    color: #377430;
    font-weight: bolder;
}

.evento {
    color: black;
    font-weight: bolder;
}

.parrafoprograma {
    margin-left: 45px;
}

.listaprograma {
    margin-left: 20px;
    margin-top: -9px;
}

.tablaitemprograma td {
    vertical-align: top;
}

.spandatosuser {
    width: 75%;
    display: inline-block;
    text-align: left;
    border-radius: 7px;
    border: 0px;
    background-color: #EFEFEF;
    padding: 5px;
}

.red {
    color: red;
    font-weight: bold;
    margin-top: 20px;
}

.green {
    color: lightgreen;
    font-weight: bold;
    margin-top: 20px;
}

.maxfont {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: red;
}

/* ESTILOS VIDEO */
.div_video {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    background-color: rgba(233, 225, 85, .85);
    /*
    background-image: url('imgs/logo2-7cva.png');
    background-repeat: no-repeat;
    background-position: 15% 0%;
    background-size: contain;
    */
    border-radius: 5px;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    color: black;
    display: none;
    width: 100%;
}

/*
#video1 {
    border-radius: 10px;
    height: 99%;
}*/

#cierraV {
    font-size: 28pt;
    color: white;
    cursor: pointer;
}

#cartel {
    border-radius: 5px;
    background-color: #a4c515;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;*/
    /* box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#cierraV:hover {
    color: red;
}

.vervideo:hover {
    cursor: pointer;
}

#Vd2448 {
    padding: 15px;
}