@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&display=swap');

/* --------- */

html {
	scroll-behavior: smooth;
}
body.page-template-pagina-landings {
	background-color: #212427;
}
.page-template-pagina-landings a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

.page-template-pagina-landings h1,
.page-template-pagina-landings h2,
.page-template-pagina-landings h3,
.page-template-pagina-landings h4,
.page-template-pagina-landings p {
	font-family: 'Montserrat', sans-serif;
}
.page-template-pagina-landings h1 {
	font-size: 2.7em;
	font-weight: 700;
	margin-top: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
@media (min-width: 1024px) and (max-width:1260px) {
	.page-template-pagina-landings h1 {
		font-size: 2em;
	}
}
.page-template-pagina-landings h2 {
	font-size: 2em;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.page-template-pagina-landings h3 {
	font-size: 1.7em;
	font-weight: 700;
	margin-top: 15px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.page-template-pagina-landings h4 {
	font-size: 1.3em;
	font-weight: 700;
	margin-top: 15px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.dobles-grados {
	color: #FFF;
}
#inclinado,
#ingenieros,
#imagen-principal {
	clip-path: polygon(5% 0, 95% 0, 90% 100%, 0 100%);
}
#ingenieros,
#imagen-principal {
	max-width: 600px;
}
.form-group {
	margin: 0 !important;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	border-radius: 10px;
	font-size: 18px;
	height: 2em;
	padding-left: 10px;
}
select {
	border: none;
	border-radius: 10px;
	font-size: 18px;
	height: 2em;
}
#triangulo-celeste {
	background-position: 0px 150px;
}
.iconos {
	min-width: 150px;
}
input[type="text"], input[type="email"], input[type="tel"] {
	border: none;
}

@media(max-width:640px) {
	.page-template-pagina-landings h1 {
		font-size: 1.8em;
	}
	.page-template-pagina-landings h2 {
		font-size: 1.5em;
	}
}

@media(max-width:1024px) {
	#logo-uf3 {
    	text-align: center;
	}
	#inclinado,
	#ingenieros,
	#imagen-principal {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

/* --------- */

body {
	font-family: 'Montserrat', sans-serif;
}

#bloque-telefono{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	justify-content: space-between;
}

input.form_campos, textarea {
	width: 100%;
	padding-left: 1em;
	min-height: 3em;
}
select {
	width: 100%;
	padding-left: 1em;
}


label:not(.checkbox_text){
	color: #fff;
	display: block;
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0px 0px 5px;
}

#phone-box{
	display: grid;
	grid-template-columns: minmax(85px, 0.2fr) 1fr;
}

#phone-box div:nth-child(1),
#phone-box div:nth-child(1) input{
	width: 80%;
}

#phone-box div:nth-child(2),
#phone-box div:nth-child(2) input
{
	width: calc((100%) - 12px);
	padding-left: 10px;
}


.obligatorio{
	color: rgb(238,50,36);
}

.checkbox_block, #lopd-informado, #rgpd, #rgpd a, .blanco{
	color: #fff;
}

#rgpd p {
	font-size: .85em !important;
	padding-left: 30px;
}

.checkbox{
	padding-top: 2em;
}

input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

#lopd-informado .radio-inline {
    display: flex;
}

input[value="no"]{
	margin-left: 2em;
}

input#prefijo{
	background-color: #ccc;
    color: #000;
	width: 100%;
}

form button {
    background: #E36724;
    border: 0;
    border-radius: 20px;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 26px;
    margin: 50px auto 0 auto;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.2s linear;
}

form button:hover {
    background: #CCCC33;
    transition: all 0.2s linear;
}

#enviando, #texto-respuesta{
	background-color: #cccc33;
    color: #fff;
    text-align: center;
    padding: 0.8em;
    border-radius: 10px;
    font-weight: bold;
}
  
#enviando:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4,end) 900ms infinite;      
	animation: ellipsis steps(4,end) 1300ms infinite;
	content: "\2026"; /* ascii code for the ellipsis character */
	width: 0px;
}

#aetm-gracias,
#aetm-enviando,
#aetm-error,
#form-response
{
	background-color: rgba(255, 255, 255, 0.549);
	padding: 1em;
	border-radius: 25px;
	margin-top: 2em;
}

div.g-recaptcha {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
}

footer
{
	color: #fff;
}


footer a
{
	color: #fff;
	font-weight: bold;
}

.solicita
{
	text-align: center;
	padding: 1.5em;
	color: #fff;
	font-weight: bold;
}

.form-group{
	display: grid;
	margin: 0 2em;
}

.hidden{
	display: none;
}

input[type="text"][required]:valid,
input[type="email"]:valid,
input[type="tel"]:valid
{
	color: rgb(35, 123, 35);
	border-color: rgb(35, 123, 35);
	background-color: rgb(188, 238, 188);
}

input[type="text"]:valid::after,
input[type="email"]:valid::after,
input[type="tel"]:valid::after
{
	content: '√';
	text-align: right;
}



input[type="email"]:focus:invalid,
input[type="text"]:focus:invalid
{
	color: rgb(233, 80, 45);
	border-color: rgb(233, 80, 45);
	background-color: rgb(238, 188, 188);
}

#error-email
{
	margin-top: 1.1em;
	padding: 0em 1em;
	border-radius: 15px;
	color: rgb(233, 80, 45);
	border-color: rgb(233, 80, 45);
	background-color: rgb(238, 188, 188);
}

  
@keyframes ellipsis {
	to {
	  width: 1.25em;    
	}
}
  
@-webkit-keyframes ellipsis {
	to {
	  width: 1.25em;    
	}
}