/*Portada*/


.container-all{
    background: #002846;
    margin: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    left: 0;
}

strong {
    font-weight: 400;
}

.article-container-general{
    width: 100%;
    height: 500px;
    min-height: 500px;
    position: relative;
    background-image: url(../img/esoteric.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.article-container-general:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(7 41 56 / 60%);
    position: absolute;
    top: 0;
    left: 0;
}


.article-container-cover{
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: relative;
    background-image: url(../img/img8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-container-cover:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
}

.container-info-cover{
    max-width: 800px;
    height: 500px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.container-info-cover h1{
    font-size: 60px;
    font-weight: 600;
    color: #79ccd6;
    line-height: 44px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.container-info-cover h2{
    color: #79ccd6;
    line-height: 30px;
    padding-top: 8px;
}

h2 .quince{
    font-size: 215px;
    color: white;
}

.post .quince{
    font-size: 135px;
    color: white;
    font-weight: 900;
}

h2 .minutos{
    color: white;
}

h2 .gratis{
    font-size: 90px;
    color: white;
}

p .gratis{
    font-size: 45px;
    color: white;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.post .bono {
    color: #79ccd6;
    font-weight: 900;
    font-size: 40px;
    padding: 0px 40px 0px 40px;
    border-radius: 14px;
}

.subtitulo-h1{
    padding: 0;
    margin-bottom: 20px;
    font-size: 15px;
}

.subtitulo-h2{
    font-size: 15px;
    padding: 0;
    margin: 0;
}


.container-info-cover p{
    color: #e2f6f9;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 52px;
    line-height: 20px;
}

/*Contenedor - contenido del articulo*/

.container-content{
    width: 96%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

article{
    width: 100%;
    padding: 40px;
    box-shadow: -10px 0 20px -30px black;
    border-radius: 6px;
    position: relative;
    overflow: hidden;    
    color: #dbdbdb;
}

article:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #79ccd6;
}

article h1{
    font-weight: 100;
    font-size: 36px;
    color: white;
    font-weight: 700;
}

article h2{
    font-weight: 100;
    font-size: 30px;
    color: white;
    padding-bottom: 10px;
    font-weight: 700;
    padding-top: 40px;
}

article h3{
    font-weight: 100;
    font-size: 28px;
    color: white;
    padding-top: 60px;
}

article p{
    margin-top: 20px;
    font-size: 18px;
    color: #ffd600;
    font-weight: 100;
}

article img{
    width: 100%;
}


article img {
  max-width: 100%;
}

#media{
    flex-wrap: wrap;
}

.media {
    background: linear-gradient(90deg, #002846, #004665);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 20px 0px;
}

.media a h1:hover{
	color: #79ccd6;
}

.media2 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    background-image: url(../image/fondo2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 20px 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.media2 a h1:hover{
	color: #79ccd6;
}

.media .content {
  width: 100%;
  padding: 2% 2% 0% 2%;
  color: white;
}

.media2 .content {
  width: 100%;
  padding: 2% 2% 0% 2%;
  color: white;
}

.media .content ul{
    padding-top: 10px;
    line-height: 27px;
    list-style: inside;
}

.media .image {
	width: 100%;
    	padding-left: 30px;
}

.media2 .image {
	width: 100%;
	padding-right: 30px;
}

.media .image_general {
	width: 100%;
    	padding: 30px;
}

.media button, .media2 button{
    margin-top: 15px;
    padding: 5px 30px;
    font-size: 16px;
    background: #79ccd6;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.media button:hover{
	opacity: 0.9;
}


/*Solo para el apartado de ARTICULOS*/

.container-aside-articulos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    background: linear-gradient(90deg, #004665, #002846 );
}

.container-aside-articulos aside{
  width: 260px;
  border-right: 6px;
  box-shadow: 0 0 24px -14px white;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 20px;
  background: #002846;
  color: aliceblue;
}

.container-aside-articulos aside p img{
    width: 100%;
}
.container-aside-articulos aside img{
    width: 100%;
    transform: scale(0.82);
    border-radius: 100px;
}

.container-aside-articulos aside img:active{
    transform: scale(1.0);
    transition: 2s;
    border-radius: 0px;
}

.container-aside-articulos aside h2 a{
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px;
    transform: scale(0.8);
    background: linear-gradient(90deg, #004665, #79ccd6);
    border-radius: 6px;
}

.container-aside-articulos aside h2 a:hover{
    transition: 1s;
    transform: scale(0.9);
    background: none;
}

.container-aside-articulos aside h2,
.container-aside-articulos aside p{
    padding-bottom: 0px;
    text-align: center;
    font-weight: 100;
    padding-top: 20px;
}

.container-aside-articulos .mas-info button{
display: block;
    margin: auto;
    padding: 10px 25px;
    font-size: 16px;
    background: linear-gradient(90deg, #004665, #79ccd6);
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 20px;
}

.container-aside-articulos .llamar button{
    margin: auto;
    margin-top: 10px;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 42px;
    font-size: 16px;
    background: #50c329;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.container-aside-articulos aside button:hover{
    transition: 1s;
    transform: scale(1.1);
}

aside .fa-location-arrow {
    color: #fff;
    padding-left: 4px;
    font-size: 14px;    
}


.oferta-fugaz {
    background: #c90ee8;
    position: absolute;
    width: 200px;
    font-weight: 900;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 32px;
    padding: 4px;
    margin-top: -30px;
}

/*Aside de los articulos de relacionados*/

.container-aside aside{
  width: 320px;
  border-right: 6px;
  box-shadow: 0 0 20px -20px black;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: #0e0e0e;
  color: #cbcbcb;
}

.container-aside aside img{
    width: 100%;
}

.container-aside aside h2,
.container-aside aside p{
    margin-top: 20px;
    padding: 0px 20px;
    font-weight: 100;
}

.container-aside aside button{
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 50px;
    font-size: 16px;
    background: #79ccd6;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.container-aside aside button:hover{
    opacity: 0.9;
}


hr {
  border: 0; 
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  background-position: center;
  height: 1px;
  background: linear-gradient(to right, #004665, #79ccd6, #004665);
}



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

h2 .quince{
    font-size: 150px;
}

h2 .gratis{
    font-size: 75px;
}
}

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

    .container-content{
        width: ;
        flex-direction: column;
    }

    article{
        box-shadow: 0 0 0 0;
    }

    .container-aside{
        display: flex;
        justify-content: center;
    }

    .container-aside aside{
        max-width: 300px;
        margin: 10px 10px 40px 10px;
    }


}


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

    .container-aside{
        flex-wrap: wrap;
    }

    #icon-menu{
        right: 52px;
    }

}

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

	#media {
	    padding-top: 5%;
	}

	.media {
	    flex-wrap: wrap;
    	    padding-top: 20px;
	}

	.media2 {
	    flex-wrap: wrap;
    	    padding-top: 20px;
	}

	.image {
		width: 100%;
		padding: 8px 30px 20px 0px;
	}

}

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


	.media {
	    flex-wrap: nowrap;
	}

	.media2 {
	    flex-wrap: nowrap;
	}

	.image {
		width: 140%;
	}

}

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

	#media {
	    padding-top: 10%;
	}

	.media {
	    flex-wrap: wrap;
    	    padding-top: 20px;
	}

	.media2 {
	    flex-wrap: wrap;
    	    padding-top: 20px;
	}

	.image {
		width: 100%;
		padding: 8px 30px 20px 0px;
	}

	.media2 .image {
	  padding-left: 30px;
	}
}

@media screen and (max-width: 580px){
.post .quince{
    font-size: 120px;
}

h2 .quince{
    font-size: 115px;
}

h2 .gratis{
    font-size: 60px;
}

}

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

.container-info-cover h2 {

    line-height: 24px;
}
h2 .quince{
    font-size: 85px;
}

h2 .gratis{
    font-size: 35px;
}

}
