/* comentarios */
@charset "UTF-8";


/* SLIDESHOW */
.contenedor_slider{
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.03) 100%), url(../images/fondo_slider_01.svg);
    background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.03) 100%), url(../images/fondo_slider_01.svg);
    background-image: -o-linear-gradient(90deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.03) 100%), url(../images/fondo_slider_01.svg);
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.03)), url(../images/fondo_slider_01.svg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top center;
    width: 100%;
    max-width: 1350px;
    overflow: hidden;
    align-items: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.slider-contenedor{
    width: 100%;
    display: flex;
}

.contenido-slider{
    /*background-color: rgba(0,0,0,0.1);*/
    width: 100%;
    /*height: 250px;*/
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
	padding: 10px;
	text-align: left;
}

.contenido-slider:nth-child(2){
    /*background: #fff;*/
}

.contenido-slider:nth-child(3){
    /*background: #fff;*/
}

.contenido-slider > img{
	width: 50%;
	opacity: 1.00;	
	padding: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

.contenido-slider > div{
	/*background-color: rgba(43,128,149,1.00);*/
	width: 50%;
	/*padding: 20px;*/
	/*height: 250px;*/
	height: auto;
	margin-left: 50px;
	margin-right: 50px;
}

.titulo_slide {
    color: rgba(225,33,30,1.0);
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: left;
    padding-top: 10px;
    display: block;
}

.subtitulo_slide {
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 30px;
	display: block;
}

.subtitulo_slide_02 {
	color: rgba(0,0,0,1.0);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
	display: block;
}

.texto_slide {
	color: rgba(0,0,0,0.6);
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*padding-top: 10px;*/
	padding-bottom: 30px;
	text-align: left;
	display: block;
}

.texto_slide_02 {
	color: rgba(0,0,0,0.6);
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	text-align: left;
	display: block;
}

figure#imagen_izquierda {
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

.boton_consultenos {
	background-color: rgba(225,33,30,1.0);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	vertical-align: top;
	width: 100px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}

.boton_consultenos:hover {
	background-color: rgba(225,33,30,1.0);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	vertical-align: top;
	width: 100px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}

.boton_consultenos:active {
	background-color: rgba(225,33,30,1.0);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	vertical-align: top;
	width: 100px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}

@media only screen and (max-width : 1350px) {
	
	.contenedor_slider{
		width: 100%;
		max-width: 1260px;
	}
}

@media only screen and (max-width : 1260px) {
	
	.contenedor_slider{
		width: 100%;
		max-width: 1170px;
	}
}

@media only screen and (max-width : 1170px) {
	
	.contenedor_slider{
		width: 100%;
		max-width: 1080px;
	}
}

@media only screen and (max-width : 1080px) {
	
	.contenedor_slider{
		width: 100%;
		max-width: 990px;
	}
}

@media only screen and (max-width : 990px) {
	
	/*.contenedor_slider{
		width: 100%;
	}*/
	
	.contenido-slider > img{
		display: block;
		width: 60%;
    }

    .contenido-slider > div{
		display: block;
        width: 90%;
    }
	
	.contenedor_slider{
		overflow: hidden;
		align-items: center;
		width: 100%;
	}
	
	.contenido-slider{
        flex-direction: column-reverse;
        height: auto;
		width: 100%;
    }
}

@media screen and (max-width:800px){
	.contenedor_slider{
		overflow: hidden;
		align-items: center;
	}
	
	.contenido-slider{
        flex-direction: column-reverse;
        height: auto;
		width: 90%;
    }
    .contenido-slider > img{
		display: block;
		width: 90%;
    }

    .contenido-slider > div{
		display: block;
        width: 90%;
    }

}

/* FINAL SLIDESHOW */