html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    box-sizing:border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Raleway', sans-serif;
	background-color: #ffffff;
	color: #fff;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

body{overflow-x:hidden}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
a,
li,
blockquote {
	font-family: 'Raleway', sans-serif;
}

strong {
	font-weight: 900;
}

.text-center {
	text-align: center;
}

.verde{
    color: #d11113;
}


/*********************************************************************************/

/* Header */
header{
    position: fixed;
    width: 100%;
    z-index: 999;
}

header .telefono{
    text-align: right;
    background-image: url("../imagenes/bg-telefono.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

/*header .telefono .telefono-txt{
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 0px;
}*/

header .telefono .telefono-txt{
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 0px;
	display:inline-block;
}

header .telefono .telefono-txt span{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

header .telefono .telefono-txt strong{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
}

header .telefono .telefono-txt a{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    display: block;
}

header .telefono .telefono-txt a:hover, header .telefono .telefono-txt a:active, header .telefono .telefono-txt a:focus{
    text-decoration: none;
    color: #EF4041;
}

.btn-whatsapp-top .btn-ico-desktop {
    display: inline-block;
    margin-left: 2px;
    line-height: 49px;
    margin-top: 7px;
    box-shadow: 0px 7px 16px -9px #3d3d3d;
}

header .btn-whatsapp-top{
    background: #25d366;
    width: 62px;
    height: 62px;
    padding-top: 7px;
    box-shadow: 0px 7px 16px -9px #3d3d3d !important;
    border-radius: 100px;
    position: relative;
    top: -34px;
    margin-right: 25px;

}

header .btn-whatsapp-top:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #749a0b;
}	

.logotipo{
    padding-top: 35px ;
    padding-left: 0px;
    padding-bottom: 100px;
    padding-right: 0px;
}

.logotipo img{
    max-width: 100%;
}


@media only screen and (max-width : 1250px){
    .logotipo{
        padding-bottom: 30px;
    }
    
    .logotipo img{
        max-width: 65%;
    }
    
    header .telefono .telefono-txt {
        padding-right: 30px;
    }
}

@media only screen and (max-width : 991px){
    header{
        position: relative;
        width: 100%;
    }

    header .telefono {
        text-align: center;
        background-image: none;
        background-color: #313030;
        position: fixed;
        z-index: 999;
		height: 85px;
    }
    
    header .telefono .telefono-txt {
        padding-top: 17px;
        padding-bottom: 15px;
        padding-right: 0px;
    }
    
    .logotipo{
        text-align: center;
        padding-left: 0;
        padding-top: 90px;
    }

	.bg-number{display: none;}
	
	header .btn-whatsapp-top {
    	top: -23px;
    	margin-right: 0px;
		margin-left: 30px;
    }
}

@media only screen and (max-width : 767px){

    .logotipo img{
        max-width: 90%;
    }
    
    .logotipo {
        padding-top: 110px;
        padding-bottom: 40px;
    }
}

/*********************************************************************************/

/* Cabecera */

#cabecera{
    padding-top: 10px;
    padding-bottom: 80px;
    background-image: url("../imagenes/bateria.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#cabecera p{
    color: #8f8f8f;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

h1, .h1{
   font-size: 52px; 
    color: #50504e;
    margin-bottom: 20px;
}

h1:before, .h1:before{
    content: '';
   display: block;
    height:8px;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #d11113;
}

.pretitulo{
    color: #313030;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.subrayado{
    text-decoration: underline;
}

.cta{
    background-color: #d11113;
    padding: 20px 40px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    box-shadow: .2px 2px 15px rgba(0,0,0,.2);
    margin-top: 15px;
    margin-bottom: 15px;
}

.cta1{
    background-color: #d11113;
    padding: 20px 40px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    box-shadow: .2px 2px 15px rgba(0,0,0,.2);
    margin-top: 15px;
    margin-bottom: 15px;
}

.cta:hover, .cta:focus, .cta:active{
    color: #ffffff;
    text-decoration: none;
    background-color: #749a0b;
}

.cta1:hover, .cta1:focus, .cta1:active{
    color: #ffffff;
    text-decoration: none;
    background-color: #F73A3C;
}

/* Añado margen al formulario respecto del pretitulo */

div.form.row{
    margin-top:30px;
}

@media only screen and (max-width : 1350px){
	#cabecera {
    padding-top: 0px;
    padding-bottom: 0px;
	}
}

@media only screen and (max-width : 1200px){
    #cabecera{
        padding-bottom: 0px;
    }
	.pretitulo {
		font-size: 15px;
	}
	h1, .h1 {
    font-size: 41px;
	}
}

@media only screen and (max-width : 1120px){
   #cabecera p {
    font-size: 16px;
	}
	.logotipo img {
    max-width: 50%;
	}
	#cabecera p {
		font-size: 16px;
	}
	#cabecera .cta {
		padding: 14px 32px;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	.cta {
		padding: 14px 32px;
	}
}


