@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: 60px;
	text-align: center;
}

h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:  #fdea00;
	display: inline-block;
}

h3 {
	margin-bottom: 10px;
	padding-top: 5px;
	color: #000;
	}

.title {
	/*border-bottom: #148067 8px solid;*/
	background-color: #fdea00;
	color: #000;
	padding: 35px 0;
}

h4 {
	color:#000;
    background-color: #fdea00;
    /*border-bottom: #fdea00 3px solid;*/
	line-height: 35px;
	font-size: 30px;
}
h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    color: aliceblue;
	font-weight: 600;
	font-size: 15px;
}

p{
	margin: 0;
	line-height: 1.7;
	font-size: 19px;
	padding-bottom: 10px;
}
img{
	width: 100%;
}
/*
p span{
	font-style: italic;
}*/

.colorf{
	background-color: #fff!important;
}

.op-0{
	opacity: 0;
}

/************************* MENÚ  ***********************/
.menu{
  background-color: #fff;
  overflow-y: hidden;
  border-bottom: #148067 15px solid;
}
.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: 
	40px;
}
.redes .nav-item a{
	color: #000;
	font-size: 22px;
	padding: 0 8px;
	transition: all 0.3s;
	opacity: 1
}
.redes .nav-item a:hover{
	/*color: #fdea00;*/
    color: #148067;
	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;
}


/************************ IMAGEN INICIO *********************/
.inicio {
	height: 85vh;
	max-height: 550px;
	background-image: url(../img/img_principal.jpg);
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.inicio .row{
}


/************************ MODULOS *********************/
.modulo-1{
	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;
}
.modulo{
	padding-top: 2em;
	padding-bottom: 2em;
}
.modulo a{
    color: #148067;
}
.modulo a:hover{
    color: #fdea00;
}
#modulo-10 {
	/*border-top: solid 1px #000;*/
	background: #fff;
}

#modulo-6{
	background-color: #000;
    border-bottom: #148067 15px solid;
}

/********************* BOX PERFILES ******************/
.container-box {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 90vh;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  line-height: 0;
    padding: 1.4em 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover; 
  transition: .6s;
}

.box > span {
 line-height:normal;
 font-size:20px;
 display:block;
 text-align: left;
 margin:0;
 padding:5px;
  /**height: 10vh;**/
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 50%;
  height: 50%;
}


/************************ NOTAS *********************/
.nota-foto span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;	
}
.nota-foto {
	font-size: 12px;
	color: #000;
}
.nota p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	text-align: left;
	padding-top: 0.7em;

}
.nota p span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.notaq {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    background-color: #fdea00;
    color: #000;
}

.nota_editor {
	font-family: 'Open Sans', sans-serif;
}
.notan p {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #807e7e;
}
.nota2 {
	padding: 1em;
	color: #000;
	background-color: #fdea00;
	width: 100%;
}
.nota2 p{
	font-size: 1rem;
	text-align: center;
	padding-bottom: 0.7em;
	color: #000;
}


/************************** QUOTE ************************/
.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: #148067;
}
.quote-tema{
	padding: 2rem;
	text-align: center;
}
.quote-tema h3 span{
	font-size: 50px;
	color: #148067;
}
.quote-tema h3{
	font-size: 27px;
    font-weight: 500;
	line-height: 35px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}


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

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

.arrastra h6{
	margin: 0 20px;
}

.arrastra i{
    color: #fff;    
}

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

.pleca {
	display: flex;
	width: 100%;
	padding: 20px 0;
	justify-content:center;
	background: #f5f5f5;
	position: fixed;
	top: 0;
	z-index: 9;
	border-bottom: solid 1px #000;
}    

.pleca img {
	max-width: 150px;
	height: auto;
}




/*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 {
	    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) {


	.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: 767px) {
    body {
        background-size: contain;
    }

    .inicio {
        height: 75vh;
        background-image: url(../img/img_mobile.jpg);
        background-attachment: initial;
        background-position: center;
    }
    
    .container-box {
        display: table;
        width: 100%;
        box-sizing: border-box;
    }

    #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: 200px) and (max-width: 569px) {
    .inicio {
        height: 75vh;
        background-image: url(../img/img_mobile.jpg);
        background-attachment: initial;
        background-position: center;
    }
    p{
        font-size: 17px;
    }
    .container-box {
        display: table;
        width: 50%;
        box-sizing: border-box;
    }
    .box > img {
    width: 100%;
    }
    .box > span {
         font-size:17px;
         text-align: left;
         padding: 10px;
          /**height: 10vh;**/
    }
    h1 {
        font-size: 30px;
        text-align: center;
    }
}

