/*
CTC Separate Stylesheet
Updated: 2023-06-21 11:31:43
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.21.0.1687339903
*/

/* ----------------------------------- Estilos Base Contact Form 7 ----------------------------------------*/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 3px;
}

input.wpcf7-form-control.wpcf7-file{
    border-style: dotted;
    padding: 15px;
    border-color: #F18611;
    width: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 15px 50px;
    width: 100%;
    background-color: #F18611;
	border: none;
    color: white;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
}

label.cv {
    color: white;
    font-size: 15px;
}

span.wpcf7-form-control.wpcf7-acceptance {
    color: white;
	margin-left: -50px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
	height: 100px;
	border-radius: 3px;
}


/* -------------------- Estilos H1 cabecera ------------------*/

.mega_title {
	color: #f18611;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100px;
}

@media (max-width: 768px) {
	.mega_title {
	color: #f18611;
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 100px;
}
}

/* --------------- EStilo palabras naranjas ---------------------- */

.orange_text {
	color: #f18611;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 768px) {
	.orange_text {
	color: #f18611;
	font-size: 37px;
	text-transform: uppercase;
	font-weight: bold;
}
}

/* ------------------- Estilos número gigante ---------------- */

.big_num {
	color: #f18611;
	font-size: 100px;
	font-weight: 800;
	line-height: 80px;	
}

@media (max-width: 768px) {
	.big_num {
	color: #f18611;
	font-size: 87px;
	font-weight: 800;
	line-height: 80px;	
}
}
.nar{color:#f18611 !important;}

