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

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
    text-transform: uppercase;
	margin: 0;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    font-size: 3vw;
}

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

}

p{
	margin: 0;
	line-height: 1.9;
	font-size: 1rem;
	font-weight: 500;
    color: #254497;

}


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

a{
    color: #179dcd;
}

a:hover{
    text-decoration: none;
    color: #ed1c24;
}

.svg1{
    position: fixed;
    top: -140px;
    left: -150px;
    width: 45%;
    z-index: 9;
    max-width: 500px;

}
.svg2{
    position: fixed;
    bottom: -140px;
    right: -150px;
    width: 45%;
    z-index: 9;
    max-width: 500px;
}
.svg3{
    position: fixed;
    top: -140px;
    right:-150px;
    width: 45%;
    z-index: 9;
    max-width: 500px;
            transform: rotate(45deg);
}

.zoom {
  transition: transform 6s; /* Animation */
}
.zoom:hover {
  transform: scale(1.2) rotate(5deg); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

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

/* Child Text Container */
.content_img div{
    
    bottom: 30px !important;
 position: absolute;
 bottom: 0;
 right: 0;
 background: #0e2563bf;
 color: white;
 margin-bottom: 5px;
padding: 50px;
 opacity: 0;
 visibility: hidden;
 -webkit-transition:  visibility 0s, opacity 0.5s ease-out; 
 transition:  visibility 0s, opacity 0.5s ease-out;
 transition: transform 1s;
}

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

.content_img:hover div{
 visibility: visible;
 opacity: 1; 
 transform: translate(0px, 35px);
}
 .desk{
        display: block;
    }
    .mob{
        display: none;

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

.head_exp{
    top:0;
    background-color: #cf0a2c;
    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;
}


.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: scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 800px;
        margin-top: 56px;
}
.oper p{
    margin-top: 60px;
    width: 40%;
}
.oper img{
    max-width: 550px;
}
.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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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 {
    transition: all 0.5s ease-in-out;
}

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

.frase2{
    font-family: 'Raleway', 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 p{
	flex-basis: 100%;
	text-align: center;
}
footer img:hover{opacity: 0.7;}


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

@media screen and (max-width: 1024px) {
      .desk{
        display: none;
    }

    .mob{display: block;

    }
    
	.redes .nav{
		width: auto;
	}
    .oper{
    background-image: url(../img/portada.jpg);
        background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 800px;
        margin-top: 56px;
}
.oper img{
    max-width: 300px;
}

.content_img div{
 
padding: 10px;

}
}

@media (min-width: 200px) and (max-width: 768px){
  
    .title {
    padding: 100px 0;
    }
    .title h1 {
	    font-size: 2em;
	}
    h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 10vw;
}
	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}
    .oper {
        background-image: url(../img/portada.jpg);
        background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        min-height: 400px;
        margin-top: 56px;
    }
    .fixed-top {
        background-color: #000;
    }
    .s-3 h2 {
        font-size: 1.5em;
    }
    .s-3 p {
        line-height: 1.2;
    }
    .frase2 h2 {
        font-size: 1.5em;
    }
    .oper p{
    width: 100%;
}

}

@media screen and (max-width: 575px) {
	.title h1 {
	    font-size: 2rem;
	}
	.cita2 {
	    margin-left: 0;
	}
	footer {
	    padding: 15% 15px;
	}
     .svg1{
        position: fixed;
        top: -20px;
        left: -100px;
        width: 65%;
        z-index: 9;
        transform: rotate(45deg);
    }
     .svg2{
        position: fixed;
        bottom: -80px;
        right: -130px;
        width: 65%;
        z-index: 9;
    }
    .svg3{
        position: fixed;
        top: -20px;
        right: -130px;
        width: 65%;
        z-index: 9;
        transform: rotate(45deg);
    }

}

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



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