
/**Aviso cookies**/
.aviso-pagina {
	margin: 20px auto;
	max-width: 1000px;
	background: #fff;
	min-height: 80vh;
	padding: 20px;
	border-radius: 10px;
}
.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}
/** Aviso cookies **/

/** Servicios **/

.servicios{
    position: relative;
    /**background-color: rgba(0, 1, 61, 0.733);**/
    background:url(../img/mede.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size:cover;
    
    
}
.fondo2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.74);
    z-index: 1;
}

.servicios .titl{
    display: inline-block;
    white-space: nowrap;
    transform: translate(0, 100%) rotate(-90deg);
    transform-origin: 0 0;
    vertical-align: bottom;
    position:relative;
    color: rgb(255, 255, 255);
    font-weight: 1000;
    
}
.titl{
    font-size: 30px;
    width: 10px;
    height: 10px;
}
.servicios hr{
    width: 300px;
    height: 5px;
    background-color: rgb(255, 255, 255);
}
.container__cards{
    width:70%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.card{
    height: 425px;
    width: 350px;
    margin: 10px;
    padding: 20px;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
    background: rgba(250, 125, 125, 0.11);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 300ms;
}

.card:hover{
    transform: translateY(-10px);
}

.card:hover .cover__card img{
    transform: scale(1.1);
}

.cover__card{
    width: 100%;
    height: 180px;
    border-radius: 14px;
    overflow: hidden;
}

.cover__card img{
    width: 110%;
    transition: all 300ms;
}

.card h2{
    height: 45px;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.card p{
    height: 70px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
}

.card hr{
    margin-top: 20px;
    border: none;
    height: 0.2px;
    background: #41414138;
}

.footer__card{
    margin-top: 10px;
    display: flex;
    color: #fff;
    justify-content: center;
    bottom:0;
    
}

.footer__card a{
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width:1590px) {
    .container__cards{
        width: 85%;
    }
}
@media screen and (max-width:1310px) {
    .container__cards{
        width: 90%;
    }
    .card{
        height: 415px;
        width: 320px;
        margin: 10px;
        padding: 20px;
        box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
        background: rgba(250, 125, 125, 0.11);
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transition: all 300ms;
    }
}
@media screen and (max-width:1200px) {
    .container__cards{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .card p{
       font-weight: 300;
       color: #fff;
       text-align: center;
    }
}
@media screen and (max-width:420px) {
    .titl h1{
        display:none;
    }
    .servicios hr{
        width: 220px;
        
    }
    .card{
        width: 320px;
    }
    .card h2{
        font-size: 16px;
        height: 28px;
        margin-top: 15px;
    }
    .card p{
        height: 70px;
        margin-top: 15px;
        font-size: 13px;
        
        letter-spacing: 0.5px;
    }
    .card hr{
        width: 250px;
    }
    .footer__card a{
        font-size: 13px;
        font-weight: 500;
        
    }
}
@media screen and (max-width:320px) {
    .servicios hr{
        width: 200px;
       
    }
    .card{
        width: 280px;
    }
    .card hr{
        width: 200px;
    }
}
/** Servicios **/
/**Preguntas**/
.preguntas{
    margin-top: 50px;
    width: 100%;
    
}
.principal1{
    margin-top: 50px;
    margin-bottom: 70px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    
}
.secundario{
    width: 20%;
    display: grid;
    gap: 2em;
    justify-content: flex-start;
}
.secundario  img{
    width: 80px;
    height: 100px;
}
.secundario .ina2{
    width: 80px;
}
.secundario .ina3{
    width: 70px;
}

.titulo{
    top: 0;
    text-align: center;
    margin-bottom: 20px;
}
.subtitle {
    color: #0f0050;
    font-size: 2rem;
    margin-bottom: 25px;
}
.questions__paragraph{
    font-size: 18px;
    color: #000;
}
.questions__container{
    display: grid;
    gap: 2em;
   
    width: 80%;
}

.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid #5454D4;
    border-radius: 6px;
}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
    padding: 0 30px 0;
    overflow: hidden;
}

.questions__title{
    text-align: left;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
}

.questions__arrow{
    border-radius: 50%;
    background-color: var(--blue);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-right: 10px;
    transition:  transform .3s;
}

.questions__arrow--rotate{
    transform: rotate(180deg);
}

.questions__show{
    text-align: left;
    height: 0;
    transition: height .3s;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
}
.questions__show span{
    font-weight:600;
}
.questions__img{
    
    width: 100%;
    right: 0;
}
.aparec{
    display: none;
}
@media only screen and (max-width:1340px){
.principal1{max-width: 1100px;} 
}
@media only screen and (max-width:1240px){
    
    .principal1{
    padding: 20px;
    max-width: 1050px;
    }   
}
@media only screen and (max-width:950px){

    .subtitle {
        
        font-size: 1.8rem;
        
    }
    .questions__paragraph{
        font-size: 17px;
        color: #000;
    }
    .questions__title{
        
        font-size: 17px;
        
        
    }
    .questions__img{
        width: 25px;
    }
}
@media only screen and (max-width:750px){
    .principal1{
        padding: 10px;
        justify-content: space-between;
        flex-direction: column;
        
    }
    .secundario{
        display: none;
    }
    .subtitle {
        
        font-size: 1.5rem;
        
    }
    .questions__arrow{
        
        
        align-self:center;
        margin-right: 0px;
        transition:  transform .3s;
    }
    .questions__paragraph{
        font-size: 16px;
        color: #000;
    }
    .questions__title{
        
        font-size: 16px;
        padding: 40px 0 30px;
        
    }
    .questions__container{
        width: 100%;
    }
    .aparec{
        display: grid;
        justify-content: center;
    }
    .aparec  img{
        width: 100px;
        height: 100px;
    }
    .aparec .ina2{
        width: 80px;
    }
    .aparec .ina3{
        width: 80px;
    }
}
/** Preguntas **/

/** Footer **/
footer{
    width: 100%;
    
    /**background-image: url(../img/background-footer.svg);
    background-size: cover;**/
    background:url(../img/manometro.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover; 
    
}
.footer1{
    padding: 50px 0px;
    width: 100%;
    
    background: rgba(0, 0, 0, 0.74);
    z-index: 1;
    
}

.container__footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.box__footer{
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.box__footer .logo img{
    width: 180px;
}

.box__footer .terms{
    max-width: 350px;
    margin-top: 10px;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    
}
.box__footer .terms a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    background: red;
    padding: 8px;

}
.box__footer h2{
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}

.box__footer a{
    margin-top: 10px;
    color: #e5dfff;
    font-weight: 600;
}

.box__footer a:hover{
    opacity: 0.8;
}

.box__footer a .fab{
    font-size: 20px;
}

.box__copyright{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p{
    margin-top: 20px;
    color: #ffffff;
}

.box__copyright hr{
    border: none;
    height: 1px;
    background-color: #ffffff;
}
@media  screen and (max-width:950px){
    .box__footer .terms{
        
        
        font-size: 17px;
    }
    
    .box__footer h2{
        margin-bottom: 25px;
        font-size: 23px;
    }
    
    .box__footer a{
        margin-top: 9px;
        font-size: 15px;  
    }
    
    
    .box__footer a .fab{
        font-size: 18px;
    }
    
   
    
    .box__copyright p{
        margin-top: 18px;
        
    }
    
}
@media  screen and (max-width:620px){
    .box__footer{
        padding: 30px;
    }
    .box__footer .terms{
        
        max-width: 290px;
        font-size: 14px;
    }
    
    .box__footer h2{
        margin-bottom: 20px;
        font-size: 16px;
    }
    
    .box__footer a{
        margin-top: 9px;
        font-size: 14px;  
    }
    
    
    .box__footer a .fab{
        font-size: 14px;
    }
    
   
    
    .box__copyright p{
        margin-top: 14px;
        font-size: 14px;
    }
    
}
/** Footer **/