/* TIPOGRAFIAS */
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    
    font-weight: normal;
    font-style: normal;
}
/* FINAL TIPOGRAFIAS */

/* ESTILOS BASICOS */
body *{
    box-sizing: border-box;
    font-weight: normal;
}
body {
    width: 100%;
    height: 100%;
    background: #e4e4f5;
    /*background: #dfdff0;*/
    /*background: #c9c9d8;*/
    /*background: #989595;*/
    /*background: rgb(17,2,206); background: linear-gradient(180deg, rgba(17,2,206,1) 3%, rgba(6,2,51,1) 10%);*/
    /*background: rgb(37,63,113);
    background: linear-gradient(0deg, rgba(37,63,113,1) 82%, rgba(21,36,65,1) 100%);*/
    font-size: 16px;
}
a{
    text-decoration: none;
    width: auto;
    height: auto;
}
h3{
    font-size: 48px!important; 
    line-height: 85px;
}
.h3-cln{
    font-size: 48px!important; 
    line-height: 40px!important;
}
.h3-sml{
    font-size: 18px!important; 
    line-height: 26px;
}
h4{
    font-size: 34px;
    line-height: 35px;
}
h5{
    font-size: 24px;
    line-height: 25px;
}
h6{
    font-size: 15px;
    line-height: 16px;
    max-width: 100%;
}
.paragraph{
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 20px;
}
.wrapper {
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.imglogo-footer{
    width: 30%; 
    padding:0; 
    margin:0;
}
.wrapper_sectionC{
    background: rgb(17,2,206);
    background: linear-gradient(180deg, rgba(17,2,206,1) 6%, rgba(6,2,51,1) 26%);
    width: 100%;
    padding-bottom: 100px;
}
.wrapper_back{
}
.visibility-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /*IE6, IE7*/
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
}
.content-select select::-ms-expand {
    display: none;
}
.content-select{
	max-width: 450px;
	position: relative;
}
 
.content-select select{
	display: inline-block;
	width: auto;
	min-width:300px;
	cursor: pointer;
  	padding: 7px 10px;
  	height: 82px;
  	outline: 0; 
  	border: 0;
	border-radius: 0;
	background: #fff;
	color: #000;
	font-family: 'montserratregular';
	font-size: 26px;
	text-align:center;
	color: #000;
	border:2px solid rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.25s ease;
    margin: 0px auto;
    
}
 
.content-select select:hover{
	background: #ffdf00;
	border:2px solid rgba(208,182,4,0.2);
}

/* 
Creamos la fecha que aparece a la izquierda del select.
Realmente este elemento es un cuadrado que sﾃｳlo tienen
dos bordes con color y que giramos con transform: rotate(-45deg);
*/

.content-select i{
	position: absolute;
	right: 20px;
	top: calc(50% - 13px);
	width: 16px;
	height: 16px;
	display: block;
	border-left:4px solid #2AC176;
	border-bottom:4px solid #2AC176;
	transform: rotate(-45deg); /* Giramos el cuadrado */
	transition: all 0.25s ease;
}
 
.content-select:hover i{
	margin-top: 3px;
}



/* Centra el input personalizado con el texto */
.custom-radio-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: arial;
}

/* Modificador para dar la imagen de radio */
.custom-radio-checkbox__show--radio {
    background-image: url(radio-uncheck.png);
}

/* Oculta input original */
.custom-radio-checkbox > .custom-radio-checkbox__input {
    display: none;
}

/* Radio personalizado usando <span> */
.custom-radio-checkbox > .custom-radio-checkbox__show {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: .5rem;
    background-size: cover;
}

/* Cambia el radio personalizado cuando es pulsado */
.custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--radio {
    background-image: url(radio-check.png);
}

