body{
	background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}


h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 3.5rem;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0;
	text-align: center;
	line-height: 1.5;
  
}
h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 2.8rem;
	line-height: 1;
}

h3, h4, h5, h6 {
	font-family: 'DM Serif Display', serif;
	font-weight: 800;
    text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
h6{
	font-size: 17px;
    font-weight: 600;

}

p{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 1.6rem;
	font-weight: 300;
	text-align: left;
	color: #000000;
}
.container{
	text-align: center;
}
#logo{
	width: 100px;
	padding-bottom: 5px;
	
}
.col-sm-7{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	margin-top: -100px;
	background-color: #ffffff;
}
.col-sm-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	margin-top: -100px;
	background-color: #ffffff;
}
.col-sm-5{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
	padding-top: 0px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.col-sm-4{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52%;
	flex: 0 0 52%;
	max-width: 52%;
	padding-bottom: 60px;
	padding-top: 60px;
}
.col-sm-3 {
	padding-top: 200px;
	padding-bottom: 200px;
}
.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-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;
 bottom: 0px;
}

/* 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: 0.7em;
    position: fixed;
    display: block;
    width: 100%;
    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;
}
.portada{
	background-image: url(../img/portada.jpg);
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    min-height: 800px;
    margin-top: 56px;
}

.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) {
  header {
    background: url('../img/portadavideo1.jpg') black no-repeat center center scroll;
  }
  header video {
    display: 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 ******************/

.oper{
    background-image: url("../img/back1.jpg");

	-webkit-background-size: cover;

	background-repeat: no-repeat;
	background-position: center;
    min-height: 800px;
}
.oper p{
    color: white;margin-top: 60px;
 
}
.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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: #000000;
}
footer p{
	flex-basis: 100%;
	text-align: right;
     font-style: italic;

}


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

@media screen and (max-width: 1024px) {
	h1{
		font-size: 2.8rem;
	}
	h2{
		font-size: 1.8rem;
	}
      .desk{
        display: none;
    }

    .mob{display: block;

    }
    
	.redes .nav{
		width: auto;
	}
    .oper{
	background-color: #ffffff;
}
.oper p{
    width: 100%;
}
.content_img div{
 
padding: 10px;

}
.redes{ 
  max-width: 25px !important;
  margin: auto;
}
	.col-sm-6{
padding-top: 60px;
}
}

@media (min-width: 200px) and (max-width: 768px){
	
	.oper{
	background-color: #ffffff;
}
	.col-sm-3{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
    padding-top: 30px;
	padding-bottom: 30px;	
	}
	.col-lg-12{
	padding-top: 10px;
	}
	.col-md-8{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;	
	}
	.col-sm-5{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;	
	}
	.col-sm-4{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	padding-top: 10px;
	}
	.col-sm-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15%
	}
	.col-sm-7{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	padding-top: 0px;
	}
	.col-md-2{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
	}
    .title {
    padding: 100px 0;
    }
    h1 {
	    font-size: 1.8rem;
	}
    h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
}

p{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 1.9;
	font-weight: 500;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
	.container-fluid{
		width: 85%;
	}
	.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) {
	.oper{
    background-color: #ffffff;
	}
	.col-lg-12{
		padding-top: 0px;
		padding-bottom: 25px;
	}
	.col-md-8{
	background-color: transparent;
	padding-top: 0px;
	margin-top: 200px;
	}
	.col-sm-3{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 40px;
    padding-bottom: 20px;
	text-align: justify;
	}
	.col-md-8{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0px;
	}
	.col-sm-5{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	}
	.col-sm-4{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 20px;
	}
	.col-sm-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-left: 1%
	}
	.col-sm-7{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 98%;
	flex: 0 0 98%;
	max-width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.col-md-2{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
	padding-top: 0px;
	}
	.col-sm-6{
	padding-bottom: 20px;	
	}
	.col-sm-4{
	padding-bottom: 20px;
	}
h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 2.1rem;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0;
  
}
h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
	text-align: center;
}

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

}

p{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 1.9;
	font-weight: 500;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
	.container-fluid{
		width: 100%;
	}
.row-2{
    margin-right: 0 !important;
    margin-left: 0 !important;
	margin-top: 1px;
    color: #c18b1d;
}
.col-sm-1{
	padding-top: 2px;
		
	}	
.col-sm-5{
	padding-top: 2px;
	}
}



@media screen and (max-width: 375px) {
	.oper{
	background-color: #ffffff;
}
	h1{
		font-size: 1.5rem;
	}
	h2{
		font-size: 1rem;
	}
	
}
