@font-face {
  font-family: Gobold-bold;
  src: url('fonts/Ebro-Bold.ttf');
}
@font-face {
  font-family: Gobold-bold-italic;
  src: url('fonts/Ebro-Italic.ttf');
}
@font-face {
  font-family: Roboto;
  src: url('fonts/Ebro-Regular.ttf');
}
@font-face {
  font-family: Roboto2;
  src: url('fonts/Repsol-Regular.ttf');
}
@font-face {
  font-family: Roboto-bold;
  src: url('fonts/Ebro-Bold.ttf');
}
@font-face {
  font-family: RepsolSemiBold;
  src: url('fonts/Ebro-Bold.ttf');
}
@font-face {
  font-family: Roboto-Light;
  src: url('fonts/Ebro-Display-Regular.ttf');
}
@font-face {
  font-family: Roboto-Light-Italic;
  src: url('fonts/Ebro-Display-Regular.ttf');
}
@font-face {
  font-family: RepsolBold;
  src: url('fonts/Ebro-Display-Regular.ttf');
}
@font-face {
  font-family: RepsolSemiBold;
  src: url('fonts/Ebro-Bold.ttf');
}
@font-face {
  font-family: Repsol;
  src: url('fonts/Ebro-Bold.ttf');
}
@font-face {
  font-family: RepsolItalic;
  src: url('fonts/Ebro-Display-Regular.ttf');
}
html {
  scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
}
.img-header img {
	width: 100% !important;
	max-width: 100% !important;
}
.presentacion {
	background-color: #000000;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	width: 100%;
}
.presentacion-1.txtwhite{
    color: #FFF;
    font-family: RepsolBold;
    font-size: 60px;
    line-height: 60px;
}
h1{
	color: #FFFFFF;
    font-family: RepsolBold;
    font-size: 55px;
    line-height: 75px;
    margin-top: 60px;
}
.SubtitleSemiBold {
	font-family: RepsolItalic !important;
}
.yellow {
	color: #FCC200;
}
.white-back {
	background-color: transparent;
    margin: 50px auto;
    border-radius: 14px;
    padding: 15px 35px;
    max-width: 750px;
    
}
.white-back-txt {
	color: #575756;
    font-family: Roboto;
    font-size: 42px;
    
    line-height: 50px;
}
.txtwhite-large{
	font-size: 26px;
    color: #000000;
    font-family: Roboto;
    
    line-height: 30px;
    text-align: center;
    max-width: 770px;
    margin: auto !important;
}

