body{
	background-color: #fff;
    font-family: 'Spartan', sans-serif;
    font-size: 1.2rem;
	
	}
.back{
	background-image: url('../img/back-color.png');
	background-repeat: no-repeat;
	background-position-y: 100%;

}
.back2{
	background-image: url('../img/back-color.png');
	background-repeat: no-repeat;
	background-position-y: 0%;
	background-color: #EF98A0;

}
.col-sm-8{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
.col-sm-7{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	
}
.col-sm-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0px;
}
.col-sm-5{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.col-lg-12{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	padding-top: 30px;
}
.col-lg-10{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	padding-bottom: 40px;
	padding-top: 30px;
}
.col-lg-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 60px;
}
h1 {
	font-family: 'Spartan', sans-serif;
	font-size: 3.5rem;
	font-weight: 100;
    text-transform: uppercase;
	margin: 0;
	text-align: right;
	color: #FFFFFF;
  
}
h2 {
    font-family: 'Spartan', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    font-size: 3vw;
}

h3, h4, h5, h6 {
	font-family: 'Spartan', sans-serif;
	font-weight: 800;
    text-transform: uppercase;
	margin: 0;
}
h6{
	font-size: 17px;
    font-weight: 600;

}

p{
	font-family: 'Spartan', sans-serif;
	margin: 0;
	line-height: 1.9;
	font-weight: 300;
	color: #000000;
	text-align: justify;
	padding-bottom: 40px;
}
#logo{
	width: 100px;
	padding-bottom: 5px;
	
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
    color: #c18b1d;
}
.row-2{
    margin-right: 0 !important;
    margin-left: 0 !important;
	margin-top: -215px;
    color: #c18b1d;
}
.row-3{
    margin-right: 0 !important;
    margin-left: 0 !important;
	margin-top: 20px;
    color: #c18b1d;
}
.container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.container-2{
	max-width: 100%;
}
a{
    color: #fff;
}

a:hover{
    text-decoration: none;
        color: #fff;

  
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
}
/********************* MENÚ - BOTONERA ******************/
/* Parent Container */
.content_img{
 position: relative;
}

/* Child Text Container */
.content_img div{
    color: #fff !important;
    bottom: 30px !important;
 position: absolute;
 right: 0;
 background: #011c3aa6;
 margin-bottom: -30px;
padding-top: 50px;
padding-bottom:50px;
padding-right: 20%;
padding-left: 20%;

 opacity: 0;
 visibility: hidden;
 -webkit-transition:  visibility 0s, opacity 0.5s ease-out; 
 transition:  visibility 0s, opacity 0.5s ease-out;
}

/* Hover on Parent Container */
.content_img:hover{
 cursor: pointer;
}

.content_img:hover div{
 visibility: visible;
 opacity: 1; 
}
 .desk{
        display: block;
    }
    .mob{
        display: none;

    }
.contenedortexto{
    background-color: black;height: 100%;padding-top: 30%;
}

.head_exp{
     left: 0;
    top:0;
    background: #cf0a2c;
    padding: 1.7em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: #cf102d;
    border-right-width: 2px;
    border-bottom-style:solid;
    z-index: 99;
    -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;
}