@media only screen and (max-width : 1100px){
    #cabecera{
        padding-top: 0px;
		background-size:54%;
		background-position: top right;
    }
	.btn_whatsapp {
    margin-bottom: 0px;
}
	
}

@media only screen and (max-width : 991px){
    #cabecera{
        background-image: none;
        padding-top: 0px;
    }    
}

@media only screen and (max-width : 767px){
    h1, .h1 {
    font-size: 34px;
}
	.logotipo img {
		max-width: 90%;
	}
	.alert-destacado {
		font-size: 18px;
	}
}

/*********************************************************************************/

/* Nuestros Valores */
.nuestros-valores{
    padding-top: 25px;
    padding-bottom: 80px;
}

.nuestros-valores img{
    margin-top: 20px;
}

.valores {
    margin-top: 30px;
    margin-bottom: 30px;
}

.valores li{
    color: #8f8f8f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.valores li p{
    display: block;
    float: left;
    width: 94%;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 1px;
    
}

.valores li i{
    float: left;
    padding-right: 10px;
    width: 6%;
    margin-top: 3px;
}

.nuestros-valores img{
    max-width: 100%;
}

.bg-number{
    color: #f3f3f3;
    font-size: 480px;
    position: absolute;
    z-index: -1;
    margin-top: -50px;
    font-weight: 400;
	overflow: hidden;
}

/*********************************************************************************/

/* Servicio */

.servicio{
    padding-bottom: 120px;
    text-align: center;
}

.servicio .h1{
    text-align: left;
}

.servicio img{
    margin-top: 25px;
}

.servicio p{
    color: #8f8f8f;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    line-height: 27px;
}


/*********************************************************************************/

/* Testimonios */
main{
    background-image: url("../imagenes/bg-lateral.png");
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
}

.carrusel-testimonios{
    padding-bottom: 80px;
}

.carrusel-testimonios .carousel-control span{
    text-shadow: 0px!important;
}

.carrusel-testimonios .carousel-control{
    background-image: linear-gradient(to right,rgba(0,0,0,.0000) 0,rgba(0,0,0,0) 100%)!important;
    text-shadow: 0 1px 2px rgba(0,0,0,0)!important;
}

.carrusel-testimonios p{
    text-align: left;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
}

.carrusel-testimonios .autor{
    text-align: left;
    margin-top: 20px;
}

.left.carousel-control{
    left: -50px;
    top:-60px;
}

.right.carousel-control{
    right: -50px;
    top:-60px;
}

.testimonios h2{
    margin-bottom: 80px;
}

.testimonios .bg-number{
    right: 0;
    top: -40px;
}

.carousel{
        padding: 0 50px!important;
}
.carousel-inner{
    min-height:15vh;
}
.testimonios{
    margin-bottom: 80px;
}

@media only screen and (max-width : 991px){
    .testimonios{
        text-align: center;
    }
    
    .testimonios .h1:before{
            margin-right: auto;
    margin-left: auto;
    }
    
    .testimonios h2 {
        margin-bottom: 40px;
        margin-top: 60px;;
    }
    
    .carrusel-testimonios{
        padding-bottom: 0px;
    }
    
    #carousel-example-generic{
         height: 180px;   
    }
    
    .left.carousel-control {
        left: -25px;
      
    }
    
    .right.carousel-control {
        right: -25px;
       
    }
}



/*********************************************************************************/