.title{
    font-family: 'montserratbold';
    text-align: center;
    margin: 0 auto;
}
.title_regular{
    font-family: 'montserratregular';
    text-align: center;
    margin: 0 auto;
}
.title--2{
    font-size: 62px;
    line-height: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.title--3{
    font-size: 42px;
    line-height: 44px;
    margin: 0px 10% 0px 10%;
    padding-top: 10px;
    padding-bottom: 20px;
}
.title--4{
    font-size: 10px;
    line-height: 12px;
}
.title--5{
    font-size: 14px;
    line-height: 16px;
}
.title--6{
    font-size: 12px;
    line-height: 14px;
}
.title--7{
    font-size: 10px;
    line-height: 12px;
}
.title--8{
    font-size: 32px;
    line-height: 34px;
}
.title--8-edit{
    color: #4898f2;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 10px;
    max-width: 100%;
}
.title--9{
    font-size: 22px;
    line-height: 24px;
}
.title--9-sec{
    font-size: 22px;
    line-height: 24px;
}
.title--9-sec:hover{
    text-decoration: underline;
}
.title--10{
    font-size: 18px;
    line-height: 20px;
}
.title--11{
    font-size: 16px;
    line-height: 36px;
}
.title--11:hover{
    font-weight: bold;
    text-decoration: underline;
}
.title--6-calendar{
    font-size: 6px;
    line-height: 8px;
}
.title--8-calendar{
    font-size: 32px;
    line-height: 34px;
}
.title--8-calendar:hover{
    font-family: 'montserratbold'!important;
}
.title--11-calendar{
    font-size: 7px;
    line-height: 9px;
}
.title--12{
    font-size: 16px;
    line-height: 18px;
}
.title--13{
    font-size: 42px;
    line-height: 44px;
}
.center-alignment{
    text-align: center!important;
}
.righ-alignment{
    text-align: right!important;
}
.left-alignment{
    text-align: left!important;
}
.justify-alignment{
    text-align: justify!important;
}
.colour-base{
    color: #1306bf;
}
.colour-primary{
    color: #253f71;
}
.colour-second{
    color: #D4D721!important; 
}
.colour-white{
    color: #fff;
}
.colour-black{
    color: #000;
}
.colour-orange{
    color: #c99313;
}
.colour-dark-grey{
    color: #4b4b4b;
}
.colour-green-btn{
    color: #25922b!important;
}
.colour-title-primary{
    color: #a6070e!important;
}
.colour-blue{
    color: #3a85e3;
}
.colour-blue-dark{
    color: #253f71;
}
.color-golden{
    color: #ebcb80;
}
.colour-yellow{
    color: #fffc00;
}
.color-red{
    color: #ad0b03;
}
.colour-gray{
    color: #979292;
}
.colour-gray-light{
    color: #d7d4d4;
}
.colour-cafe{
    color: #a67a03;
}
.colour-green{
    color: #1aa43e;
}
.colour-green-2{
    color: #038640;
}
.colour-green-dark{
    color: #03572b;
}
.colour-purple{
    color: #7b047d;
}
.colour-purple-light{
    color: #be02bc;
}
.colour-turquesa{
    color: #02b7be;
}

/* TABLA DE COLORES*/
.colour_gris_mncmtc1{
    color: #1a1849;
}
.colour_gris_rgb_mncmtc1{
    color: rgba(26,24,73, 0.5);
}
/* FINAL TABLA DE COLORES*/

/* Border */
.border_gris_mncmtc1{
    border-bottom: 0.5px solid #1a1849;
}
.border_gris_rgb_mncmtc1{
    border-bottom: 0.5px solid rgba(26,24,73, 0.5);
}
/* Final border */

/* BTN */
.btn-c1-blueDark{
    background: #050148!important;
}
.btn-c1-purpleLight{
    background: #4943ce!important;
}
.btn-c1-primary{
    background: #0b08c6!important;
}
.btn-c1-greenDark{
    background: #137d1b!important;
}
.btn-c1-text-greenDark{
    color: #137d1b!important;
}
.wrapper_btn-c1{
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    flex-direction: row; 
    right: 0; 
    margin-left: auto; 
    width: auto;
}
/* Final BTN */

.wrapper-text-i{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}




.mb-S{
    margin-bottom: 30px;    
}
.mb-M{
    margin-bottom: 100px!important;
}
.ml-S{
    margin-left: 5px;
}
.mt-S{
    margin-top: 50px;
}
.mt-M{
    margin-top: 150px!important;
}
.subRayado{
    text-decoration: underline;
}
.background-primary{
    background-color: #59a6fc!important;
}
.background-white{
    background-color: rgba(255, 255, 255, 1);
}
.background-blue{
    background-color: rgba(58, 133, 227, 0.7)!important;
}
.background-blue-dark{
    background-color: rgba(9, 67, 139, 1);
}
.background-blue-light{
    background-color: rgba(58, 133, 227, 1);
}
.background-naranja{
    background-color: rgba(255, 86, 3, 07);
}
.background-orange-dark{
    background-color: rgba(255, 86, 3, 1);
}
.background-gris-light{
    background: rgba(209, 209, 213, 1);
}
.background-gris{
    background: rgba(200, 198, 198, 1);
}
.background-grey-dark{
    background: #4b4b4b;
}
.background-red{
    background-color: #ad0b03;
}
.background-red-dark{
    background-color: #400502;
}
.background-barra-status-off{
    background-color: #b8acac;
}
.background-barra-status-on{
    background-color: #25922b;
}
.background-green{
    background-color: #25922b;
}
.background_btn_comentarios{
    background-color: #4242f4!important;
}
.background_wrapper_comentario{
    background-color: #ebebf3;
}
.background-btn1{
    background-color: #0367a5!important;
}
.btn-opcion-inscripcion{
    flex-direction: column;
    border: 0.5px solid #253f71; 
    border-radius: 8px; 
    width: 90%!important; 
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
}
.btn-opcion-inscripcion:hover{
    border: 2.5px solid #253f71; 
    cursor: pointer;
}
.wrapper__paragraph{
    display: flex; 
    align-items: center; 
    width: 90%;
    height: auto; 
    padding: 10px 10px;
}
.wrapper__paragraph__p{
    color: #ffffff;
    text-align: justify;
    opacity: 0;
}
.wpr-f1{
    width: 100%!important; 
    margin-top: 30px!important; 
    margin-left: auto!important; 
    margin-right: auto!important; 
    align-items: center!important; 
    border-bottom: 0.5px solid #253f71!important; 
    padding-bottom: 50px!important;
}
.wpr-f2{
    width: 100%!important; 
    margin: 0px!important; 
    display: flex!important; 
    align-items: center!important; 
    justify-content: space-evenly!important; 
    flex-direction: column!important;
}
.flex-cl-all{
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: space-evenly; 
    flex-direction: column
}
.flex-cl-ctr-f1{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}
.background-f1{
    background-color: transparent!important;
}
.weight-bold{
    font-weight: bold;
}
.logo__img{
    width: 100px; 
    height: 42px;
}
.height__auto{
    height: auto;
}
.width__20{
    width: 20%;
}
.width__25{
    width: 25%;
}
.width__30{
    width: 30%;
}
.align-left{
    text-align: left!important;
    margin-left: 0px!important;
    margin-right: auto!important;
}
.align-center{
    text-align: center!important;
}
.align-right{
    text-align: right;
    margin-left: auto;
    margin-right: 0px;
}
.align-right2{
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
}
.op{
    opacity: 0;
}
.pointer{
    cursor: pointer;
}
.pointer:hover{
    text-decoration: underline;
}
.btn_iniciar{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 0.5px solid #fff;
    border-radius: 6px;
    background-color: transparent;
    color: #253f71;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.btn_iniciar:hover{
    background-color: #D4D721;
    color: #fff;
}
.btn_form{
    width: 45%;
    height: auto;
    font-size: 18px!important;
    padding: 10px;
    border: 0.5px solid #fff;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.btn_form:hover{
    background-color: #D4D721;
    color: #fff;
}
.shadow{
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.mediaVideo_class{
    width: 95%;
    height: auto;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}

/* FINAL ESTILOS BASICOS */ 


/* HEADER */
.header {
    position:relative;
    width:100%;
    margin:0 auto;
    border: 0.5px solid #000;
}
.header__wrapper{
    position:fixed;
    display: flex;
    z-index: 5;
    width: 100%;
    height: auto;
    background: transparent;
    padding-top: 0;
    justify-content: space-between;
    align-items: flex-start;
}
.headerMH{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.headerMH__wrapperMH{
    position:fixed;
    display: flex;
    z-index: 5;
    width: 100%;
    height: 80px;
    background: transparent;
    padding-top: 0;
    justify-content: space-between;
    align-items: flex-start;
}
.headerMH__wrapperMH2{
    position:relative;
    display: flex;
    z-index: 4;
    width: 100%;
    height: auto;
    background: #152441;
    padding-top: 0;
    justify-content: space-between;
    align-items: flex-start;
}
.wrapper_gen_header{
    position: relative; 
    display: flex; 
    justify-content: space-evenly; 
    flex-direction: row; 
    width: 100%; 
    height: auto; 
    z-index: 4; 
    margin-top:0px;
    background-color: transparent;
}
.wrapper_sub-menu{
    display: flex; 
    flex-direction: row; 
    justify-content: space-evenly; 
    flex-wrap: wrap;
    align-items: center; 
    width: 100%; 
    background-color: #D4D721; 
    margin-top: 80px;
}
/*.wrapper_sub-menu--content{
    width: auto; 
    height: auto; 
    margin: 10px 10px; 
    padding: 0px 10px;
}*/
.wrapper_sub-menu__content{
    width: 80%; 
    height: auto; 
    margin: 10px 5px; 
    border-right: 0.5px solid #000; 
    padding: 0px 5px;
}
/* MENU */

/* menu logo */
.logo {
    z-index:5;
    padding: 0px 20px;
    position: fixed;
    margin: 5px 0px 0px 15px;
    line-height: 0;
    font-size: 0;
}
.logo-campus {
   z-index:5;
    padding: 0px 20px;
    /*position: fixed;*/
    margin: 0px 0px 0px 0px;
    line-height: 0;
    font-size: 0; 
}
.imglogo {
    width: 70px;
    height: 60px;
}

/* final menu logo */


.header .menu__icon {
    cursor: pointer;
    padding: 25px 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    user-select: none;
    z-index: 5;
    display: block;
    background-color: rgba(58,133,227,0.5);
}
.header .menu__icon .navicon { 
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.header .menu__icon .navicon:before,
.header .menu__icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
}
.header .menu__icon .navicon:before {
    top: 5px;
}
.header .menu__icon .navicon:after {
    top: -5px;    
}

/* MENU BTN */
.header .menu__btn{
    display: none;
}
.header .menu__btn:checked ~ .menu {
    transform: translateX(0);
    transition: all .6s ease-out;
}
.header .menu__btn:checked ~ .menu__icon .navicon {
    background: transparent;
}
.header .menu__btn:checked ~ .menu__icon .navicon:before {
    transform: rotate(-45deg);
}
.header .menu__btn:checked ~ .menu_-icon .navicon:after {
    transition: rotate(45deg);
}
.header .menu__btn:checked ~ .menu__icon:not(.steps) .navicon:before,
.header .menu__btn:checked ~ .menu__icon:not(.steps) .navicon:after {
    top: 0;
}
.menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    padding-bottom:25px;
    background-color: #59a6fc;
    transform: translateX(1000px);
    transition: all .6s ease-out;
}
.menu-nC{

}
.menu-nC-wrapper{
}
.menu__item{
    font-family: 'montserratregular';
    font-size: 18px;
    color: #ffffff;
}
.menu__item:hover{
    text-decoration: underline;
}
.menu__a{
    text-decoration: none;
    color: #ffffff;
}
.menu__aMH{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    color: #D4D721;
}
.menu__itemMH{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    font-family: 'montserratregular';
    font-size: 14px;
    /*color: #7b047d;*/
    width: 25%;
    height: 60px;
    /*border: 0.3px solid #fff;*/
    padding: 3px 6px 6px 6px;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.menu__itemMH:hover{
    background-color: #111d35;
}
.menu__itemMH2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    font-family: 'montserratregular';
    font-size: 14px;
    /*color: #7b047d;*/
    width: 95%;
    height: 60px;
    border: 0.3px solid #fff;
    padding: 3px 6px 6px 6px;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.menu__itemMH2:hover{
    background-color: #111d35;
}
.menu__itemMH-ico{
    width: 35%; 
    height: auto; 
    margin: 5px auto;
}
.menu__itemMH-ico2{
    width: 0%; 
    height: auto; 
    margin: 5px auto;
}
.menuMH{
    position: fixed;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #4b4b4b;
    border:0.5px solid #253f71; 
    bottom: 0;
}
.menuMH2{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: #253f71;
    border:0.5px solid #253f71; 
    bottom: 0;
}
/* FINAL MENU BTN */


/* FINAL MENU */

/* FINAL HEADER */

/* MENU BOTTOM */
.menu__bottom{
    position: fixed; 
    width:100%; 
    height: 100px; 
    border:0.5px solid #3a85e3; 
    bottom: 0;
    background-color: #fe9d04;
}
/* FINAL MENU BOTTOM */

/* PRINCIPAL BANNER */
.principalbanner{
    min-height: 50vh;
    width: 100%;
    background: url('../img/banner_principal/banner_principal.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.principalbanner_asignaturas{
    min-height: 50vh;
    width: 100%;
    background: url('../img/asignaturas/asignaturas.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_profesores{
    min-height: 50vh;
    width: 100%;
    background: url('../img/profesores/profesores.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_matricula{
    min-height: 50vh;
    width: 100%;
    background: url('../img/matricula/matricula.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_contacto{
    min-height: 50vh;
    width: 100%;
    background: url('../img/contacto/contacto.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_EBE{
    min-height: 50vh;
    width: 100%;
    background: url('../img/ebe/EBE.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_certificado{
    min-height: 50vh;
    width: 100%;
    background: url('../img/certificado/certificado.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_mision{
    min-height: 50vh;
    width: 100%;
    background: url('../img/mision/mision.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner_vision{
    min-height: 50vh;
    width: 100%;
    background: url('../img/vision/vision.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    text-align: center;
    margin: 0 0 0 0;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px; 
}
.principalbanner__arrow{
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    animation: float 1s ease-in-out infinite;
}
.principalbanner__title{
    max-width: 320px;
    padding-top: 26%;
    animation: see 1s ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    /*opacity: 0;*/
}
.principalbanner__title-2{
    max-width: 320px;
    padding-top: 13%;
    animation: see 1s ease-in-out;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.principalbanner__title--3{
    font-size: 48px;
    line-height: 24px;
    margin: 0px 20% 0px 20%;
    padding-top: 20px;
    padding-bottom: 20px; 
    animation: see 1s ease-in-out;
    animation-delay: 2.9s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.principalbanner__title--3-oppacity{
    animation: see 1s ease-in-out;
    animation-delay: 2.1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.principalbanner__video-container{
    width: 100%;
    max-width: 450px;
    padding-top:30px;
    padding-bottom: 70px;
}
.principalbanner__wrapper{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: transparent;
    width: 100%;
}
.principalbanner__loguin{
    display: flex; 
    justify-content: space-evenly; 
    flex-direction: column; 
    flex-wrap: wrap; 
    align-items: center; 
    width: 400px; 
    height: auto;
    margin-top: 30px; 
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 1); 
    border-radius: 15px;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
/* FINAL PRINCIPAL BANNER */


/* WRAPPER__CONTENT */
.wrapper__content{
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    flex-direction: column; 
    width: 100%; 
    height: auto; 
    margin: 0px auto 100px auto;
    padding: 10px 0px 10px 0px; 
    background-color: transparent; 
    border: 0px; box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
}
.wrapper__content__tabla--titulo{
    display: flex; 
    justify-content: space-evenly; 
    flex-direction: row; 
    align-items: center; 
    background-color: #7b047d; 
    width: 100%; 
    height: 50px; 
    margin: 30px 0px 0px 0px; 
    border-radius: 12px 12px 0px 0px;
}

/* FINAL WRAPPER__CONTENT */










































/* ORDERS */
.orders{
    overflow: hidden;
    background-image: url("../img/servicios/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.orders__title--2{
    font-size: 22px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.orders__title--4{
    opacity:0;
}
.orders__list-container{
    vertical-align: middle;
}
.orders__list-container .orders__container-element{
    display: block;
    width: 100%;
}
.orders__list{
    margin-top: 50px;
}
.orders__list li{
    text-align: center;
    margin-bottom: 40px;
}
.orders__list-element div{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.orders__icon{
    padding-right: 15px;
}
.orders__text{
    max-width: 262px;
}
.orders__title{
    font-family: 'montserratbold';
    text-align: left;
    margin-bottom: 5px;
    cursor: pointer;
    opacity: 0;
}
.orders__title:hover{
    color: #3a85e3;
}
.orders__img{
    width: 80px;
    height: 80px;
}

/* FINAL DE ORDERS */

/* LEGEND */

.legend{
    height: 600px;
    overflow: hidden;
    margin-top: 40px;
    background-image: url("../img/banner_principal/banner-principalMovil4.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
     box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.legend__wrapper{
    background-color: rgba(255, 86, 3, 0.4);
    padding: 60px 0 40px 0;
}
.legend__title--2{
    color: inherit;
    font-size: 1.8em;
    line-height: 1.9em;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0;
}
.legend__title--2{
    max-width: 320px;
}

/* FINAL LEGEND */

/* OFERTAS */
.ofertas{
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.ofertas__content{
    margin: 0 auto;
    width: 100%;
}
.ofertas__item{
    border-bottom: 0px;
}
.ofertas__img-container{
    text-align: center;
    padding: 20px;
    /*margin-top: 25px;*/
}
.ofertas__btn-container{
    display: none;
}
.ofertas__img{
    width: 100%;
    height: auto;
}
.ofertas__title{ 
    font-family: 'montserratbold';
    text-align: left;
    margin-bottom: 5px;
    cursor: pointer;
}
.ofertas__title:hover{
    color: #3a85e3;  
}
.select-wrapper{
   margin: 20px;
   padding: 20px;
}

/* FINAL OFERTAS */

/* MENU CARTA */
.menuCarta{
    position:relative;
    width:100%;
    margin: 0px auto;
    background-color: transparent;
}
.menuCarta__navegacion{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    position: relative;
    background-color: transparent;
}
.menuCarta__item{
    font-family: 'montserratbold';
    font-size: 16px;
    color: #ffffff;
    width: 33%;
    height: 50px;
    background: transparent;
    border: 0px solid #ffffff;
}
.menuCarta__item:hover{
    color: #fff;
    background-color: rgba(255, 86, 3, 1);
    text-decoration: underline;
    border: 0px;
     box-shadow: rgba(255, 86, 3, 1) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(255, 86, 3, 1) 3px 3px 10px;
    -moz-box-shadow: rgba(255, 86, 3, 1) 3px 3px 10px 5px;
}
/* FINAL MENU CARTA */

/* CARTA INDEX */
.cartaIndex{
    background-image: url("../img/carta/parallax/parallax-carta2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background: rgb(5,132,251);
    background: linear-gradient(0deg, rgba(5,132,251,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%);*/
}
.cartaIndex__wrapper{
    background: rgb(5,132,251);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(5,132,251,1) 79%, rgba(5,132,251,1) 100%);
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
}
.cartaIndex__content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.cartaIndex__title--2{
    font-size: 22px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.cartaIndex__text{
    text-align: center;
    margin: 0 auto 20px auto;
    width: 80%;
    max-width: 550px;
}
.cartaIndex__list{
    padding-top: 30px;
    padding-bottom: 70px;
}
.cartaIndex__card{
    max-width: 300px;
    min-width: 300px;
    /*background-color: #eeeff1;*/
    background: rgba(238,239,241);
    background: linear-gradient(0deg, rgba(238,239,241,1) 0%, rgba(255,255,255,1) 39%, rgba(255,255,255,0.1) 100%);
    min-height: 630px;/* INITIAL ERA 390 */
    padding: 0px 10px;
    /*background: rgb(44,44,44);
    background: linear-gradient(45deg, rgba(44,44,44,1) 34%, rgba(72,72,72,1) 100%);*/
    /*background: rgb(3,42,91);
    background: linear-gradient(27deg, rgba(3,42,91,1) 0%, rgba(58,133,227,1) 71%, rgba(92,158,241,1) 100%);*/
    border-radius: 10px;
    /*-webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);*/
}
.cartaIndex__card-title{
    font-family: 'montserratbold';
    text-align: center;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size:12px;
    line-height: 20px;
}
.cartaIndex__card-title-precio{
    font-family: 'montserratbold';
    text-align: center;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size:28px;
    line-height: 30px;
}
.cartaIndex__card-icon{
    padding-bottom: 20px;
    margin: 0 auto;
    display: inline-block!important;
    text-align: center;
}
.cartaIndex__card-subtitle{
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.cartaIndex__card-text{
    max-width: 262px;
    text-align: center;
    margin: 0 auto;
}
.cartaIndex__btn{
    color: #4b4b4b;
    background-color:#ebcb80;
    border-radius: 50px;
    border: none;
    padding: 15px 30px 15px 30px;
    transform: scale(1);

    -webkit-transition-property: background,transform;
    -moz-transition-property: background,transform;
    -o-transition-property: background,transform;
    transition-property: background,transform;

    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;

    -webkit-transition-timing-function:linear, ease-in;
    -moz-transition-timing-function:linear, ease-in;
    -o-transition-timing-function:linear, ease-in;

    transition-timing-function: linear, ease-in;
    transition-delay: 0s; 
}
.cartaIndex__btn:hover{
    transform: scale(1.1);
    background-color: #ebcb80; 
}
.cartaIndex__card-btn{
    margin-top: 20px;
    margin-bottom: 25px;
}
.cartaIndex__card-icon img{/*alinio la img*/
    display: inline-block!important;
    text-align: center;
}
.cartaIndex__list{
    display: flex;
    justify-content: space-evenly;
    background-color: transparent;/* BACKGROUND DEL UL DE LA CARTA*/
}
.cartaIndex__list li{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

/*piso estilos de la libreria principal*/
.slick-slide {
    padding-top: 40px!important;
    display: none;
    float: left;
    height: 578px!important;
    min-height: 1px;
}

/* FINAL CARTA INDEX */

/* PARALLAX*/

.containerParallax.parallax{
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/parallaxIndex/parallaxMovill.png');
}
.wrapper__containerParallax{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px auto;
}
.containerParallax__content{
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
.containerParallax__title--2{
    font-size: 15px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.containerParallax__title--2{
    max-width: 320px;
}
/* FINAL PARALLAX */

/* CONTACT */
.contact{
    width: 100%;
}
.contact__content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact__content div{
    padding:0 30px 0 30px;
}
.contact__data{
    font-family:'montserratregular';
    font-size: 16px;
    color: #4B4B4B;
    margin-bottom: 50px;
    margin-top: 10px;
}
.contact__data li{
    margin-bottom: 15px;
}
.contact__data-text{
    padding-left: 5px;   
}
.contact__btn{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4b4b4b;
    background-color:#ebcb80;
    border-radius: 50px;
    border: none;
    padding: 15px 30px 15px 30px;
    transform: scale(1);
    -webkit-transition-property: background,transform;
    -moz-transition-property: background,transform;
    -o-transition-property: background,transform;
    transition-property: background,transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function:linear, ease-in;
    -moz-transition-timing-function:linear, ease-in;
    -o-transition-timing-function:linear, ease-in;
    transition-timing-function: linear, ease-in;
    transition-delay: 0s; 
}
.contact__btn:hover{
    transform: scale(1.1);
    background-color: #ebcb80;  

}
.contact__content-img{
    display: none;
}
.contact__content-btn {
    margin: 0 auto;
    width: 100%;
}

/* FINAL CONTACT */

/* LOCATION */
.location{
    width: 100%;
    background-color: #fff;
    height: 800px;
    margin: 0;
}
#map{
    height: 100%;    
}
/* FINAL LOCATION */


/* PAGINA CARTA ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* PARALLAX*/

.containerParallaxCarta.parallaxCarta{
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/carta/parallax/parallax-carta2.png');
}
.wrapper__containerParallaxCarta{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px auto;
}
.containerParallaxCarta__content{
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
.containerParallaxCarta__title--2{
    font-size: 15px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.containerParallaxCarta__title--2{
    max-width: 320px;
}
/* FINAL PARALLAX */
/* FINAL PAGINA CARTA ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* PAGINA RESTAURANTE ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* PARALLAX*/

.containerParallaxRestaurante.parallaxRestaurante{
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/restaurante/parallax-restaurante2Movil.png');
}
.wrapper__containerParallaxRestaurante{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px auto;
}
.containerParallaxRestaurante__content{
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
.containerParallaxRestaurante__title--2{
    font-size: 15px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.containerParallaxRestaurante__title--2{
    max-width: 320px;
}
/* FINAL PARALLAX */
/* FINAL PAGINA RESTAURANTE ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* PAGINA RESERVAR ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CARTA INDEX */
.reserva{
    background-color: transparent;
}
.reserva__content{
    padding-top: 30px;
    padding-bottom: 30px;
}
.reserva__title--2{
    font-size: 22px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.reserva__text{
    text-align: center;
    color: #4b4b4b;
    margin: 0 auto 20px auto;
    width: 80%;
    max-width: 550px;
}
.reserva__list{
    padding-top: 30px;
    padding-bottom: 70px;
}
.reserva__card{
    max-width: 400px;
    min-width: 400px;
    height: auto;
    min-height: 490px;/* INITIAL ERA 390 */
    background: #ad0b03;
    padding: 0px 10px;
    /*background: rgb(44,44,44);
    background: linear-gradient(45deg, rgba(44,44,44,1) 34%, rgba(72,72,72,1) 100%);*/
    /*background: rgb(3,42,91);
    background: linear-gradient(27deg, rgba(3,42,91,1) 0%, rgba(58,133,227,1) 71%, rgba(92,158,241,1) 100%);*/
    border-radius: 10px;
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
}
.reserva__card-title{
    font-family: 'montserratbold';
    text-align: center;
    margin-bottom: 5px;
    padding-top: 5px;
    color:#ffffff;
    font-size:18px;
    line-height: 20px;
}
.reserva__card-dateBtn{
    font-family: 'montserratbold';
    color:#ffffff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: 0px;
    cursor: pointer;
}
.reserva__card-dateBtn:hover{
    color: #fff603;
    background-color: #520603;
}

.reserva__card-title-precio{
    font-family: 'montserratbold';
    text-align: center;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size:28px;
    line-height: 30px;
}
.reserva__card-icon{
    text-align: center;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    margin: 40px auto;
    /*display: inline-block!important;*/
}
.reserva__card-subtitle{
    font-size: 16px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 5px;
}
.reserva__card-text{
    max-width: 262px;
    text-align: center;
    margin: 0 auto;
}
.reserva__btn{
    color: #4b4b4b;
    background-color:#ebcb80;
    border-radius: 50px;
    border: none;
    padding: 15px 30px 15px 30px;
    transform: scale(1);

    -webkit-transition-property: background,transform;
    -moz-transition-property: background,transform;
    -o-transition-property: background,transform;
    transition-property: background,transform;

    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;

    -webkit-transition-timing-function:linear, ease-in;
    -moz-transition-timing-function:linear, ease-in;
    -o-transition-timing-function:linear, ease-in;

    transition-timing-function: linear, ease-in;
    transition-delay: 0s; 
}
.reserva__btn:hover{
    transform: scale(1.1);
    background-color: #ebcb80; 
}
.reserva__card-btn{
    margin-top: 20px;
    margin-bottom: 25px;
}
.reserva__card-icon img{/*alinio la img*/
    /*display: inline-block!important;
    text-align: center;*/
}
.reserva__list{
    display: flex;
    justify-content: space-evenly;
    background-color: transparent;/* BACKGROUND DEL UL DE LA CARTA*/
    
}
.reserva__list li{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.reserva__boxDate{
    width:50px;
    height: 50px;
    border: 0.5px solid #db3603;
}

.moduloReservas__wrapper{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.moduloReservas__content{
    width: 100%; 
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    
}
.moduloReservas__content::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 200px;
    background: linear-gradient(
    rgba(255, 255, 255, 0.001),
    white
  ); 
  pointer-events: none;
}
.moduloReservas__scroll{
    overflow-y: scroll;
    background: white;
    width: 60%;
    height: 400px;
    padding: 15px;
    line-height: 1.2;
    border-top: 0px;
    background-color: transparent;
}
.moduloReservas__scroll-item{
    display:flex; 
    justify-content:space-evenly; 
    flex-direction:column; 
    align-items:center; 
    flex-wrap:wrap; 
    width:500px;
    height: auto;
    margin: 0px auto;
    background-color: transparent;
}
.moduloReservas__scroll-item-input{
    min-width:500px;
}
.moduloReservas__content-btn{
    width:200px; 
    height:50px; 
    border-radius:30px;
}
.moduloReservas__btn-reservar{
    font-family: 'montserratbold';
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: auto auto;
    width: 500px;
    height: 50px;
    background-color: #00d838;
    border: 0px;
}
.moduloReservas__btn-reservar:hover{
    background-color: #034c16;
}
.moduloReservas__label{
    color: #045719;
}
.moduloReservas__content-input_ini{
    visibility: visible;
}
.form_reservas{
    height: auto;
    padding-top: 100px;
    padding-bottom: 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/background_madera_light.jpg');
    background-color: #fff;
}
.form_reservas__wrapper{
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
}
.form_reservas--content{
    display:flex; 
    justify-content: space-evenly; 
    flex-wrap: wrap; 
    align-items: center; 
    flex-direction: row; 
    width: 100%;
}
.form_reservas--content-select{
    width: 80%; 
    border: 0px; 
    border-radius:0px; 
    margin:0px 0px 30px 0px; 
    background-color:transparent;
}
.form__label{
    margin:0px; 
    padding:0px; 
    color:#fff!important; 
    font-size:18px!important;
    line-height: 20px;
}
.form-reservas__p{
    margin:0px; 
    padding:0px; 
    color:#09438b!important; 
    font-size:18px!important;
    line-height: 20px;
}
.form_reservas-btn{
    width: 350px;
    height: 50px;
    border: 0px;
    background-color: #09438b;
    margin: 20px auto;
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,0.55);
}
.form_reservas-btn:hover{
    background-color: #3a85e3;
}
.form_reservas__wrapper_mapa-sitio{
    display: flex; 
    flex-direction: row; 
    width: 100%; 
    height: auto; 
    align-items: center; 
    margin: 40px auto;
    padding: 30px 0px 30px 0px; 
    background-color: rgba(255, 255, 255, 0.7); 
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px; 
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
    visibility: hidden;
}
.form_reservas__wrapper_mapa-sitio-left{
    display: flex; 
    justify-content: space-evenly; 
    width: 30%; 
    height: 230px; 
    margin: 150px 30px 0px 30px; 
    border-top: 10px solid rgba(6, 221, 31, 0.4); 
    border-left: 10px solid rgba(6, 221, 31, 0.4); 
    border-bottom: 10px solid rgba(6, 221, 31, 0.4); 
    background-color: #dddada;
    cursor: pointer;
}
.form_reservas__wrapper_mapa-sitio-left:hover{
    background-color: #f4b803;
}
.form_reservas__wrapper_mapa-sitio-left-img{
   width: 80%; 
   height: auto; 
   margin: 0px auto; 
   padding: 0px;
}
.form_reservas__wrapper_mapa-sitio-right{
    width: 68%; 
    height: auto; 
    margin: 0px 0px 0px 0px;  
    background-color: transparent;
}
.form_reservas__wrapper_mapa-sitio-right-content{
    width: 78%; 
    height: 400px; 
    margin: 0px 0px 0px 0px; 
    border-top: 10px solid rgba(0, 0, 0, 0.4); 
    border-left: 10px solid rgba(0, 0, 0, 0.4); 
    border-right: 10px solid rgba(0, 0, 0, 0.4); 
    background-color: #6e6c6c;
    cursor: pointer;
}
.form_reservas__wrapper_mapa-sitio-right-content:hover{
    background-color: #f4b803;
}
.form_reservas__wrapper_mapa-sitio-right-contentTop{
    width: 50%; 
    height: auto; 
    margin: 0px; 
    padding: 0px; 
    background-color: transparent;
    border-top: 10px solid rgba(6, 221, 31, 0.4); 
    border-left: 10px solid rgba(6, 221, 31, 0.4); 
    border-right: 10px solid rgba(6, 221, 31, 0.4); 
    cursor: pointer;
}
.form_reservas__wrapper_mapa-sitio-right-contentTop-img{
   width: 90%; 
   height: 90%; 
   margin: 60px 0px 0px 0px; 
   padding: 0px;
}
.form_reservas__wrapper_mapa-sitio-right-contentBottom{
    display: flex; 
    justify-content: space-evenly; 
    width: 72%; 
    height: 150px;
    margin: 30px 0px 0px 70px; 
    border-bottom: 10px solid rgba(6, 221, 31, 0.4); 
    border-left: 10px solid rgba(6, 221, 31, 0.4); 
    border-right: 10px solid rgba(6, 221, 31, 0.4); 
    background-color: #dddada;
    cursor: pointer;
}
.form_reservas__wrapper_mapa-sitio-right-contentBottom:hover{
    background-color: #f4b803;
}
.form_reservas__wrapper_mapa-sitio-right-contentBottom-img{
    width: 90%; 
    height: 90%; 
    margin: 0px; 
    padding: 0px;
}


/* FINAL PAGINA RESERVAR ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width:769px){
/* HEADER */

.header {
    position:relative;
    width:100%;
    margin:0 auto;
    border: 0px;
}
.header .menu__icon {
    display: none;
}
.header__wrapper{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: transparent;
    width: 100%;
    height: auto;
    z-index: 5;
}
.headerMH{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background-color: #181717;
}
.headerMH__wrapperMH{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    background: transparent;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 7;
}
.headerMH__wrapperMH2{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    background: transparent;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 7;
}
.wrapper_back{
    width: 100%; 
    background: rgb(17,2,206); 
    background: linear-gradient(180deg, rgba(17,2,206,1) 20%, rgba(15,5,129,1) 90%);
}
.wrapper_sub-menu{
    display: flex; 
    flex-direction: row; 
    justify-content: space-evenly; 
    align-items: center; 
    width: 70%; 
    background-color: #D4D721; 
    margin: 0px auto;
}
.wrapper_gen_header{
    position: relative; 
    display: flex; 
    justify-content: space-evenly; 
    flex-direction: row; 
    width: 100%; 
    height: auto; 
    background-color: rgba(212, 215, 33, 1);
    margin: 0;
    z-index: 4; 
}
.wrapper_sub-menu__content{
    width: auto; 
    height: auto; 
    margin: 10px 10px; 
    border-right: 0.5px solid #000; 
    padding: 0px 10px;
}
.imglogo {
    width: 60px;
    height: 50px;
}

/* FINAL HEADER */

/* MENU */

.logo {
    position: absolute;
    padding: 0;
    margin: 40px 0px 0px 15px;
    z-index: 5;
}
.logo-campus {
    position: relative;
    padding: 0;
    top:0;
    margin: 0px 0px 0px 0px;
    z-index: 5;
}
.menu{
    transform: translateX(0);
    flex-direction: row;
    width: 100%;
    padding: 20px 0px 20px 0px;
    position: relative;
    background-color: transparent;
    /*background-color: #7b047d;
    border-radius: 15px 15px 0px 0px;
    border-top: 0.5px solid #D4D721;
    border-bottom: 4px solid #D4D721;
    border-left: 0.5px solid #D4D721;
    border-right: 0.5px solid #D4D721;
    background: rgb(25,48,89);
    background: linear-gradient(0deg, rgba(25,48,89,1) 0%, rgba(59,101,176,1) 45%, rgba(82,140,244,1) 100%);
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;*/
    height: auto;
}
.menu-nC{
    border: 0px; 
    background: transparent; 
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
}
.menu-nC-wrapper{
    position: absolute; 
    width: 70%; 
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}
.menu__item{
    font-family: 'montserratregular';
    font-size: 13px;
    color: #ffffff;
}

.menu__itemMH{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'montserratregular';
    color: #D4D721;
    border: 0px;
    width: 15%;
    height: 40px;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.menu__itemMH:hover{
    background-color: #121d34;
    flex-direction: row;
    justify-content: space-evenly;
    border: 0.5px solid #fff;
}
.menu__itemMH2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'montserratregular';
    color: #D4D721;
    border: 0px;
    width: auto;
    height: 40px;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.menu__itemMH2:hover{
    background-color: #121d34;
    flex-direction: row;
    justify-content: space-evenly;
    border: 0.5px solid #fff;
}
.menu__itemMH-ico{
    width: 30px; 
    height: auto; 
    margin: 0px 4px 0px 0px;
}
.menu__itemMH-ico2{
    width: 30px; 
    height: auto; 
    margin: 0px 4px 0px 0px;
}

.menuMH{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    height: 50px;
    padding: 0px;
    background-color: transparent;
    /*box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;*/
    border: 0px;
    margin: 0;
    top: 0;
    /*position: fixed;
    bottom: 0;*/
}
.menuMH:hover{
    background-color: transparent;
}
.menuMH2{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    height: 50px;
    padding: 0px;
    background-color: transparent;
    /*box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;*/
    border: 0px;
    margin: 0;
    top: 0;
    /*position: fixed;
    bottom: 0;*/
}
.menuMH2:hover{
    background-color: transparent;
}
.menu__aMH{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    color: #D4D721;
}
/* FINAL MENU */

/* MENU BOTTOM */
.menu__bottom{
    position: fixed; 
    width:100%; 
    height: 100px; 
    border:0.5px solid #3a85e3; 
    bottom: 0;
    background-color: #fe9d04;
    visibility: hidden;
}
/* FINAL MENU BOTTOM */

/* LEGENDS */
.legend{
    height: 500px;
}
/* FINAL LEGENDS*/

/* ORDERS */

.orders__list li{
    text-align: center;
    margin-bottom: 40px;
    width: 50%;
    float: left;
    display: inline;
}

/* CARTA INDEX*/
.menuCarta__item{
    width: 20%;
}
.menuCarta{
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.slick-prev
{
    left: -20px!important;
    z-index: 25;
}
.slick-next
{
    right: -20px!important;
}
/* FINAL CARTA INDEX*/

/* FINAL ORDERS */

/* CONTACT */
.contact__content{
        display: flex; 
        flex-direction: row;
    }
    .contact__content-img{
        display: block;
    }
/* FINAL CONTACT */
.reserva__card{
    max-width: 550px;
    min-width: 550px;
}
.reserva__boxDate{
    width:70px;
    height: 50px;
    border: 0.5px solid #db3603;
}
    
}



@media screen and (min-width:640px){
    
/* ESTILOS BASICOS */

.paragraph{
    font-size: 14px;
    line-height: 18px;
}
.wrapper__paragraph{
    width: 100%;
}
.align-right2{
    text-align: right;
    margin-left: auto;
    margin-right: 0px;
}
.mediaVideo_class{
    width: 70%;
    height: auto;
}
h3{
    font-size: 84px!important; 
    line-height: 85px;
}
.h3-cln{
    font-size: 84px!important; 
    line-height: 85px;
}
.h3-sml{
    font-size: 42px!important; 
    line-height: 48px;
}
h4{
    font-size: 34px;
    line-height: 35px;
}
h5{
    font-size: 24px;
    line-height: 25px;
}
h6{
    font-size: 15px;
    line-height: 16px;
    max-width: 60%;
}
.title--6-calendar{
    font-size: 12px;
    line-height: 14px;
}
.title--11-calendar{
    font-size: 16px;
    line-height: 18px;
}
.imglogo-footer{
    width: 10%;
}
.btn-opcion-inscripcion{
    width: 50%!important; 
}
/* FINAL ESTILOS BASICOS */

/* PRINCIPAL BANNER */

.principalbanner{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/banner_principal/banner_principal.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_asignaturas{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/asignaturas/asignaturas.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_profesores{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/profesores/profesores.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_matricula{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/matricula/matricula.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_contacto{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/contacto/contacto.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_EBE{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/ebe/EBE.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_certificado{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/certificado/certificado.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_mision{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/mision/mision.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner_vision{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background: url('../img/vision/vision.png') no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.principalbanner__title{
    max-width: 620px;
    padding-top: 10%;
}
.principalbanner__title-2{
    max-width: 620px;
    padding-top: 7%;
}
.principalbanner__title--3{
    max-width: 320px;
    margin: auto;
}
.title--2{
    font-size: 62px;
    line-height: 64px;
}
.title--4{
    font-size: 18px;
    line-height: 20px;
}
.title--7{
    font-size: 11px;
    line-height: 13px;
}
.title--8-edit{
    color: #4898f2;
    font-size: 64px;
    line-height: 66px;
}
.principalbanner__wrapper{
    justify-content: space-between;
}
.principalbanner__loguin{
    background-color: rgba(255, 255, 255, 1); 
}
/* FINAL BANNER PRINCIPAL */











































/* ORDERS */

.orders__list{
    margin-top: 100px;
}
.orders__list-container{
    letter-spacing: -5px;
}
.orders__list-container .orders__container-element{
    display: inline-block;
    width: 100%;
    letter-spacing: normal;
}
.orders__title--2{
    font-size: 44px;
    line-height: 46px;

}

/* FINAL ORDERS */

/* LEYENDAS */
.legend{
    background-image: url("../img/banner_principal/banner-principalPc1.png");
}
.legend__wrapper{
    max-width: 100%;
}
.legend__title--2{
    max-width: 820px;
}
.legend__title--2{
    color: #fff;
    font-size: 2em;
    line-height: 2.1em;

}
/* FINAL LEYENDAS */

/* CARTA INDEX */
.cartaIndex__title--2{
    font-size: 44px;
    line-height: 46px;
}
/* FINAL CARTA INDEX*/

/* PARALLAX INDEX */
.containerParallax.parallax{
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/parallaxIndex/parallaxPC.png');
}
.containerParallax__title--2{
    font-size: 18px;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.containerParallax__title--2{
    max-width: 820px;
}
/* FINAL PARALLAX INDEX */

/* PARALLAX CARTA */
.containerParallaxCarta__title--2{
    font-size: 18px;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.containerParallaxCarta__title--2{
    max-width: 820px;
}
/* FINAL PARALLAX CARTA */

/* PARALLAX RESTAURANTE */
.containerParallaxRestaurante.parallaxRestaurante{
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../img/restaurante/parallax-restaurante2.png');
}
.containerParallaxRestaurante__title--2{
    font-size: 18px;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.containerParallaxRestaurante__title--2{
    max-width: 820px;
}
/* FINAL PARALLAX RESTAURANTE */


/* OFERTAS */

.ofertas__btn-container{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 30px;
}
.ofertas__item{
    border-bottom: 1.5px solid transparent;
}
.ofertas__item:hover{
    border-bottom: 1.5px solid #3a85e3;
}

/* FINAL OFERTAS */


/* PAGINA RESERVAS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* RESERVA */
.reserva__title--2{
    font-size: 44px;
    line-height: 46px;
}
.reserva__card-title{
    font-size:24px;
    line-height: 26px;
}

/* FINAL RESERVA*/

/* FINAL PAGINA RESERVAS ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* FORM_RESERVAS*/
.form_reservas--content-select{
    width: 50%; 
    border: 0px; 
    border-radius:0px; 
    margin:0px 0px 30px 0px; 
    background-color:transparent;
}
/* FINAL FORM_RESERVAS */

.btn_form{
    width: 25%;
    height: auto;
    padding: 10px;
    border: 0.5px solid #fff;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
.btn_form:hover{
    background-color: #D4D721;
    color: #000;
}


}
@keyframes see {
    from{
        opacity: 0;
    }to{
        opacity:1;
    }
}

@keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
}






















