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

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

h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-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: #0096D6;
}
/********************* 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:0px;background-color: #ed1c24;padding: 0.4em;left: 0px;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: #000;
}

.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/portada.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
    min-height: 750px;
}
/*.oper h1{
	text-transform: none;
    color: #000;
	margin-top: 1em;
    line-height: 1;
    font-size: 3.8em;
}*/
.title {
	background-color: #fff;
    padding: 40px 0;
    text-align: -webkit-center;
}
.title h1{
    text-transform: none;
    color: #000;
    line-height: 1;
    font-size: 4.3em;
    font-weight: 600;
}

.frase h1{
    text-transform: none;
    color: #000;
    line-height: 1;
    font-size: 3.5em;
    font-weight: 700;
    margin-top: 30px;
}

.frase h2{
  font-family: 'Gupter', serif;
    text-transform: none;
    color: #000;
    line-height: 1;
    font-size: 2em;
    font-weight: 700;
}

.location-image p {
  text-align: left;
}



.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-size: 1.3em;
    line-height: 1.5em;
}

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

.s-3{
  padding-top: 3em;
}
.s-3 h2{
  color: #7c2f94;
    text-align: right;
    font-size: 30px;
    vertical-align: middle;
}

.s-1 a{
	font-size: 14px;
}

.s-2{
	padding: 2em;
}

.s-2 h2{
	color: #000000;
    text-align: left;
    padding: 0.5em 0;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: none;
}

.s-2 h2 span{
	font-weight: 800;
	color: #0096D6;
}

.foto_horizontal{
    padding: 3em 0;
}

.foto_horizontal2 img {
    transition: all 0.5s ease-in-out;
}

.n-p {
    padding-top: 0;
}

.foto_horizontal2 img:hover {
      transform: scale(1.05,1.05)
}

/**********gallery***********/
.grid-container img {
    width: 100%;
    height: auto;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    grid-gap: 1em;
  }

   .grid-container2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1em;
    background-color: #eeeeee;
    margin-bottom: 50px;
  }
  
  /* hover styles */
  .location-listing {
    position: relative;
  }
  
  .location-image {
    line-height: 0;
    overflow: hidden;
    text-align: center;
  }

  .location-image p{
    line-height: 1.1em;
    padding-bottom: 1em;
    padding-top: 1em;
  }
  
  .location-image img {
    filter: blur(0px);
    transition: filter 0.2s ease-in;
    transform: scale(1.1);
    max-width: 50%;
    padding-top: 1em;
  }

  .location-listing:hover .location-title {
    opacity: 1;
  }
  .location-listing:hover .location-image img {
    filter: blur(2px);
  }

  

  .owl-item > div {
    cursor: pointer;
    margin: 25px 25px;
    transition: margin 0.4s ease;
  }
  .owl-item.center > div {
    cursor: auto;
    margin: 0;
  }
  .owl-item:not(.center) > div:hover {
    opacity: .75;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 210%;
}
.owl-nav{
    text-align: center !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 25px;
    font-size: 20px;
}




.frase2{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 1.3;
}

.frase2 h2{
	color: #000;
    text-transform: none;
    font-size: 2.7em;
}

.vertical-row {
    Float:left;
    margin: 1em;
    height:150px;
    width:5px; /* edit this if you want */
    background-color: #0096D6;
   }

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


@media screen and (max-width: 1024px) {
	.redes .nav{
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.title h1 {
	    font-size: 2em;
	}
	.cita2 {
	    margin-left: 25%;
	}

}

@media (min-width: 200px) and (max-width: 575px){
	.title h1 {
		font-size: 3em;
		font-weight: 600;
	}	
	.desk h1{
		display: none;
	}
	.cita2 {
	    margin-left: 0;
    }
    .foto_horizontal {
        padding: 1.5em 0;
    }
    .s-1 h2 {
        text-align: left;
        font-size: 25px;
    }
    .vertical-row 
    {
        display: none;
    }
  
}
@media (min-width: 576px) and (max-width: 2200px){

}

@media (min-width: 200px) and (max-width: 800px){
    .inc-s3{
    margin-top: -350px;
    margin-bottom: -350px;
    }

    .title h1{
    text-transform: none;
    color: #000;
    line-height: 1;
    font-size: 2em;
    font-weight: 600;
}

.frase h1{
    text-transform: none;
    color: #000;
    line-height: 1;
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 30px;
}

.frase h2{
  font-family: 'Gupter', serif;
    text-transform: none;
    color: #000;
    line-height: 1;
    font-size: 2em;
    font-weight: 700;
}

.s-3 h2{
    color: #7c2f94;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
}


   
    .oper{
    background-image: url(../img/portada.jpg);
	background-attachment: inherit;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: top;
    min-height: 300px;
    margin-top: 136px;
    }
    .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1em;
    }
}


@media screen and (max-width: 479px) {
	.s-5 h2{
	color: #000;
    font-size: 1em;
    }
    .s-5 h3{
	color: #000;
    font-size: 2em;
    }   
  
}



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