@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400i,600,700');

html, body{
    font-family: 'Montserrat', sans-serif;
	color: #000;
}
body{
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	text-transform: uppercase;
}

h1{
	font-size: 80px;
	text-align: center;
    font-weight: 400;
}
 h2 {
	color: #32c5f4;
	font-size: 35px;
    line-height: 45px;
	text-align: left;
    font-weight: 600;
}
h3 {
	margin-bottom: 10px;
	padding-top: 5px;
	color: #f86861;
}
.title {
	padding-top: 5em;
	padding-bottom: 5em;
    color: #76787a;
}

h4 {
	color:#f86861; 
	line-height: 35px;
	font-size: 25px;
}
h6 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
p{
	margin: 0;
    font-size: 19px;
	line-height: 35px;
}
img{
	width: 100%;
	height: auto;
}
/*
p span{
	font-style: italic;
}*/

.container {
    width: 1100px;
}


.op-0{
	opacity: 0;
}

/********************* MENÚ - BOTONERA ******************/
.menu{
  background-color: #fff;
  height: 40px;
  overflow-y: hidden;
}
.menu .container-fluid{
	padding: 0;
}
.menu h2{
	float: left;
	line-height: 40px;
	padding-left: 0.5em;
	text-transform: initial;
	font-weight: 700;
	font-size: 1.5rem;

}
.redes .nav{
    height: 40px;
}
.redes .nav-item{
	display: flex;
	align-items: center;
}
.redes .nav-item:first-child a{
	border-left: 1px solid #000;
	padding-left: 
	30px;
}
.redes .nav-item a{
	color: #000;
	font-size: 22px;
	padding: 0 8px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	color: white;
	font-style: none;
}
.redes .nav-link img{
	width: 130px;
}
.redes #regreso {
  list-style: none;
  padding: 0;
  margin: 0;
}
.redes #regreso a{
	padding: 17px 5px;
  background-color: white;
  display: flex;
  align-items: center;
  height: 40px;
}

.redes #regreso i{
	color: #000;
}
.redes #regreso a:hover{
	text-decoration: none;
}


/********************* I N I C I O ******************/

.inicio {
	height: 800px;
	max-height: 1000px;
	background-image: url(../img/img_principal.png);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.inicio .row .col-6 div{
	background-color: rgba(255, 255, 255, 0.5);
}
.inicio .row .align-self-start img,
.inicio2 .row .align-self-start img{
	padding-right: 10%;
	width: 60%;
}

.modulo{
	padding-top: 5em;
	padding-bottom: 5em;
}
.modulo-1 h2{
	font-size: 2.3rem;
}
.modulo-1 p{
	font-size: 1.5rem;
	padding-top: 1em;
	font-weight: 300;
}



/********************* CAROUSEL  ******************/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 1;
    width: 0!important;
    color: #f86861;
    opacity: .9;
    margin-bottom: 200px;
} 

@media (min-width: 200px) and (max-width: 575px) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    display: grid;
    position: relative;
    bottom: 0;
    left: 0;
    color: #231f20;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    padding: 1.5em;
    opacity: 1;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /**background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39)); **/ 
}

.carousel-caption h3 {
    font-size: 30px;
    font-weight: 400;
    padding: 1.5em 0;
}
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      width: 100%;    
      height: 1400px;
    } 
.item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }


/****************************** N O T A S *************************/
.nota-foto {
	font-size: 12px;
	color: #000;
}

.nota-foto span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
}

.nota p{
	font-size: 1em;
	padding-top: 1em;
}

.nota p span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.nota2 {
	padding: 0.7em;
	border: 0px solid;
	width: 100%;
}

.nota2 p{
	font-size: 1rem;
	text-align: center;
	padding-bottom: 0.7em;
	color: #000;
}
.nota2 h5{
	font-family: 'Sanchez', serif;
	text-align: center;
	font-weight: 700;
	color: #000;
	padding-top: 0.7em;
}


/****************************** Q U O T E *************************/

.quote {
	text-align: left;
	font-size: 3rem;
	padding-bottom: 1em;
}
.quote2 {
	text-align: left;
	font-size: 4rem;
}


.quote-numero{
	border-top: 10px solid #ee312f;
	border-right: 10px solid #ee312f;
	padding: 0.75rem 0.75rem;
	background-color: rgba(238,49,47,.04);
	text-align: right;
}
.quote-numero h3{
	font-size: 25px;
	line-height: 35px;
	font-family: 'Open Sans', sans-serif;
}

.quote-numero h3 span{
	font-size: 50px;
	color: #ee312f;
}
.quote-negro1{
	background-color: #000; 
	padding: 1rem 2rem;
	color:#fff;
	text-align: center;
}

.quote-negro h3 span{
	font-size: 50px;
	color: #ee312f;
}