/* Cifras */
.cifras{
    margin-bottom: 80px;
}
.cifra{
    text-align: center;
    background-image: url("../imagenes/cifras-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
}

.cifra .number{
    color: #d11113;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 25px;
}

.cifra .txt-cifras, .contacto p{
    color: #7b7b7b!important;
    font-size: 21px;
    font-weight: 600;
}


/*********************************************************************************/

/* Contacto */

input, textarea, select, select option{
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    outline: 0px;
    border: 0px;
    color: #2d2d2d;
}

select, select option{
    color: #7b7b7b;
}

label{
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 10px;
    margin-top: 15px;
}

label.error{
    color: #b50000;
}

input[type="submit"]{
    width: auto;
}

input[type="checkbox"]{
        float: left;
    width: auto;
    margin-top: 16px;
    margin-right: 8px;
}

.btn_whatsapp {
	background-color:#41ae5c;
	margin-right:25px;
}


a.legal{
    color: #FF3537;
}

form{
    margin-top: 30px;
}

.form_box {
	text-align: center;
}

.form_box form {
	margin: 20px auto;
	width: 400px;
	text-align: left;
}

.form_box .form li {
	margin: 20px 0;
}

.form_box .form label {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.form_box .form input[type="text"] {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #898989;
	padding: 5px;
	font-size: 14px;
    border-bottom:0px;
}

select option{
    pa
}

.form_box .form textarea {
	width: 100%;
	border: 1px solid #898989;
	padding: 5px;
	font-size: 14px;
}

 input:focus,
textarea:focus , select:focus{
	outline: 1px solid #EF4041;
}

.form_box::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box::-moz-placeholder {
	/* Firefox 19+ */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box:-ms-input-placeholder {
	/* IE 10+ */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box:-moz-placeholder {
	/* Firefox 18- */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box li.check input {
	width: 5%;
	float: left;
}

.form_box li.check input:focus {
	outline: none;
}

.form_box li.check label {
	width: 90%;
	float: left;
	padding-top: 3px;
	font-size: 14px;
	color: #b2b2b2;
	text-transform: initial;
	font-weight: 400;
}

.form_box li.check label a {
	color: #ffb700;
}

.form_box input[type="submit"] {
	background-color: #ffb700;
	outline: none;
	border: 0px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	font-size: 16px;
	margin-top: 20px;
	transition: .2s all;
}

.form_box input[type="submit"]:hover {
	background-color: #313131;
}

.form_box label.error,
#contact-form > ul > li.check > label.error {
	color: #ffb700;
	margin: 5px;
	text-transform: none;
	font-weight: 500;
}

.sms_ok {
	font-size: 16px;
	line-height: 24px;
    margin-bottom: 20px;
	font-weight: 400;
}

.sms_ok a{
    color: #94c40e;
}

.form_box .sms_ok h5 {
	color: #6b737e;
	font-weight: 700;
	margin-bottom: 15px;
}

.form_box .sms_ok a {
	color: #ffb700;
	font-weight: 700;
}

.form_contact_bar_box {
	text-align: center;
}

.form_contact_box {
	display: inline-block;
	width: 300px;
}

.form_contact_bar .mail a,
.form_contact_bar .phone a {
	display: block;
	margin-right: 20px;
}

.form_contact_bar i {
	margin-right: 10px;
}

.form_contact_bar .mail,
.form_contact_bar .mail i,
.form_contact_bar .mail p {
	float: left;
}

.form_contact_bar .phone,
.form_contact_bar .phone i,
.form_contact_bar .phone p {
	float: left;
}

/*********************************************************************************/

/* Marcas*/

.marcas{
    text-align: center;
    padding-bottom: 80px;
    background-image: url("../imagenes/footer-bg-01.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
        
}

.marcas img.destacada{
    max-height: 100px;
}

.marcas img{
    max-width: 100%;
}

.marcas .img-marca{
    height: 50px;
    margin-top: 20px;
}

.marcas .img-marca-special{
    height: 60px;
    margin-top: 30px;
}
.marcas .img-marca-special img{
    max-height: 60px;
}
.marcas .img-marca img{
    max-height: 50px;
}

.col-12.testing{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.marcas .img-marca img{
    max-height: 50px;
}


/*********************************************************************************/

/* Footer */

footer {
	background-color: #313030;
	color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;

}

footer p {
	text-align:left;
	padding: 10px 0 0 0;
	font-size: 12px;
}

footer p a {
	color: #fff;
	font-weight: 700;
	transition: .2s all;
}

footer .text a{
    color: #FF4E50;
}

footer p a:hover {
	color: bisque;
	text-decoration: none;
}

/* -- Idento -- */ 

.idento-logo{
    text-align: right;

}
@media only screen and (max-width: 480px) {

	footer p {
		width: 100%;
        line-height: 24px;

	}
	
	header .telefono {
    height: 110px;
    }
	
	header .btn-whatsapp-top {
    top: -35px;
    }
	
	.cta{
    margin-top: 0px !important;
    }
	
	.btn_whatsapp {
    margin-bottom: 10px !important;
	margin-top:20px !important;
    }
	
	.valores {
    margin-top: 13px;
	margin-bottom:10px;
    display: inline-block;
    }

}

.cookies-warm-amp .content {
	padding: 15px 125px 15px 15px;
	width: 100%;
	height: auto;
	background: #fff;
	opacity: .80;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
	-khtml-opacity: .80;
	-moz-opacity: .80;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	z-index: 9000;
	line-height: 16px;
}

.cookies-warm-amp .content a {
	color: green;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	display: inline-block;
}

.cookies-warm-amp .content a:hover {
	color: #ffb700;
	text-decoration: underline;
}

.cookies-warm-amp button {
	background: green;
	color: white;
	border: 2px solid #fff;
	padding: 6px;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: 0px 1px #343;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 100px;
}

.cookies-warm-amp button:hover {
	background: #ffb700;
}

.cifra .txt-cifras, .contacto p{
    font-size: 19px;
    line-height:30px;
}
.alert-destacado{
    font-size: 22px;
    color: #d11113;
    margin-bottom: 18px;
}

#radioBtn .btn-primary {
    color: #50504e;
    background-color: #f7f7f7;
    border-color: #adadad;
    padding-left: 2.5em;
    padding-right: 2.5em;
}

#radioBtn{display: block; margin-top: 0.2em;}
#matricula_no{display: none;}

.info-covid{
	display: block;
    margin-top: 10px;
    color: #8f8f8f;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: initial;
}

.info-covid strong{
	color: #d11113;
}


@media only screen and (max-width: 320px) {
	.cta{
    margin-top: 0px !important;
	font-size: 14px;
    }
	
	.btn_whatsapp {
    margin-bottom: 10px !important;
	margin-top:20px !important;
	width: 100%;
    }
}	