.txtwhite-medium{
	font-size: 20px;
    color: #FFF;
    font-family: RepsolSemiBold;
    
    line-height: 20px;
}
.div2Cols {
	margin-top: 70px;
	margin-bottom: 70px;
}
.col-1-header {
	text-align: left;
}
.col-1-header-white {
	font-size: 28px;
    color: #FFF;
    font-family: 'Gobold-bold-italic';
    line-height: 40px;
}
.col-1-header-orange {
	font-size: 28px;
    color: #f17e00;
    font-family: 'Gobold-bold-italic';
    line-height: 40px;
    margin-left: 3px;
}
.col-1-txt {
	font-size: 20px;
    color: #FFF;
    font-family: 'Roboto-Light-Italic';
    line-height: 27px;
    text-align: left;
    margin-top: 35px;
}
.proceso {
	background-color: #F4F2EA;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	border-bottom: 0px solid #232a35;
}
.proceso .card-group {
	margin: auto;
}
.proceso .card-group .card{
	background-color: transparent !important;
	border: none !important
}
.proceso .card-body {
	padding-top: 0px !important;
}
.proceso .card-title {
	color: #FFF;
    font-family: 'Gobold-bold-italic';
    font-size: 27px;
    line-height: 44px;
}
.row-form {	
	padding: 0px 20px 80px 20px;
	margin: auto;
	max-width: 90%;
}
.row-form input, .row-form textarea, .row-form select {
	margin-top: 25px;
    border-radius: 15px;
    background-color: #F4F2EA;
    border: none !important;
    color: #5a5f68 !important;
  font-family: Roboto;
}
.form-check-first {
	margin-top: 40px;
}
.form-check-input {	   
    visibility: hidden;
}
.form-check {
	padding-left: 0px !important;
	margin-left:-1rem !important;
}
.form-check-input + label:before {
  border: none;
  content: "\00a0";
  display: inline-block;
  font: 26px/1em sans-serif;
  height: 24px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 24px;
  background: #F4F2EA;
  border-radius: 5px;

}
.form-check-input:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}
.form-check-label {
	margin-top: 15px;
    margin-left: 15px;
    font-size: 15px;
    color: #5a5f68;
    font-family: Roboto;
}
.btnAcredtiarme {
	background-color: #000000;
	color: #FFF;
	font-size: 22px;
	margin-top: 30px;
	font-weight: 500;
	font-family: Roboto;	
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
}
.btnAcredtiarme:hover {
	color: #FFF !important;
	font-style: italic;
	border-radius: 10px;
}
::-webkit-input-placeholder {
  color: #5a5f68;
  font-family: Roboto;
}
::-moz-placeholder {
  color: #5a5f68;
  font-family: Roboto;
}
:-ms-input-placeholder {
  color: #5a5f68;
  font-family: Roboto;
}
::placeholder {
  color: #5a5f68;
  font-family: Roboto;
}
footer {
	padding-top: 0px;
/*	padding-bottom: 40px;*/
	
}
footer img {
	max-width: 100%;
}
.acreditacion {
	
	border-bottom: 0px solid #232a35;
	max-width: 910px;
	margin: auto;
}
footer {
	text-align: center;
}
.col-footer a{
	font-size: 12px;
}
.row-footer-contact {
	background-color: #232a35;
}
.row-footer-contact p, .row-footer-contact a{
	color: white !important;
	font-family: Roboto;
	font-size: 13px;
	line-height: 15px;
}
.row-grey {
	background-color: #F4F2EA;
}
.row-white {
	background-color: #FFFFFF;
}
@media screen and (min-width: 768px){	
	.logo-small {
		display: none !important;
	}
	.card img {
		max-width: 75%;
		margin:auto;
	}
}
.txtwhite-large p{
	text-align: center;
	}
@media screen and (max-width: 768px){	
	.logo-big {
		display: none !important;
	}
	.presentacion {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.presentacion.row-white {
		padding-bottom: 0px !important;
	}
	.presentacion-1.txtwhite{
	    font-size: 25px;
	    line-height: 25px;
	    padding-top: 0px;
		padding-bottom: 0px;
	}
	h1{
	    font-size: 20px;
	    line-height: 30px;
	    margin-top: 30px;
	}
	.white-back-txt {
		font-size: 23px;
	    font-weight: bold;
	    line-height: 23px;
	}
	.txtwhite-large p,.txtwhite-large span{
		font-size: 18px;
	    line-height: 23px;
	    text-align: center !important;
	}	
	.card-img-top {
		max-width: 	50% !important	;
	}
	.txtwhite-medium {
		font-size: 16px;
	    line-height: 16px;
	}	
	.col-1-header-white {
		font-size: 18px;
	    line-height: 18px;
	}
	.col-1-header-orange {
		font-size: 18px;
	    line-height: 25px;	    
	}
	.div2Cols{
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.col-1-txt {
		font-size: 17px;
	    line-height: 25px;
	    margin-top: 15px;
	    margin-bottom: 35px;
	}	
	.form-check-label {
		font-size: 16px;	    
	}
	.btnAcredtiarme {
		font-size: 16px;		
	}
	.form-check-input + label:before {
	  height: 26px;
	  width: 26px;
	 
	}
	.card img {
		max-width: 70%;
		margin:auto;
	}
	.card-title {
		font-size: 27px !important;
		line-height: 35px !important;
	}
	.row-form {	
		padding: 0px 0px 80px 0px;
		margin: auto;
		max-width: 90%;
	}
	footer {
		
		
		border-top: none;
	}
	
	.logo-mediage-footer {
		max-width: 60px;
	}
	.row-footer-contact p, .row-footer-contact a{
		color: white !important;
		font-family: Roboto;
		font-size: 9px;
		line-height: 11px;
	}
	.form-check-label {
				font-size: 14px;
	}
	.row-form select	{
				font-size: 	14px !important;
			}
	::-webkit-input-placeholder {
			 font-size: 	14px;
					}
	::-moz-placeholder {
			  font-size: 	14px;
			}
	:-ms-input-placeholder {
			  font-size: 	14px;
			}
	::placeholder {
			  font-size: 	14px;
			}
	
}