.redes{ 
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

header { margin-top: 57px;
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {

  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
 
.it1{display: block;    margin: auto;margin-bottom: 5px;}
.it2{display: none;    margin: auto;}

.h-100 p{
        line-height: inherit;
}

.logocc img {
    max-width: 60%;
    padding-top: 3em;
}

.logocc2 img {
    max-width: 80%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}
}
/********************* / INICIO ******************/

.b1{
    background-image: url(../img/b1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 60px 0;
  
}
.b2{
    background-image: url(../img/b2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 60px 0;
  
}
.b1 h2{
    text-decoration: underline !important;
}
.b2 h2{
    text-decoration: underline !important;
}
.title {
    padding: 120px 0;
    text-align: -webkit-center;
}

.title h1{
	color: #000;
	margin-bottom: 0.5em;
    line-height: 1;
    font-size: 4vw;
}

.pie-foto{
	position: relative;
    text-align: right;
	bottom:0;
	left: 0;
	color: #666;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	padding: 0.5em 1em;
}
.pie-foto p{
	font-size: 0.8rem;
	font-weight: 200;
}

.intro1 p{
	color: #000;
	font-weight: 600;
	font-size: 1.5em;
    line-height: 1.3em;
}

.s-1{
	padding-top: 3em;
}
.s-1 h2{
	color: #242424;
    text-align: left;
    font-size: 30px;
}

.s-2{
	padding: 2em;
}
.s-2 h2{
	color: #000000;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1.3;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: none;
}
.s-2 h2 span{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.s-3{
    text-align: center;
}
.s-3 h2{
	color: #000000;
    text-align: center;
    padding: 1em 0;
    line-height: 1.3;
    font-size: 2.5em;
    font-weight: 800;
    text-transform: none;
}
.s-3 h3 {
    font-family: 'Open Sans', sans-serif;
    color: #ed1c24;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    text-transform: none;
}

.foto_horizontal{
    padding: 3em 0;
}

.foto_horizontal2{
    padding: 2em 0;
}

.foto_horizontal2 img {
}



.frase2{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 0.5;
}
.frase2 p{
	line-height: 1.5;
}

.frase2 h2{
	color: #000;
    text-transform: none;
    font-size: 2.5em;
}
.vertical-row {
    Float:left;
    margin: 1em;
    height:150px;
    width:1px; 
    background-color: #000;
   }

footer{
	background-color: #e6a4af;
}
footer p{
	flex-basis: 100%;
	text-align: right;
     font-style: italic;

}


@media screen and (min-width: 1500px) {
	
}

@media screen and (max-width: 1024px) {
	.titulo{
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-12rem
}
	h1 {
	font-family: 'Spartan', sans-serif;
	font-size: 2rem;
	font-weight: 100;
    text-transform: uppercase;
	margin: 0;
	text-align: right;
	color: #FFFFFF;
}
	h2 {
    font-family: 'Spartan', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    font-size: 2rem;
	}
	p{
	font-family: 'Spartan', sans-serif;
	margin: 0;
	line-height: 1.9;
	font-weight: 300;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	}
	.col-sm-7{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	
}
	.col-sm-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 76%;
	flex: 0 0 76%;
	max-width: 76%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
      .desk{
        display: none;
    }

    .mob{display: block;

    }
    
	.redes .nav{
		width: auto;
	}
.oper p{
    width: 100%;
}
.content_img div{
 
padding: 10px;

}
.redes{ 
  max-width: 25px !important;
  margin: auto;
}
}

@media (min-width: 200px) and (max-width: 768px){
	.titulo{
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-9rem
}
	h1 {
	font-family: 'Spartan', sans-serif;
	font-size: 1.6rem;
	font-weight: 100;
}
	h2 {
    font-family: 'Spartan', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    font-size: 2rem;
	text-align: center
	}
	p{
	font-family: 'Spartan', sans-serif;
	margin: 0;
	line-height: 1.9;
	font-weight: 300;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	}
	.col-sm-7{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 76%;
	flex: 0 0 76%;
	max-width: 76%;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
 .col-lg-11{
	padding-top: 20px;
}
	 .col-sm-1{
	flex: 0 0 1%;
	max-width: 1%;
	margin-top: -55px;
} 
	.col-sm-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 76%;
	flex: 0 0 99%;
	max-width: 99%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	}
	.container {
	max-width: 100%;
	}
	.col-lg-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 99%;
	flex: 0 0 99%;
	max-width: 99%;
	padding-top: 20px;
}
	.back{
	background-image: url('../img/back-color.png');
	background-repeat: no-repeat;
	background-position-y: 5%;

}
.back2{
	background-image: url('../img/back-color.png');
	background-repeat: no-repeat;
	background-position-y: 5%;
	background-color: #EF98A0;

}
    .title {
    padding: 100px 0;
    }
    .title h1 {
	    font-size: 2em;
	}

	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}

    .fixed-top {
    }
    .s-3 h2 {
        font-size: 1.5em;
    }
    .s-3 p {
        line-height: 1.2;
    }
    .frase2 h2 {
        font-size: 1.5em;
    }
    .oper p{
    width: 100%;
}

.it1{display: none;}
.it2{display: block;}

}

@media screen and (max-width: 575px) {
	.title h1 {
	    font-size: 2rem;
	}
	.cita2 {
	    margin-left: 0;
	}
	footer {
	    padding: 15% 15px;
	}
  
}

@media screen and (max-width: 414px) {
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 390px;
	border: 0;
}
	.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	height: 390px;
	padding: 0;
	overflow: hidden;
}
	.titulo{
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -1rem;
}
.col-sm-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
	.col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 76%;
	flex: 0 0 76%;
	max-width: 76%;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
 .col-sm-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0px;
}
	.col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
h1 {
	font-family: 'Spartan', sans-serif;
	font-size: 1.5rem;
	font-weight: 200;
    text-transform: uppercase;
	margin: 0;
	color: #EF98A0;
	text-align: center;
}
	.col-lg-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 99%;
	flex: 0 0 99%;
	max-width: 99%;
	padding-top: 20px;
	padding-bottom: 30px;
}
h2 {
    font-family: 'Spartan', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
	text-align: center;
}

h3, h4, h5, h6 {
	font-family: 'Spartan', sans-serif;
	font-weight: 800;
    text-transform: uppercase;
	margin: 0;
}
h6{
	font-size: 12px;
    font-weight: 600;

}

p{
	font-family: 'Spartan', sans-serif;
	margin: 0;
	line-height: 1.9;
	font-weight: 300;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
	.back2{
	background-image: url('../img/back-color.png');
	background-repeat: no-repeat;
	background-position-y: 65%;
	background-color: #EF98A0;

}
.row-2{
    margin-right: 0 !important;
    margin-left: 0 !important;
	margin-top: 1px;
    color: #c18b1d;
}
.col-sm-1{
	padding-top: 2px;
		
	}	
}

@media screen and (max-width: 375px) {}