body{
	margin:0;
	padding:0;
	
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
        url('../fonts/TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regulard41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Regular.woff') format('woff'),
       url('../fonts/Montserrat-Regular.ttf') format('truetype'),
       url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Boldd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Bold.woff') format('woff'),
       url('../fonts/Montserrat-Bold.ttf') format('truetype'),
       url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a{
	color:#fff;
}

a:hover {
    text-decoration: none !important;
}

img {
	image-rendering: -webkit-optimize-contrast; /* Chrome */
}

.header > .container {
    text-align: center;
}



.header > .container img {
    max-width: 297px;
    width: 100%;
    height: auto;
    max-height: 84px;
    display: inline-block;
}


.division {
    border-bottom: 6px solid #ca9e64;
    background-color: #385086;
    width: 100%;
    height: 50px;
    float: left;
    color: #FFF;
}

.main{
	width:100%;
	height:auto;
	border:1px solid red;
}


h1.titulo{
	width: 100%;
	text-align: center;
	font-family: 'Trajan Pro';
	font-size: 26px;
	color: #333;
	letter-spacing: -1px;
	float: left;
	height: auto;
	
	
}


h2.titulo{
	width: 100%;
	text-align: center;
	font-family: 'Trajan Pro';
	font-size: 26px;
	color: #666;
	letter-spacing: -1px;
	min-height: 37px;
	float: left;
	height: auto;
	
	
}

h2.subtitulo{
	width: 100%;
	text-align: left;
	font-family: 'Trajan Pro';
	font-size:20px;
	
	
}



h3.subtitulo{
	width: 100%;
	text-align: left;
	font-family: 'Trajan Pro';
	font-size:22px;
	vertical-align:top;
}

p,
ul{
	font-family: 'Montserrat Regular';
	font-size:13px;
}
ul li,
ol li{
	margin-bottom: 10px;
}


.container-fluid .subrayado{
	width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 27px;
    margin-top: 7px;
	border-bottom:1px solid;
}

.container-fluid .subrayado:nth-child(2){
	border:none;
}





.container-fluid .subrayado i{
	background-color: #ca9e64;
height: 6px;
width: 100px;
margin-top: -6px;
position: absolute;
margin-left: -50px;
left: 50%;
}



.container .subrayado{
	width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 27px;
    margin-top: 7px;
	border-bottom:1px solid;
	
}


.container .subrayado i{
		background-color: #ca9e64;
height: 6px;
width: 100px;
margin-top: -6px;
position: absolute;
margin-left: -50px;
left: 50%;
}

.container .foto{
	background-color: #385086;
    width: 100%;
    height: 238px;
    overflow: hidden
}

.contenedor-padre{
	width:100%;
	height: auto;
}
.contenedor-padre:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 20px;
	background-image:url("../img/triangulo.png");
	background-repeat:no-repeat;
	background-position:center bottom;
}
.contenedor-padre:hover:after{
	visibility: visible;
}
.container .circulo{
	background-color:#384f87;
	width:115px;
	height:115px;
	border-radius:200px;
	background-image:url("../img/google-forms-white.png");
	background-repeat:no-repeat;
	background-size: 50%;
	background-position:center center;
	margin:0 auto;
}



.container .circulo:hover{
	background-color:#d8d8d8;
	background-image:url("../img/google-forms-over.png");
}







.container .font-formulario{
	font-size:18px;
	text-align:center;
	color:#7a7a7a;
	
}

/*Footer*/

.copyright {
    border-top: 6px solid #ca9e64;
    background-color: #333;
}


.copyright img.footer-logo{
	display: inline-block;
	width: 249px;
	max-width: 100%;
	height: 70px;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid #999;
	
	
	
}



.copyright span{
	padding-left: 20px;
	padding-top: 5px;
	display: inline-block;
	width: 425px;
	height: auto;
	vertical-align: middle;
	font-size: 12px;
	line-height: 22px;
}
@media (max-width: 991.98px) {
	.copyright img.footer-logo{
		border: none;
		padding-right: 0px;
	}
	.copyright span{
		width: auto;
		padding-left: 0px;
	}
}

.copyright span i {
    font-style: normal;
    display: inline-block;
	color:#fff;
}


.copyright span b {
    font-style: normal;
    display: inline-block;
	color:#fff;
}


.copyright .only {
    color: #ccc;
    font-size: 11px;
    margin-left: 5px;
}


.copyright .only img {
    width: 66px;
    height: auto;
    margin-left: 3px;
}


/*Formulario*/
.form-center{
	width:100%;
	max-width:600px;
	margin:0 auto;
}


.instructivo{
	width:100%;
	max-width:600px;
	margin:0 auto;
}

.btn-form{
	background-color:#384f87;
	border:none;
	font-family: 'bebas_neueregular';
	font-size:20px;
}


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

h2.text-form{
	font-family: 'bebas_neueregular';
	text-align:center;
}

i.fa-user{
	color: #ca9e64;
}


p.text-form{
	font-family: 'Montserrat Regular';
	text-align:center;
	font-size:15px;
}

.card-header{
	background-color:#384f87!important;
	color:#fff;
}

/*Contact Form 7*/





form.wpcf7-form{
	width:100%;
	max-width:600px;
	margin:0 auto;
	
}


.screen-reader-response{
	display:none!important;
}

.wpcf7-form p{
	
	font-size:15px;
}


span.wpcf7-not-valid-tip {
	font-size:12px;
	color:red;
}

input.wpcf7-text{
	
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	
}


input.wpcf7-submit{
	background-color: #384f87;
	border: 1px solid #384f87;
	font-family: 'bebas_neueregular';
	font-size: 25px;
	width:100%;
	color:#fff;
	cursor:pointer;
	padding:6px;
	border-radius:6px;
	
}


input.wpcf7-submit:hover{
	background-color: #fff;
	border:1px solid #384f87;
	color: #384f87;
	
}



/*	
 
.wpcf7-not-valid{
	background-color: #f8d7da!important;
	border-color: #f5c6cb!important;
}

*/



.wpcf7 form.invalid .wpcf7-response-output{
	margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	background-color: #f8d7da!important;
	border-color: #f5c6cb!important;
    color: #C10000;
  
}





.wpcf7 form.sent .wpcf7-response-output {
	margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}