.quote-negro h3{
	font-size: 25px;
	line-height: 35px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.fondo-texto p {
	background-color: #f2efe2;
	font-size: 13px;
	padding: 15px;
}


.fondo-texto-1 p {
	background-color: #f7e142;
	font-size: 13px;
	padding: 15px;

}

#foto-text {
    position: relative;
    width: 100%;
}

figcaption {
	position: absolute;
	top: 10%;
	background-color: rgba(0,0,0,0.7 );
	width: 100%;
	color: #fff;
	padding: 20px;
	font-family: 'Open Sans', sans-serif;	
}


figcaption p{
	text-align: center;	
	margin: auto;
}


.card-body {
	color: #000;
}


.btn-link {

	font-size: 25px;
	color: #ee312f;
}

.card-header {
    padding: .75rem .75rem;
    margin-bottom: 0;
 
    border-bottom: 2px solid rgba(0,0,0,.125);
    background-color: rgba(229,229,220,.5);
    }

.justify-content-center {
	margin: auto;
}


#modulo-6{
	background-color: rgba(251, 107, 105, 0.16);
}

/**.carousel_style{
    padding: 3em 0;
}
.arrastra {
	display: flex;
	flex-direction: row;
    color: #000;
    justify-content: center;
	padding-top: 2em;
	padding-bottom: 1em;
}

.arrastra h6{
	margin: 0 20px;
} 

.animated.infinite {
   
  box-sizing: border-box;
   
    }**/
  

/****************************** F O O T E R *************************/
footer{
    height: 120px;
	background: #32c5f4;
    padding: 30px;
    align-items: center;
}
footer p {
    text-align: center;
}


/*media queries son puntos de ruptura entre dispositivos mobile, tablet y desktop*/

/*widescreen*/
@media screen and (min-width: 1400px) {

}

/* hasta laptop */
@media screen and (max-width: 1199px) {
	.inicio2 .col-12 .porcentaje h2 {
	    font-size: 5rem;
	}
}


@media (min-width: 992px) and (max-width: 1024px) {
	.quote-numero h2 {
	    font-size: 6rem;
	}
	.quote {
	    font-size: 2rem;
	}
	.quote2 {
	    font-size: 2rem;
	}
}
/* hasta ipad horizontal */
@media screen and (max-width: 1024px) {
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
        width: 100%;    
        height: 1600px;
    } 

	.col-3.text-right.align-self-start{
		padding: 0;
	}
	.inicio .row .align-self-start img,
	.inicio2 .row .align-self-start img {
	    padding-right: 0;
	    width: 100%;
	}
	.inicio .row .align-self-end img {
	    width: 80%;
	}
	.inicio .row .align-self-center {
	    padding-top: 25%;
	}
}

/* escritorio desktop */
@media screen and (min-width: 992px) {
	.dos-bloques {
		display: flex;
	}
	.mobile {
		display: none;
	}
	.fondo-texto.col-lg-7 {
		padding: 0 10px 0 0;
	}
}



	

/* mobile */

@media screen and (max-width: 991px) {
	.col-12.col-lg-4.text-right.align-self-center{
		text-align: center !important;
	}
	.fondo-texto.col-lg-7 {
		margin-bottom: 20px;
		padding: 0;
	}
	.dos-bloques .col-lg-5 {
    padding: 0;
	}
}

/* mobile antes de ipad */
@media screen and (max-width: 768px) {

	body {
		background-size: contain;
	}

	.inicio {
	    background-image: url(../img/img_mobile.png);
        background-attachment: initial;
        background-position: initial;
	}
    
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
        width: 100%;    
        height: 2000px;
    } 

	#modulo-1 h3{
		font-size: 15px;
		font-weight: 600;
		line-height: 22px;
	}

	.notaq p{
		font-size: 15px;
	}

	#modulo-8 h3{
		font-size: 15px;
		font-weight: 600;
		line-height: 22px;
	}

	.notan p{
		font-size: 15px;
	}
	.desktop {
		display: none;
	}
}


@media (min-width: 480px) and (max-width: 767px) {


}

@media (min-width: 200px) and (max-width: 575px) {
    .inicio {
        background-image: url(../img/img_mobile.png);
        max-height: 800px;
        background-attachment: initial;
        background-position: center;
    }
    h1 {
        font-size: 55px;
        text-align: center;
    }
    h2 {
        font-size: 30px;
        text-align: left;
    }
    p {
        text-align: left;
    }
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
        width: 100%;    
        height: 2000px;
    } 
}

@media screen and (max-width: 479px) {
	.quote-numero h2 {
	    font-size: 6rem;
	}
	.quote2 {
	    text-align: left;
	    font-size: 2rem;
	}
	.inicio h1 {
	    font-size: 2rem;
	}
	.inicio h2 {
	    font-size: 1.5rem;
	}
	.inicio .row .align-self-center span{
	    font-size: 1rem;
	}
}



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

}
