body{
	background-color: #fff;
    font-family: 'Georgia' !important;
}

h1 {
	font-family: 'Gupter', serif;
	font-weight: 800;
    text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', serif;
	font-weight: 800;
    text-transform: uppercase;
	margin: 0;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.9;
	font-size: 20px;
	font-weight: 500;
}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-12{
    padding-left: 0;
    padding-right: 0;
}

a{
    color: #555555;
}

a:hover{
    text-decoration: none;
    color: #000;
}
.modulo{
	margin-top: 5em;
	margin-bottom: 2em;
}

/********************* MENÚ - BOTONERA ******************/

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

.head_exp{
    top:0;
    background-color: #fff;
    padding: 0.7em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: #000;
    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;
}
.head_exp:hover{
    background-color: #c2c2c2;
}

.logo img {
    max-width: 75%;
    padding-top: 3em;
    padding-bottom: 3em;
}

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

/********************* / INICIO ******************/

.title {
	background-color: #000;
    padding: 40px 0;
}

.title h1{
    /*color: #000;
    font-size: 16vw;*/
    color: #fff;
    font-size: 11vw;
    font-weight: 400;
    line-height: 1;
    margin: 1.1em 0;
}
.title h2{
    color: #555555;
    font-family: 'Gupter', serif;
    margin-bottom: 0.5em;
    line-height: 1;
    font-size: 3em;
}

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

.intro1 p{
    color: #242424;
    font-style: italic;
	font-size: 1.8em;
    line-height: 1.2em;
}

.s-1{
    padding-bottom: 1.5em;
    background-color: #fff;
}
.s-1 h2{
    font-family: 'Georgia' !important;
    color:#000;
    font-size: 2.8em;
    text-align: center;
    padding: 2em 0;
    line-height: 1;
    font-weight: 300;
}
.s-1 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 0.5em !important;
}
.s-1 h3{
    color:#999999;
    text-align: center;
    padding: 1em 0;
    font-weight: 300;
}
.s-1 p{
	color: #000;
}

.s-2{
    padding-bottom: 1.5em;
    background-color: #000;
}
.s-2 h2{
    font-family: 'Georgia' !important;
    color:#fff;
    font-size: 2.8em;
    text-align: center;
    padding: 2em 0;
    line-height: 1;
    font-weight: 300;
}
.s-2 span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 0.5em !important;
}
.s-2 h3{
    color:#999999;
    text-align: center;
    padding: 1em 0;
    font-weight: 300;
}
.s-2 p{
	color: #fff;
}

.frase{
	padding: 2.8em;
}
.frase h2 {
	font-size: 2.9em;
	text-align: center;
	font-family: 'Gupter', serif;
	text-transform: none;
	font-weight: 500;
	color: #000;
}

.frase2 h2{
    padding: 4em 0 0 0;
    font-family: 'Georgia', serif;
    text-transform: none;
    text-align: center;
    line-height: 1.3;
}

.foto-horizontal{
    overflow: hidden;
}
.foto-horizontal img{
    padding: 3em 0 0 0;
    width: 35%;
    z-index: 10;
    position: relative;
}
.foto-horizontal2{
    overflow: hidden;
}
.foto-horizontal2 img{
    padding: 3em 0 0 0;
    width: 35%;
    z-index: 10;
    position: relative;
}

.polygonback{
    background: #000;
    clip-path: polygon(100% 0%, 0% 100%, 101% 101%);
    width: 100%;
    height: 150px;
    bottom: 0;
}
.polygonback-2{
    background: #000;
    clip-path: polygon(0 -1%, 0% 100%, 101% -1%);
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
}
.polygonback-3{
    background: #000;
    clip-path: polygon(0% 0%, 0% 101%, 101% 101%);
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
}
.polygonback-4{
    background: #000;
    clip-path: polygon(0 0%, 100% 100%, 100% -1%);
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
}
.polygonback-5{
    background: #000;
    clip-path: polygon(100% 0%, 0% 100%, 101% 101%);
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
}
.polygonback-6{
    background: #000;
    clip-path: polygon(0 0%, 100% 100%, 100% -1%);
    width: 100%;
    height: 150px;
    top: 0;
}


.contenido{
    margin: auto;
    justify-content: space-between;
}
.nota p{
    font-size: 15px;
    font-weight: bold;
    color: #555555;
}

.video{
    padding: 2em 0;
}


footer{
	height: 100px !important;
	background-color: #fff;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}


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

@media screen and (max-width: 1024px) {
	.redes {
		width: auto;
	}
    .oper{
    background-image: url(../img/principal0.jpg);
	background-attachment:inherit;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
    min-height: 600px;
    }
}

@media screen and (max-width: 768px) {
	.title h1 {
	    font-size: 3.1rem;
	}
	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}

}

@media (min-width: 200px) and (max-width: 575px){
    .title h1 {
        margin: 4em 0.5em 2.5em 0.5em;
	    font-size: 2.5em;
	}
    .s-1 h2 {
        padding: 0.5em 0;
    }
    .s-1 h2{
        font-size: 1.9em;
        text-align: center;
    }
    .s-2 h2{
        font-size: 1.9em;
        text-align: center;
    }
    .foto-horizontal img {
        padding: 3em 0 0 0;
        width: 70%;
    }
    .foto-horizontal2 img {
        padding: 3em 0 0 0;
        width: 70%;
    }
}

@media (min-width: 200px) and (max-width: 800px){
    .s-1 h2 {
        padding: 0.5em 0;
    }
    .s-1 h2{
        font-size: 1.9em;
        text-align: center;
    }
    .s-2 h2{
    font-size: 1.9em;
    text-align: center;
    }
    .intro1 p {
    color: #242424;
    font-size: 1.5em;
    }
	footer {
	    padding: 30% 15px;
	} 
}

@media screen and (max-width: 479px) {
	.frase h2 {
	font-size: 1.7em;
    }
    .frase2 h2 {
	font-size: 1em;
    }
  
}



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

}