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

h1 {
	font-family: 'Druk', serif;
	font-weight: 500;
	margin: 0;
}

h2, h3, h4, h5, h6 {
	font-family: 'Gupter', serif; 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;
}

.foot{
    border-style: solid;
    border-color: #000000;
    text-align: center;
    color: #000;
    }
    
    .foot p{
        font-size: 20px;
        text-align: center;
    }

/* a{
    margin: 0;
	line-height: 1.9;
	font-size: 20px;
    font-weight: 500;
    color: #0048fe;
}

a:hover{
    text-decoration: none;
    color: #007bfe;
} */
/********************* MENÚ - BOTONERA ******************/

.s-1 h2 {
    font-family: 'Georgia', serif !important;
    text-align: left;
    font-size: 25px;
}
.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.9em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: #ed1c24;
    border-width: 1px;
    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: #eeeeee;
}

.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;
}

/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #6666d3;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #6666d3;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #6666d3;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}

/********************* / INICIO ******************/
.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  
  

.oper{
    background-image: url(../img/Rich-Checo-LIFE1.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
    min-height: 700px;
}
/*.oper h1{
	text-transform: none;
    color: #000;
	margin-top: 1em;
    line-height: 1;
    font-size: 3.8em;
}*/
.title {
	background-color: #fff;
    padding: 30px 0;
    text-align: -webkit-center;
}
.title h1{
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    font-size: 70px;
}
.destacado{
    color: #005595;
}

.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{
    padding: 1em 0;
    font-family: 'Georgia', sans-serif;
    color: #000;
	font-size: 25px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
}
.video iframe
{
 width: 100%;
 height: 500px;
}
.intro2 p{
    padding: 0em 0;
    font-family: 'Georgia', sans-serif;
    color: #000;
	font-size: 20px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
}



li{
    color: #000;
    text-align: left;
    font-size: 20px;
    padding: 0.5em 0;
}

.s-1{
    padding: 0 0;
}

.s-1 h1 {
	font-family: 'Georgia', serif !important;
	font-weight: 500;
    font-weight: bold;
	margin: 0;
}
.s-1 a{
	
}
.s-1 p{
	text-align: left;
}
.s-12 p{
	text-align: center;
}

.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;
    max-width:80%;
}

.foto_horizontal3{
    padding: 0.5em;
}
.foto_horizontal3 img{
    padding: 0.5em 0.5em;
}

.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)
}

.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;
}

/********************* Galeria start ******************/
:root {

    font-size: 10px;
    }
    
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }
    
    body {
    min-height: 100vh;
    background-color: #fafafa;
    }
    
    .container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 3rem 2rem 2rem;
    }
    .container2 {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    background-color: #1a1a1a;
    }

    .container2 p {
      
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        max-width: 100rem;
        margin: 0 auto;
        padding: 0 2rem 2rem;
        background-color: #1a1a1a;
        }
    
    .heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3.5rem 0;
    color: #1a1a1a;
    }
    
    .heading span {
    display: block;
    }
    
    .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
    }
    
    .gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
    }
    
    .gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
    }
    
    .gallery-image:hover {
    transform: scale(1.15);
    }
    
    @supports (display: grid) {
    .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    grid-gap: 2rem;
    }
    
    .gallery,
    .gallery-item {
    margin: 0;
    }
    }
/********************* Galeria end ******************/


@media screen and (max-width: 1024px) {
	.redes .nav{
		width: auto;
    }
    .video iframe
    {
    width: 100%;
    height: 400px;
    }
}

@media screen and (max-width: 768px) {
	.title h1 {
        font-size: 50px;
	}
	.cita2 {
	    margin-left: 25%;
    }
    .video iframe
    {
    width: 100%;
    height: 300px;
    }

}

@media (min-width: 200px) and (max-width: 575px){
    .foot p{
        font-size: 14px;
        text-align: center;
    }
    .s-1 p{
        text-align: left;
        font-size: 17px;
    }
    li{
        color: #000;
        text-align: left;
        font-size: 17px;
        
    }
    .s-1 h2{
        text-align: left;
        font-size: 18px;
    }
    .intro1 p{
        
        font-size: 18px; 
    }
	.title h1 {
		font-size: 40px;
		font-weight: 600;
	}	
	.desk h1{
		display: none;
	}
	.cita2 {
	    margin-left: 0;
    }
    .foto_horizontal {
        padding: 1.5em 0;
    }
   
    .vertical-row 
    {
        display: none;
    }

    .video iframe
    {
    width: 100%;
    height: 300px;
    }
  
}
@media (min-width: 576px) and (max-width: 2200px){

}

@media (min-width: 200px) and (max-width: 800px){
    .inc-s3{
    margin-top: -350px;
    margin-bottom: -350px;
    }
    .fixed-top {
        background-color: #000;
    }
    .oper{
    background-image: url(../img/Rich-Checo-LIFE1.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;
    }   
    .video iframe
    {
    width: 100%;
    height: 250px;
    }
}



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