* { margin: 0;
    padding: 0;
	
}

body {
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
	width: 90%;
	margin: auto;
    background: #1D1D1F;
    *background: blue;
	
}
	


/******************
MENU DEL CHINO CABRO
********************/

header a{
    text-decoration: none;
    color:black;
}

header{
    display: flex;
    min-height: 70px;
    background: #D7D1CF;
    justify-content:space-between;
    align-items: center;
    padding: 10px;
    
}

.logo{
    display: flex;
    align-items: center;
}

.logo img{
    height: 80px;
    margin-right: 10px;
}

header h2{
    font-size: 38px;
    color: aliceblue;
    font-weight: 900;
    
}

nav a{
    font-weight: 600;
    padding-right: 10px;
    
}

nav a:hover{
    color: white;
}

@media( max-width:700px){
    header{
        
        flex-direction:column;
        
    }
    
    nav a{
        margin-top: 20px;
        font-size: 40px;
        display: block;
        color: aqua;
    }
    
    nav {
        
        
        padding: 10px 0px; 
        
    }
    header{
        background: #1D1D1F;
        
        
    }
    header a{
        color: alice;
    }  
    
    nav a:hover{
    color: aliceblue;
    text-decoration: underline;
    text-shadow: 10px 0px 0 rgb(66, 45, 45);   
      
}
    header h2{
        font-size: 30px;
    }        
    }
}


/*************************
FIN DE MENU DEL CHINO CABRO
************************/





.contenedor {
    display: flex;
	align-items: center;
    color: #fff;
    min-height: 100vh;
    box-sizing: border-box;
 
}

/* --- --- CONTENEDOR PRINCIPAL --- --- */

.contenido-principal {
    color: #fff;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.contenido-principal__imagen {
	vertical-align: top;
	
	width: 50%;
	max-width: 550px;
}

.contenido-principal__contenedor {
	width: 50%;
    padding: 0 20px;
}

.contenido-principal__titulo {
	font-weight: normal;
	font-size: 28px;
}

.contenido-principal__resumen {
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: #CFCFCF;
}

/* --- --- CAROUSEL --- --- */
.carousel__contenedor {
    color: #fff;
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	top: calc(50% - 35px);
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	background: none;
	color: #fff;
	opacity: 20%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -30px;
}

.carousel__siguiente {
	right: -30px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	body {
		padding: 40px 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
    .contenido-principal__titulo {
	font-weight: 700;
	font-size: 24px;
    }
    .contenedor {
    margin-top: 30px;
 
    }
}

/****************************
** PRESENTACION************

******************************/


#presentacion{
    color: aliceblue;
    margin-top: 40px;
}

h2{
    
  text-align: center;
  font-size: 40px;    
  *margin-top: 40px;    
}

h3{
    
    margin: 30px 0px;
}
.presentasepa{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    
}

.separado{
    width: 30%;
}

.separado img{
    width: 100%
}

.separado p{
    font-size: 14px;
    line-height: 24px;
}


/****************************
** MEDIA DE PRESENTACION******

******************************/
@media screen and (max-width: 800px) {

    
#presentacion h2{
     font-size: 24px;       
    }
#presentacion img{
    border-radius: 15px;        
    }    
    
    
.presentasepa{
    flex-direction: column;
    
    }   
.separado{
    width: 100%;
    margin-bottom: 40px;
    }  
.separado h3 {
        text-align: center;
        
    }    
    
}







/****************************
** FIN PRESENTACION*********

******************************/

/****************************
** PREGUNTAS FRECUENTES******

******************************/

#pregunta .container{
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    background-color: #D7D1CF;
    padding-bottom: 40px;
    padding-top: 40px;
    
    
    
}

.cont{
    width: 50%;
    text-align: center;
    
}

.cont img{
    width: 100%;
}

.faq {
    width: 50%;
    text-align: center;
}



.faq p{
    
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 30px;
    
    
}
.faq a{
    
    
    background: grey;
    padding: 20px 40px;
    display: inline-block;
    
}

/****************************
** MEDIA DE FAQ FAQ FAQ******

******************************/
@media screen and (max-width: 800px) {
    
#pregunta .container{
    flex-direction: column;
    
    margin-top: 20px;
    padding-top: 0px;   
    
    
}
.cont{
        width: 100%;
        
    } 
.faq{
        width: 100%
    }
    
#pregunta h2{
        margin-top: 30px;
        font-size: 24px;
    }

}
/****************************
** FIN DE PREGUNTAS FRECUENTES******

******************************/


/****************************
** F O O T E R ********

******************************/

footer{
    padding: 90px 0;
   
    background-color: black;
    color: aliceblue;
}

footer .contenedor{
    display: flex;
    justify-content: space-around;
    
}

.redes i {
    margin: 0 20px;
}
    
/****************************
** MEDIA F O O T E R ********

******************************/
@media screen and (max-width: 800px) {
    
footer .contenedor{
        flex-direction: column;
     text-align: center;

    }    
    
.redes i{
    margin: 20px 10px;
    }    
}
    
    

/****************************
** FIN DE FFOOTTEERR ********

******************************/