
/* GLOBAL STYLES
-------------------------------------------------- */


/* CSS */

@font-face {
  font-family: 'Be Vietnam Pro', sans-serif;
  src: url('../fonts/BeVietnamPro-Light.eot?') format('eot'), 
url('../fonts/BeVietnamPro-Light.woff') format('woff'),
url('../fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Be Vietnam Pro', sans-serif;
  src: url('../fonts/BeVietnamPro-Regular.eot?') format('eot'), 
url('../fonts/BeVietnamPro-Regular.woff') format('woff'),
url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Be Vietnam Pro', sans-serif;
  src: url('../fonts/BeVietnamPro-SemiBold.eot?') format('eot'), 
url('../fonts/BeVietnamPro-SemiBold.woff') format('woff'),
url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'EB Garamond', serif;
  src: url('../fonts/EBGaramond-Regular.eot?') format('eot'), 
url('../fonts/EBGaramond-Regular.woff') format('woff'),
url('../fonts/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EB Garamond', serif;
  src: url('../fonts/EBGaramond-SemiBold.eot?') format('eot'), 
url('../fonts/EBGaramond-SemiBold.woff') format('woff'),
url('../fonts/EBGaramond-SemiBold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'EB Garamond', serif;
  src: url('../fonts/EBGaramond-Bold.eot?') format('eot'), 
url('../fonts/EBGaramond-Bold.woff') format('woff'),
url('../fonts/EBGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
}


/* Padding below the footer and lighter body text */

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  color: #323232;
  line-height: 1.2;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

a {
  color: #00346f;
}
a:hover {
  color: #323232;
}

p {
	margin-bottom: 20px;
	line-height: 1.4;
}

ol.sinmargen, ul.sinmargen {
  padding-left: 20px;
}

ol.sinmargen li ol {
	list-style-type: none;
	padding-left: 20px;
}

ol.negrita li::marker {
    font-weight: bold;
}

hr {
	margin: 40px 0;
	opacity: 1;
}

ul li, ol li {
	line-height: 1.4;
}

h1 {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 48px;margin-bottom: 20px;
}
h2 {
  font-family: 'EB Garamond', serif;
  font-size: 36px;
  font-weight: 400;
}
h3 {
  font-family: 'EB Garamond', serif;
  font-size: 36px;
  font-weight: 400;
}
.formcontent2 h2, .formcontent2 h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 800;
}
.formcontent2 h2 {
  font-size: 24px;
}
h4 {
  font-family: 'EB Garamond', serif;
}

.texto14 {
	font-size: 14px !important;
}

.texto16 {
	font-size: 16px !important;
}

.texto18 {
	font-size: 18px;
}

.texto20 {
	font-size: 20px;
}

.texto24 {
	font-size: 24px;
}

header {
    font-family: 'Be Vietnam Pro', sans-serif;
	background-color: #001a37;
	color: #fff;
}

header a {
	color: #fff;
}
header a:hover {
	color: #f2f2f2;
}

.infocontact {
	border-bottom: 1px solid #203650;
	min-height: 30px;
	font-size: 10px;
	text-align: right;
	padding: 5px 0;
}

header .btn-primary {
  color: #fff;
  background-color: transparent;;
  border-color: #fff;
  font-size: 10px;
  border-radius: 0;
  font-weight: 400;
  padding: 0 2px;
	
}

footer {
    font-family: 'Be Vietnam Pro', sans-serif;
	background-color: #323232;
	color: #fff;
	font-size: 14px;
	padding: 40px 0;
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #f2f2f2;
}

footer h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 16px;
}

footer p {
	font-size: 12px;
}

footer .ayto-footer, footer .ayto-footer a {
	color: #d8d8d8;

}
footer hr {
	border-bottom: 1px solid #fff;
	opacity: 1;
}




.content {
	padding: 40px 0;
}




#textSolicita .form-check-label {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}




/* FORMULARIOS DE SOLICITUD **/

.form-label {
    font-family: 'Be Vietnam Pro', sans-serif;
	padding:5px 3px !important;
	font-size:16px;
	 font-weight: 600 !important;
}
.form-control {
	border-color: #e1e1e1;
	background-color: #e1e1e1 !important;
	
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem !important;
    border-radius: var(--bs-border-radius-lg);	
	
	
}

.form-check {
  min-height: 1rem;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.datostutor.on:hover, .datosalumno.on:hover {cursor:not-allowed;}



#form_inscripcion .fadeIn {

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#form_inscripcion .d-none {

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes dnone {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes dnone {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes dnone {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes dnone {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* FIN **/


.card-form{
    border:none !important;
	border-radius: 0 !important;
    box-shadow:0 10px 30px rgba(0,0,0,0.08) !important;
}



.squaredTwo {
    float: left;
    height: 25px;
    margin-top: -4px;
    position: relative;
    width: 23px;
    padding-left: 3px;

}

.labelprivacidad {
    height: auto;
    margin: 12px 0 5px;
	font-size:16px;
	font-weight: 400;
	display: inherit;
	line-height: 1;
}

footer .labelprivacidad {
	font-size:12px;
}

.formcontent .labelprivacidad {
    margin: 0 0 10px;
}

main .btn {
    font-family: 'Be Vietnam Pro', sans-serif;
	border-radius: 0;
	padding: 10px;
	font-size: 14px;
	font-weight: 800;
}
main .btn-primary {
    font-family: 'Be Vietnam Pro', sans-serif;
	background-color: #fff;
	color: #323232;
	border-radius: 0;
	border-color: #323232;
}
main .btn-primary.triangulo {
    background: url('../images/triangulo.png') no-repeat;
	background-position: right 10px center;
    padding: 5px 30px 5px 10px !important;
}
main .btn-primary:hover, main .btn-primary:focus {
	background-color: #f1f1f1;
	color: #000;
	
}

footer .form-control {
	background-color: #323232;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	
}
footer .form-control {
	background-color: #323232;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	
}
footer .btn-primary {
	background-color: #656565;
	color: #323232;
	border-radius: 0;
	padding: 13px 10px;
	font-size: 14px;
	border-color: #656565;
}

.formcontent2 .btn-primary {
	font-size: 16px;
}
.formcontent2 .btn-primary {
    background: url('../images/send.png') no-repeat;
	background-position: right 10px center;
    padding: 5px 50px 5px 10px !important;
}

.formcontent2 .btn-primary:hover {
    background-color: #e1e1e1;
	border-color: #323232;
	color: #000;
}

.formcontent2 .btn-moreinfo {
	border: 1px solid #000;
	font-size: 12px;
}
.formcontent2 .btn-moreinfo {
    padding: 5px 10px 5px 10px !important;
}

.formcontent2 .btn-moreinfo:hover {
    background-color: #e1e1e1;
	border-color: #323232;
	color: #000;
}

.formcontent2 .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  font-size: 14px;
}


.error {
	font-size: 14px;
	color: #EB090D;
}
.form-control.error {
	border-color: #EB090D;
}
footer .error {
	font-size: 12px;
	color: #f2f2f2;
}
.imgok {
    background: url('../images/ok.png') no-repeat;
	background-position: left 0 center;
    padding: 15px 10px 15px 70px !important;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 800;
	font-size: 24px;
}


#cargando{ 
    display:none;
}
#cargando2{ 
    width:100%;
    position:fixed; /* to place it somewhere on the screen */
    top:0px;         /* free space at top */
    bottom:0;
	background-color:#fff;
	opacity:0.8;
}
#loader{height:auto;left:50%;position:fixed;top:50%;width:500px;text-align:center;margin:-100px 0 0 -250px; background-color:#fff;opacity:1;}
#loader2{position:relative;opacity:1; background-color:#fff; color:#000; padding:20px;}
#loaderSpinner{height:100px;left:50%;opacity:0;position:absolute;top:50%;width:100px;z-index:2;margin:40px 0 0 -50px}



