/*
Style.css 
Autor: David Pinazo
Ingeniería informática
Curso: 2ºC
*/


/*------------Etiquetas principales------------*/

.header {
    background-color: rgb(160, 143, 183);
    min-height: 8em;
}

.img-logo {
    border-radius: 150px;
    max-width:140px;
    max-height:140px;
}

.main {
    min-height: 70em;
}

.footer {
    background-color: rgb(160, 143, 183);
    min-height: 8em;
}


/*------------Pie de la pagina------------*/
.cont-foot{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 300px;
    padding-right: 300px;
}
.tit-foot{
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.icono-rrss{
    max-width: 60px;
    max-height: 60px;
}
.foot-cont-spn{
    text-align: center;
    font-family: 'Noto Serif', serif;
    margin-top: 10px;
    
}
.spn-foot{
    line-height: 10px;
}
.cont-legal{
    margin-left: 85px;
}
.lkn-text-foot{
    color: black;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    
}
.lkn-text-foot:hover{
    color: rgba(252, 249, 172, 0.8);
    font-weight: bold;
}

.cont-iconos{
    margin-left: 120px;
    margin-right: 80px;
    margin-top: 20px;
}


/*------------Menu de la pagina------------*/

.cont-nav {
    background-color: rgb(160, 143, 183);
}

.fila-menu {
    margin-left: 13%;
}

.menu {
    margin-left: 10%;
}

.button-margin {
    margin-left: 180%;
}

.text-menu {
    font-family: 'PT Sans', sans-serif;
    font-size: 150%;
    font-weight: bold;
    display:flex;
}

.list-menu {
    margin: 10%;
}
.icon-menu{
    height: 20px;
    width:20px;
    margin: 5px;
}



/*------------pagina contacto etiquetas principales------------*/

.main-cont {
    min-height: 40em;
}

.div-cont {
    min-height: 40em;
    background-image: url("../img/fondoCont.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.rest-cont {
    margin-top: 7%;
    padding-bottom: 7%;
}


/*------------Texto introductorio Contacto------------*/

.text-alt {
    font-family: 'Noto Serif', serif;
    text-align: center;
    font-size: 125%;
    padding: 2%;
    background-color: rgba(186, 169, 219, 0.5);
    border-radius: 5px;
}

.alt-cont {
    margin-left: 30%;
    margin-right: 35%;
    margin-top: 2%;
    background-color: rgba(186, 169, 219, 0.5);
    border-radius: 5px;
}


/*------------Titulo Contacto------------*/

.text-tit {
    font-family: 'Lora', serif;
    font-size: 330%;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
}

.tit-cont {
    margin-left: 30%;
    margin-right: 55%;
    padding-top: 7%;
    border-radius: 5px;
}


/*------------Div del informacion contacto------------*/

.inf-cont {
    background-color: rgba(186, 169, 219, 0.5);
    margin-left: 40%;
    margin-right: 20%;
    padding-left: 3%;
    min-height: 17%;
    border-radius: 5px;
    padding-top: 3.5%;
    position:initial;
    
}

.spn-cont {
    padding-left: 2%;
    font-family: 'Noto Serif', serif;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
}

.lkn-text {
    color: black;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
    font-weight: bold;
}

.lkn-text:hover {
    color: rgba(252, 249, 172, 0.8);
    font-weight: bold;
}

/*--------------MAPA----------------*/
.map{
    width:80%; 
    height:100%;
    border:rgb(160, 143, 183) solid 3px;
    margin-left: 20%;
    margin-right: 20%; 
    margin-top: 10%; 
    margin-bottom: 10%;
    text-align: center;
}


/*------------FORMULARIO------------*/

.form-cont {
    background-color: rgba(186, 169, 219, 0.5);
    margin-right: 20%;
    padding-bottom: 10%;
    border-radius: 5px;
}
.textvalida{
    color: red;
    font-family: 'Noto Serif', serif;
}


/*------------NAME FORM------------*/

.dname {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.name {
    background-color: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    padding-left: 20px;
    width: 90%;
    font-family: 'Noto Serif', serif;
}

.name:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.name:focus {
    
    background-color: rgba(255, 255, 255,0.7);
}
.nvalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}



/*------------LAST NAME FORM------------*/

.dlastname {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.lastname {
    background-color: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    padding-left: 20px;
    width: 90%;
    font-family: 'Noto Serif', serif;
}

.lastname:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.lastname:focus {
    background-color: rgba(255, 255, 255,0.7);
}

.avalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}


/*------------EMAIL FORM------------*/

.demail {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.email {
    background-color: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    padding-left: 10px;
    width: 90%;
    font-family: 'Noto Serif', serif;
}

.email:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.email:focus {
    background-color: rgba(255, 255, 255,0.7);
}
.evalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}

/*------------PHONE FORM------------*/

.dphone {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.phone {
    background-color: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    padding-left: 20px;
    width: 90%;
    font-family: 'Noto Serif', serif;
}

.phone:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.phone:focus {
    background-color: rgba(255, 255, 255,0.7);
}

.pvalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}

/*------------DATE FORM------------*/

.ddate {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.date {
    background-color: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    padding-left: 20px;
    width: 90%;
    font-family: 'Noto Serif', serif;
}

.date:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.date:focus {
    background-color: rgba(255, 255, 255,0.7);
}

.dvalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}

/*------------PLACE FORM------------*/

.dplace {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.place {
    background-color: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    padding-left: 20px;
    width: 90%;
    font-family: 'Noto Serif', serif;
}

.place:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.place:focus {
    background-color: rgba(255, 255, 255,0.7);
}

.lvalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}
/*------------SERVICE FORM------------*/

.dservice {
    margin-left: 13%;
    margin-right: 7%;
    margin-top: 10%;
    margin-bottom: 10%;
    
	position: relative;
}

.lbl-srvc {
    font-weight: bold;
    font-family: 'Noto Serif', serif;
    margin-bottom: 5%;
}

.service {
    background: rgba(252, 249, 172, 0.8);
    border: none;
    height: 3rem;
    border-radius: 3px;
    width: 90%;
    font-family: 'Noto Serif', serif;
    padding-left: 20px;
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    outline: none;
}

.service:hover {
    background-color: rgba(255, 255, 255,0.7);
    border-bottom: black solid 2px;
    border-radius: 3px;
}

.service:focus {
 
    background-color: rgba(255, 255, 255,0.7);
    border-radius: 3px;
    
}

.op-service{
    background-color: rgba(252, 249, 172, 0.8);
    border-radius: 3px;
    
    
}

.svalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}


/*------------RADIO FORM------------*/

.dradio {
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 7%;
    margin-bottom: 7%;
}

.text-radio {
    font-weight: bold;
    font-family: 'Noto Serif', serif;
}

.op-radio {
    background-color: rgba(252, 249, 172, 0.8);
    border-radius: 3px;
}


.doption{
    padding-top: 3%;
    padding-bottom: 1%;
}
.doption:hover {
    background-color: rgba(255, 255, 255,0.6);
    border-radius: 3px;
}
.lbl-radio input{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
 
.lbl-radio input{
	visibility: hidden;
	position: absolute;
	right: 0;
}
.lbl-radio {
    font-family: 'Noto Serif', serif;
    position: relative;
	margin-bottom: 7%;
	padding:5px 0 5px 60px; /* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
	display: block;
}

/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.lbl-radio input + i{
    background: #f0f0f0;
    border:2px solid rgba(0,0,0,0.2);
    position: absolute; 
    left: 0;
    top: 0;
   }
    
   /* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
   .lbl-radio input[type=radio] + i{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    left: 15px;
   }
   .lbl-radio input[type=radio] + i:before{
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	background: red;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	background: rgb(160, 143, 183);
	transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0) /* Lo reducimos a 0*/ ;
	opacity: 0; /* Lo ocultamos*/
}
.lbl-radio input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}
.lbl-radio:hover input[type=radio]:not(:checked) + i{
	background: rgba(252, 249, 172, 0.8);
}

.rvalida{
    margin-top: 5px;
    visibility: hidden;
    margin-right: 10%;
}

/*------------SUBMIT FORM------------*/

.dbutton{
    
    text-align: center;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
}

.button {
    background-color: rgba(252, 249, 172, 0.8);
    border-radius: 100px;
    box-shadow: rgba(252, 249, 172, 0.8) 0 -25px 18px -14px inset,rgba(252, 249, 172, 0.8) 0 1px 2px,rgba(252, 249, 172, 0.8) 0 2px 4px,rgba(252, 249, 172, 0.8) 0 4px 8px,rgba(252, 249, 172, 0.8) 0 8px 16px,rgba(252, 249, 172, 0.8) 0 16px 32px;
    color: rgb(160, 143, 183);
    cursor: pointer;
    display: inline-block;
    font-family: 'Noto Serif', serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 60%;
  }
  
  .button:hover {
    box-shadow: rgba(252, 249, 172, 0.8) 0 -25px 18px -14px inset,rgba(252, 249, 172, 0.8) 0 1px 2px,rgba(252, 249, 172, 0.8) 0 2px 4px,rgba(252, 249, 172, 0.8) 0 4px 8px,rgba(252, 249, 172, 0.8) 0 8px 16px,rgba(252, 249, 172, 0.8) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
  }

/*------------pagina conóceme etiquetas principales------------*/
.main-how{
    background-image: url("../img/fondoConoceme3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

/*-----------------Conoceme------------------*/

.tit{
    padding-top: 4%;
}
.cont-tit-how{
    margin-left: 40%;
    margin-right: 40%;   
    background-color:  rgba(255, 255, 255, 0.3);
    text-align: center;
}
.tit-how{
    font-family: 'Lora', serif;
}
.rest-cont-how{
    background-color:  rgba(255, 255, 255, 0.3);
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 4%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}
.sp-how{
    font-family: 'Noto Serif', serif;
    font-size: 130%;    
}
.cont{
    margin-left: 5%;
    margin-right: 5%;
}
.spanes{
    margin-top: 3%;
    margin-bottom: 3%;
}

.carhow{
    max-width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 5%;
    padding-bottom: 5%;
    image-orientation: initial;
}
.img-car-how {
    max-height: 750px;
    max-width: 1920px;
}
.img-car-how2 {
    max-height: 750px;
    max-width: 501px;
    margin-left: 20%;
    margin-right: 20%;

}
.carousel-control-prev{
    filter: invert(100%);
}
.carousel-control-next{
    filter: invert(100%);
}

/*------------------INICIO------------------*/
.inicio{
    background-image: url("../img/inicio.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion-frase{
    padding-bottom: 0%;  
}

.seccion-carrusel{
    padding-bottom: 5%;
}

.dfrase{
    padding: 5%;
    background-color:rgba(186, 169, 219, 0.7) ;

}
.p-frase{
    font-family: 'Kalam', cursive;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
}
/*...............seccion servicios...........*/

.seccion-servicios{
    padding-bottom: 5%;  
   
}
.dheaderser{
    margin-left: 35%;
    margin-right: 35%;
    text-align: center;
    margin-bottom: 8%;
    padding: 2%;
    background-color:  rgba(255, 255, 255, 0.6);

}
.headerser{
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 60px !important;
}

.fondo-serv{
   
   margin-left: 20%;
   margin-right: 20%;
   margin-bottom: 2%;
   text-align: center;

}
.fser{
    background-color:rgba(255, 254, 220, 0.8);
}
.puntos{
    font-size: 200% !important;
 
}

.fimg{
    border-radius: 100px;
    background-color:rgba(186, 169, 219, 0.7) ;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.lkn-img-serv{
    padding:15%;
}
.tit-serv{
    font-family: 'Lora', serif;
    font-weight: bold;
}
.text-serv{
    font-family: 'Noto Serif', serif;
}
.dbutserv{
    margin-top: 5%;
    margin-bottom: 5%;
}
.bserv{
    font-size: 20px;
    font-family: 'Kalam', cursive;
    font-weight: bold;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
}
.bserv:hover{
    font-family: 'Kalam', cursive;
    font-weight: bold;
    background-color: rgba(252, 249, 172, 0.8);
    padding: 2%;
    border-radius: 50px;
    border: none;
    cursor:pointer;
    overflow: hidden;
}


/*...........seccion conoceme...........*/
.seccion-conoceme{
    padding-bottom: 7%;
    padding-top: 5%;
}

.fila{
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20%;
    padding-right: 20%;
    
    
}
.fondo{
    background-color:rgba(255, 254, 220, 0.8) ;
    padding: 5%;
}
.img-conoceme{
    border-radius: 100px;
    
}
.text-conoceme{
    font-family: 'Noto Serif', serif;
    font-size: 130%;
    
}
.tit-conoceme{
    margin-top: 30%;
    font-family: 'Lora', serif;
    text-align: center;
    
    
}
.sep{
    padding-top: 10%;
    
}
.algn{
    text-align: center;
    font-size: 200%;
}
.boton{
    background-color: rgb(186, 169, 219);
    border-radius: 100px;
    box-shadow: rgba(186, 169, 219, 0.6) 0 -25px 18px -14px inset,rgba(186, 169, 219, 0.6) 0 1px 2px,rgba(186, 169, 219, 0.6) 0 2px 4px,rgba(186, 169, 219, 0.6) 0 4px 8px,rgba(186, 169, 219, 0.6) 0 8px 16px,rgba(186, 169, 219, 0.6) 0 16px 32px;
    color: rgb(253, 248, 20);
    cursor: pointer;
    display: inline-block;
    font-family: 'Noto Serif', serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 40%;
}
.boton:hover{
    box-shadow: rgba(186, 169, 219, 0.4) 0 -25px 18px -14px inset,rgba(186, 169, 219, 0.4) 0 1px 2px,rgba(186, 169, 219, 0.4) 0 2px 4px,rgba(186, 169, 219, 0.4) 0 4px 8px,rgba(186, 169, 219, 0.4) 0 8px 16px,rgba(186, 169, 219, 0.4) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}
.db{
    text-align: center;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .button-margin {
        margin-left: 50%;
    }
    .img-logo {
        border-radius: 100px;
    }
    .fila-menu {
        margin-left: 10%;
    }
    .row {
        --bs-gutter-y: -8.5rem;
    }
    .text-menu {
        font-family: 'PT Sans', sans-serif;
        font-size: 90%;
        font-weight: bold;
        line-height: 3%;
    }
    .icon-menu{
        height: 20px;
        width:20px;
        margin-top: -10px;
        
       
    }

    /*------------------INICIO--------------------*/
    /*...........seccion conoceme...........*/
    .seccion-conoceme{
        padding-bottom: 7%;
        padding-top: 5%;
    }

    .fila{
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 10%;
        padding-right: 10%;
               
    }
    .cespa{
        margin-top: 2%;
    }
   
    .fondo{
        background-color:rgba(253, 248, 20, 0.5) ;
        padding: 5%;
    }
    .img-conoceme{
        border-radius: 100px;
        
    }
    .text-conoceme{
        font-family: 'Noto Serif', serif;
        font-size: 16px;
        
    }
    .tit-conoceme{
        margin-top: 5%;
        font-family: 'Lora', serif;
        text-align: center;
        
        
    }
    .boton{
        font-size: 16px;   
    }
    /*...............seccion servicios...........*/
    @media (max-width: 367px){
        .tit-serv{
            font-family: 'Lora', serif;
            font-weight: bold;
            font-size: 18px !important;
        }
    }
    .dheaderser{
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        margin-bottom: 8%;
        padding: 2%;
        background-color:  rgba(255, 255, 255, 0.6);
    
    }
    .headerser{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 40px !important;
    }
    .seccion-servicios{
        padding-bottom: 5%;  
    
    }
    .fondo-serv{
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-bottom: 2%;
        text-align: center;
    }
    
   
    .fimg{
        border-radius: 100px;
        background-color:rgba(186, 169, 219, 0.7) ;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: 30%;
        margin-bottom: 30%;
    }
    .lkn-img-serv{
        padding:10%;
        max-width: 70%;
    }
    .tit-serv{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 20px;
    }
    .text-serv{
        font-family: 'Noto Serif', serif;
        font-size: 15px;
    }
    

    /*------------------CONOCEME------------------*/
    .cont-tit-how{
        margin-left: 10%;
        margin-right: 10%;   
        background-color:  rgba(255, 255, 255, 0.3);
        text-align: center;
    }
    .img-car-how2 {
        max-height: 750px;
        max-width: 501px;
        margin-left: 0%;
        margin-right: 0%;
    
    }
    .rest-cont-how{
        margin-left: 10%;
        margin-right: 10%;
    }
    .sp-how{
        font-family: 'Noto Serif', serif;
        font-size: 17px;    
    }
    .cont{
        margin-left: 5%;
        margin-right: 5%;
    }
    .spanes{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    

    /*--------------DIV INF CONTACTO--------------*/
    .inf-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-left: 0.3%;
        margin-right: 0.3%;
        padding-left: 3%;
        min-height: 17%;
        border-radius: 5px;
        padding-top: 1%;
        margin-bottom: 5%;
        margin-top: 5%;
        
    }
    .spn-cont {
        padding-left: 2%;
        font-family: 'Noto Serif', serif;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
    }
    /*------------------MAPA --------------------------*/
    .map{
        width:100%; 
        height:100%;
        border:rgb(160, 143, 183) solid 3px;
        margin-left: 0.5%;
        margin-right: 0.5%; 
        margin-top: 10%; 
        margin-bottom: 10%;
        text-align: center;
        
    }

    /*------------Texto introductorio Contacto------------*/

    .text-alt {
        font-family: 'Noto Serif', serif;
        text-align: center;
        font-size: 15px;
        padding: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    .alt-cont {
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 4%;
        margin-bottom: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }


    /*------------Titulo Contacto------------*/

    .text-tit {
        font-family: 'Lora', serif;
        font-size:40px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tit-cont {
        margin-left: 20%;
        margin-right: 20%;
        padding-top: 7%;
        border-radius: 5px;
    }

    /*------------FORMULARIO------------*/

    .form-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-right: 0.5%;
        padding-bottom: 10%;
        border-radius: 5px;
        margin-top: 10%;
    }
    
    .rest-cont {
        margin-top: 7%;
        padding-bottom: 7%;
    }
    .row {
        --bs-gutter-y: -1.5rem;
    }
    /*------------NAME FORM------------*/
    .dname {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
       
    }
    
    .name {
        background-color: rgba(255, 254, 220, 0.6);
        border: none; 
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }
    /*------------LAST NAME FORM------------*/

    .dlastname {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .lastname {
        background-color: rgba(255, 254, 220, 0.6);
        border: none;    
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }




    /*------------EMAIL FORM------------*/

    .demail {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .email {
        background-color: rgba(255, 254, 220, 0.6);
        border: none;      
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }



    /*------------PHONE FORM------------*/

    .dphone {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .phone {
        background-color: rgba(255, 254, 220, 0.6);
        border: none;       
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }


    /*------------DATE FORM------------*/

    .ddate {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .date {
        background-color: rgba(255, 254, 220, 0.6);
        border: none;
        height: 3rem;
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }



    /*------------PLACE FORM------------*/

    .dplace {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .place {
        background-color: rgba(255, 254, 220, 0.6);
        border: none;     
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }

    /*-------------footer-----------------*/
    .cont-foot{
        padding-top: 10%;
        padding-bottom: 10%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .tit-foot{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    .icono-rrss{
        max-width: 40px;
        max-height: 40px;
    }
    .foot-cont-spn{
        text-align: center;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        
    }
    .spn-foot{
        line-height: 10px;
    }
    .cont-legal{
        margin-left: 35%;
        margin-right: 10%;
        
    }
    .lkns{
        padding-top: 10px;
    }
    .lkn-text-foot{
        color: black;
        font-family: 'Noto Serif', serif;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        
    }
    .lkn-text-foot:hover{
        color: rgba(255, 254, 220, 0.8);
        font-weight: bold;
    }
    
    .cont-iconos{
        margin-left: 35%;
        margin-right: 30%;
        margin-top: 40px;
    }

    @media(min-width: 346px){
       /*--------------DIV INF CONTACTO--------------*/
        .inf-cont {
            background-color: rgba(186, 169, 219, 0.5);
            margin-left: 10%;
            margin-right: 10%;
            padding-left: 2%;
            min-height: 17%;
            border-radius: 5px;
            padding-top: 1%;
            margin-bottom: 5%;
            margin-top: 5%;
            
        }
        .spn-cont {
            padding-left: 2%;
            font-family: 'Noto Serif', serif;
            line-height: 30px;
            font-size: 15px;
            text-align: center;
        }
         /*------------------MAPA --------------------------*/
        .map{
            width:100%; 
            height:100%;
            border:rgb(160, 143, 183) solid 3px;
            margin-left: 0.5%;
            margin-right: 0.5%;
            margin-top: 10%; 
            margin-bottom: 10%;
            text-align: center;
        }
    }

    @media(min-width: 400px){
        
         .inf-cont {
             background-color: rgba(186, 169, 219, 0.5);
             margin-left: 15%;
             margin-right: 15%;
             padding-left: 2%;
             min-height: 17%;
             border-radius: 5px;
             padding-top: 1%;
             margin-bottom: 5%;
             margin-top: 5%;
             
         }
         .spn-cont {
             padding-left: 2%;
             font-family: 'Noto Serif', serif;
             line-height: 30px;
             font-size: 15px;
             text-align: center;
         }


    }

     @media(min-width: 400px ){
        /*--------------DIV INF CONTACTO--------------*/
         .inf-cont {
             background-color: rgba(186, 169, 219, 0.5);
             margin-left: 20%;
             margin-right: 20%;
             padding-left: 3%;
             min-height: 17%;
             border-radius: 5px;
             padding-top: 1%;
             margin-bottom: 5%;
             margin-top: 5%;
             
         }
         .spn-cont {
             padding-left: 2%;
             font-family: 'Noto Serif', serif;
             line-height: 30px;
             font-size: 15px;
             text-align: center;
         }
    }   
}


/* Small devices (landscape phones, entre 576px y 767.98px) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .button-margin {
        margin-left: 150%;
    }
    .text-menu {
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        font-weight: bold;
        line-height: 3%;
        margin-left: 150%;
    }

    .icon-menu{
        height: 20px;
        width:20px;
        margin-top: -10px;  
    }
     /*------------------INICIO--------------------*/
    /*...........seccion conoceme...........*/
    .seccion-conoceme{
        padding-bottom: 7%;
        padding-top: 5%;
    }

    .fila{
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 10%;
        padding-right: 10%;
               
    }
    .cespa{
        margin-top: 2%;
    }
   
    .fondo{
        background-color:rgba(253, 248, 20, 0.5) ;
        padding: 5%;
    }
    .img-conoceme{
        border-radius: 100px;
        
    }
    .text-conoceme{
        font-family: 'Noto Serif', serif;
        font-size: 16px;
        
    }
    .tit-conoceme{
        margin-top: 5%;
        font-family: 'Lora', serif;
        text-align: center;
        
        
    }
    .boton{
      
        padding: 7px 15px;
        font-size: 16px;
       
    }
    
    /*...............seccion servicios...........*/
    .g-5, .gx-5 {
        --bs-gutter-x: 0rem;
    }
    .dheaderser{
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
        margin-bottom: 8%;
        padding: 2%;
        background-color:  rgba(255, 255, 255, 0.6);
    
    }
    .headerser{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 45px !important;
    }
    .fondo-serv{
       
       margin-left: 0%;
       margin-right: 0%;
       margin-bottom: 2%;
       text-align: center;
    
    }
    .fimg{
        border-radius: 100px;
        background-color:rgba(186, 169, 219, 0.7) ;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .lkn-img-serv{
        padding:10%;
        max-width: 70%;
    }
    .tit-serv{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 20px;
    }
    .text-serv{
        font-family: 'Noto Serif', serif;
        font-size: 15px;
    }
  
    

   
    /*------------------CONOCEME------------------*/
    .cont-tit-how{
        margin-left: 25%;
        margin-right: 25%;   
        background-color:  rgba(255, 255, 255, 0.3);
        text-align: center;
    }
    .img-car-how2 {
        max-height: 750px;
        max-width: 501px;
        margin-left: 0%;
        margin-right: 0%;
    
    }
    .rest-cont-how{
        margin-left: 10%;
        margin-right: 10%;
    }
    .sp-how{
        font-family: 'Noto Serif', serif;
        font-size: 17px;    
    }
    .cont{
        margin-left: 5%;
        margin-right: 5%;
    }
    .spanes{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    /*--------------DIV INF CONTACTO--------------*/
    .inf-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-left: 15%;
        margin-right: 20%;
        padding-left: 4%;
        min-height: 17%;
        border-radius: 5px;
        padding-top: 1%;
        margin-bottom: 5%;
        
    }
    /*------------Texto introductorio Contacto------------*/

    .text-alt {
        font-family: 'Noto Serif', serif;
        text-align: center;
        font-size: 17px;
        padding: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    .alt-cont {
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 4%;
        margin-bottom: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }
    /*------------------------MAPA----------------*/
    .map{
        width:100%; 
        height:100%;
        border:rgb(160, 143, 183) solid 3px;
        margin-left: 0.5%;
        margin-right: 0.5%; 
        margin-top: 10%; 
        margin-bottom: 10%;
        text-align: center;
        
    }
    /*------------Titulo Contacto------------*/

    .text-tit {
        font-family: 'Lora', serif;
        font-size:50px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tit-cont {
        margin-left: 30%;
        margin-right: 30%;
        padding-top: 7%;
        border-radius: 5px;
    }

    /*------------FORMULARIO------------*/

    .form-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-right: 0.5%;
        padding-bottom: 10%;
        border-radius: 5px;
        margin-top: 10%;
    }
    
    .rest-cont {
        margin-top: 7%;
        padding-bottom: 7%;
    }
    .row {
        --bs-gutter-y: -0.5rem;
        --bs-gutter-x: -8.5rem;
    }
    /*------------NAME FORM------------*/
    .dname {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        
    }
    
    .name {
        background-color: rgba(252, 249, 172, 0.8);
        border: none; 
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }
    /*------------LAST NAME FORM------------*/

    .dlastname {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .lastname {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;    
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }




    /*------------EMAIL FORM------------*/

    .demail {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .email {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;      
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }



    /*------------PHONE FORM------------*/

    .dphone {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .phone {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;       
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }


    /*------------DATE FORM------------*/

    .ddate {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .date {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;
        height: 3rem;
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }



    /*------------PLACE FORM------------*/

    .dplace {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .place {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;     
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }


   /*-------------footer-----------------*/
   .cont-foot{
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 2%;
    }
    .tit-foot{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    .icono-rrss{
        max-width: 40px;
        max-height: 40px;
    }
    .foot-cont-spn{
        text-align: center;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        
    }
    .spn-foot{
        line-height: 10px;
    }
    .cont-legal{
        margin-left: 30%;
        margin-right: 10%;
        
    }
    .row{
        --bs-gutter-y: -0.5rem;
        --bs-gutter-x: -4.5rem;
        
    }
    .lkns{
        padding-top: 10px;
    }
    .lkn-text-foot{
        color: black;
        font-family: 'Noto Serif', serif;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        
    }
    .lkn-text-foot:hover{
        color: rgba(252, 249, 172, 0.8);
        font-weight: bold;
    }

    .cont-iconos{
        margin-left: 35%;
        margin-right: 30%;
        margin-top: 40px;
    }

    @media(min-width: 610px){
        .inf-cont {
            background-color: rgba(186, 169, 219, 0.5);
            margin-left: 20%;
            margin-right: 25%;
            padding-left: 2%;
            min-height: 17%;
            border-radius: 5px;
            padding-top: 1%;
            margin-bottom: 5%;
            
        }
    }
    @media(min-width: 710px){
        .inf-cont {
            background-color: rgba(186, 169, 219, 0.5);
            margin-left: 23%;
            margin-right: 27%;
            padding-left: 4%;
            min-height: 17%;
            border-radius: 5px;
            padding-top: 1%;
            margin-bottom: 5%;
            
        }
    }
    
}


/* Medium devices (tablets, entre 768px y 991.98px) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .menu {
        margin-left: 0%;
    }
    .list-menu {
        margin: 0.5%;
    }
    .fila-menu {
        margin-left: 0%;
    }
    .text-menu {
        font-family: 'PT Sans', sans-serif;
        font-size: 17px;
        font-weight: bold;
        line-height: 3%;
    }
    .icon-menu{
        height: 20px;
        width:20px;
        margin-top: -10px;  
    }
      /*------------------INICIO--------------------*/
    /*...........seccion conoceme...........*/
    .seccion-conoceme{
        padding-bottom: 7%;
        padding-top: 5%;
    }

    .fila{
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 5%;
        padding-right: 5%;
        background-color:rgba(253, 248, 20, 0.5) ;       
    }
    .fondo{
       background-color:transparent;
        padding: 0%;
    }
    .img-conoceme{
        border-radius: 100px;
        margin-top: 12%;
        margin-bottom: 10%;
        
    }
    .text-conoceme{
        font-family: 'Noto Serif', serif;
        font-size: 16px;
        text-align: center;
        
    }
    .tit-conoceme{
        font-family: 'Lora', serif;
        text-align: center;
        
        
    }
    .boton{
      
        background-color: rgb(186, 169, 219);
        border-radius: 100px;
        box-shadow: rgba(186, 169, 219, 0.6) 0 -25px 18px -14px inset,rgba(186, 169, 219, 0.6) 0 1px 2px,rgba(186, 169, 219, 0.6) 0 2px 4px,rgba(186, 169, 219, 0.6) 0 4px 8px,rgba(186, 169, 219, 0.6) 0 8px 16px,rgba(186, 169, 219, 0.6) 0 16px 32px;
        color: rgb(253, 248, 20);
        cursor: pointer;
        display: inline-block;
        font-family: 'Noto Serif', serif;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        font-weight: bold;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        width: 60%;
       
    }
    
    /*...............seccion servicios...........*/
    .g-5, .gx-5 {
        --bs-gutter-x: 0rem;
    }
    .dheaderser{
        margin-left: 20%;
        margin-right: 20%;
        text-align: center;
        margin-bottom: 8%;
        padding: 2%;
        background-color:  rgba(255, 255, 255, 0.6);
    
    }
    .headerser{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 50px !important;
    }
    .fondo-serv{
       
       margin-left: 0%;
       margin-right: 0%;
       margin-bottom: 2%;
       text-align: center;
    
    }
    .fimg{
        border-radius: 100px;
        background-color:rgba(186, 169, 219, 0.7) ;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .lkn-img-serv{
        padding:10%;
        
    }
    .tit-serv{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 20px;
    }
    .text-serv{
        font-family: 'Noto Serif', serif;
        font-size: 15px;
    }
  
    

    /*------------------CONOCEME------------------*/
    .cont-tit-how{
        margin-left: 25%;
        margin-right: 25%;   
        background-color:  rgba(255, 255, 255, 0.3);
        text-align: center;
    }
    .img-car-how2 {
        max-height: 750px;
        max-width: 501px;
        margin-left: 0%;
        margin-right: 0%;
    
    }
    .rest-cont-how{
        margin-left: 10%;
        margin-right: 10%;
    }
    .sp-how{
        font-family: 'Noto Serif', serif;
        font-size: 17px;    
    }
    .cont{
        margin-left: 5%;
        margin-right: 5%;
    }
    .spanes{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    /*--------------DIV INF CONTACTO--------------*/
    .inf-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-left: 28%;
        margin-right: 30%;
        padding-left: 1%;
        min-height: 17%;
        border-radius: 5px;
        padding-top: 1%;
        margin-bottom: 5%;
        
    }

    /*------------Texto introductorio Contacto------------*/

    .text-alt {
        font-family: 'Noto Serif', serif;
        text-align: center;
        font-size: 19px;
        padding: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    .alt-cont {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 4%;
        margin-bottom: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

     /*------------------------MAPA----------------*/
     .map{
        width:100%; 
        height:100%;
        border:rgb(160, 143, 183) solid 3px;
        margin-left: 0.5%;
        margin-right: 0.5%; 
        margin-top: 10%; 
        margin-bottom: 10%;
        text-align: center;
        
    }
    /*------------Titulo Contacto------------*/

    .text-tit {
        font-family: 'Lora', serif;
        font-size:50px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tit-cont {
        margin-left: 30%;
        margin-right: 30%;
        padding-top: 7%;
        border-radius: 5px;
    }
     /*------------FORMULARIO------------*/

     .form-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-right: 0.5%;
        padding-bottom: 10%;
        border-radius: 5px;
        margin-top: 10%;
    }
    
    .rest-cont {
        margin-top: 7%;
        padding-bottom: 7%;
    }
    .row {
        --bs-gutter-y: -2.5rem;
        --bs-gutter-x: -8.5rem;
    }
    /*------------NAME FORM------------*/
    .dname {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
        
    }
    
    .name {
        background-color: rgba(252, 249, 172, 0.8);
        border: none; 
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }
    /*------------LAST NAME FORM------------*/

    .dlastname {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .lastname {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;    
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }




    /*------------EMAIL FORM------------*/

    .demail {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .email {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;      
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }



    /*------------PHONE FORM------------*/

    .dphone {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .phone {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;       
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }


    /*------------DATE FORM------------*/

    .ddate {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .date {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;
        height: 3rem;
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }



    /*------------PLACE FORM------------*/

    .dplace {
        margin-left: 10%;
        margin-right: 10%;
        text-align: center;
    }

    .place {
        background-color: rgba(252, 249, 172, 0.8);
        border: none;     
        border-radius: 3px;
        padding-left: 20px;
        width: 90%;
        font-family: 'Noto Serif', serif;
    }

    /*-------------footer-----------------*/
   .cont-foot{
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 2%;
    }
    .tit-foot{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    .icono-rrss{
        max-width: 40px;
        max-height: 40px;
    }
    .foot-cont-spn{
        text-align: center;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        
    }
    .spn-foot{
        line-height: 10px;
    }
    .cont-legal{
        margin-left: 30%;
        margin-right: 10%;
        
    }
    .row{
        --bs-gutter-y: -0.5rem;
        --bs-gutter-x: -4.5rem;
        
    }
    .lkns{
        padding-top: 10px;
    }
    .lkn-text-foot{
        color: black;
        font-family: 'Noto Serif', serif;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        
    }
    .lkn-text-foot:hover{
        color: rgba(252, 249, 172, 0.8);
        font-weight: bold;
    }

    .cont-iconos{
        margin-left: 35%;
        margin-right: 30%;
        margin-top: 40px;
    }
    @media(min-width: 868px){

        .menu {
            margin-left: 5%;
        }
        .list-menu {
            margin: 1%;
        }
        .fila-menu {
            margin-left: 0%;
        }
         /*--------------DIV INF CONTACTO--------------*/
        .inf-cont {
            background-color: rgba(186, 169, 219, 0.5);
            margin-left: 30%;
            margin-right: 33%;
            padding-left: 2%;
            min-height: 17%;
            border-radius: 5px;
            padding-top: 1%;
            margin-bottom: 5%;
            
        }
    }

    
}


/* Large devices (desktops, entre 992px y 1199.98) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu {
        margin-left: 4%;
    }
    .list-menu {
        margin: 1px;
    }
    .fila-menu {
        margin-left: 0%;
    }
    .text-menu {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 3%;
    }
    .icon-menu{
        height: 20px;
        width:20px;
        margin-top: -10px;  
    }

     /*------------------INICIO--------------------*/
    /*...........seccion conoceme...........*/
    .seccion-conoceme{
        padding-bottom: 7%;
        padding-top: 5%;
    }

    .fila{
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 10%;
        padding-right: 10%;
             
    }
    .fondo{
        background-color:rgba(253, 248, 20, 0.5) ; 
        padding: 5%;
    }
    .img-conoceme{
        border-radius: 100px;
        margin-top: 12%;
        margin-bottom: 10%;
        
    }
    .text-conoceme{
        font-family: 'Noto Serif', serif;
        font-size: 17px;
        text-align: center;
        
    }
    .tit-conoceme{
        font-family: 'Lora', serif;
        text-align: center;
        font-size: 30px !important;
        
    }
    .boton{
      
        background-color: rgb(186, 169, 219);
        border-radius: 100px;
        box-shadow: rgba(186, 169, 219, 0.6) 0 -25px 18px -14px inset,rgba(186, 169, 219, 0.6) 0 1px 2px,rgba(186, 169, 219, 0.6) 0 2px 4px,rgba(186, 169, 219, 0.6) 0 4px 8px,rgba(186, 169, 219, 0.6) 0 8px 16px,rgba(186, 169, 219, 0.6) 0 16px 32px;
        color: rgb(253, 248, 20);
        cursor: pointer;
        display: inline-block;
        font-family: 'Noto Serif', serif;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        font-weight: bold;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        width: 60%;
       
    }
    
    /*...............seccion servicios...........*/
   
    .fondo-serv{
       
       margin-left: 10%;
       margin-right: 10%;
       margin-bottom: 2%;
       text-align: center;
    
    }
    .dheaderser{
        margin-left: 25%;
        margin-right: 25%;
        text-align: center;
        margin-bottom: 8%;
        padding: 2%;
        background-color:  rgba(255, 255, 255, 0.6);
    
    }
    .headerser{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 55px !important;
    }
    .fimg{
        border-radius: 100px;
        background-color:rgba(186, 169, 219, 0.7) ;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .lkn-img-serv{
        padding:10%;
        
    }
    .tit-serv{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 22px;
    }
    .text-serv{
        font-family: 'Noto Serif', serif;
        font-size: 16px;
    }

    /*------------------CONOCEME------------------*/
    .img-car-how2 {
        max-height: 750px;
        max-width: 501px;
        margin-left: 0%;
        margin-right: 0%;
        
    
    }
    .cont-tit-how{
        margin-left: 30%;
        margin-right: 30%;   
        background-color:  rgba(255, 255, 255, 0.3);
        text-align: center;
    }
    .rest-cont-how{
        margin-left: 10%;
        margin-right: 10%;
    }
    .sp-how{
        font-family: 'Noto Serif', serif;
        font-size: 18px;    
    }
    .cont{
        margin-left: 5%;
        margin-right: 5%;
    }
    .spanes{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    @media (min-width: 1068px) and (max-width: 1199.98px){
        .img-car-how2 {
            max-height: 750px;
            max-width: 501px;
            margin-left: 5%;
            margin-right: 5%;
            
        
        }
    }
    @media (min-width: 1138px) and (max-width: 1199.98px){
        .img-car-how2 {
            max-height: 750px;
            max-width: 501px;
            margin-left: 8%;
            margin-right: 10%;
            
        
        }
    }

     /*--------------DIV INF CONTACTO--------------*/
     .inf-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-left: 30%;
        margin-right: 7%;
        padding-left: 1%;
        min-height: 17%;
        border-radius: 5px;
        padding-top: 3.5%;
        position:initial;
    }

     /*------------Texto introductorio Contacto------------*/

     .text-alt {
        font-family: 'Noto Serif', serif;
        text-align: center;
        font-size: 19px;
        padding: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    .alt-cont {
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 4%;
        margin-bottom: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    /*--------------MAPA----------------*/
    .map{
        width:80%; 
        height:100%;
        border:rgb(160, 143, 183) solid 3px;
        margin-left: 20%;
        margin-right: 20%; 
        margin-top: 10%; 
        margin-bottom: 10%;
        text-align: center;
    }
    /*------------Titulo Contacto------------*/

    .text-tit {
        font-family: 'Lora', serif;
        font-size:50px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tit-cont {
        margin-left: 35%;
        margin-right: 35%;
        padding-top: 7%;
        border-radius: 5px;
    }
     /*------------FORMULARIO------------*/

     .form-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-right: 0.5%;
        padding-bottom: 10%;
        border-radius: 5px;
        margin-top: 10%;
    }
    /*-------------footer-----------------*/
   .cont-foot{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .tit-foot{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    .icono-rrss{
        max-width: 50px;
        max-height: 50px;
    }
    .foot-cont-spn{
        text-align: center;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        
    }
    .spn-foot{
        line-height: 10px;
    }
    .cont-legal{
        margin-left: 30%;
        margin-right: 10%;
        
    }
    
    .lkns{
        padding-top: 10px;
    }
    .lkn-text-foot{
        color: black;
        font-family: 'Noto Serif', serif;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        
    }
    .lkn-text-foot:hover{
        color: rgba(252, 249, 172, 0.8);
        font-weight: bold;
    }

    .cont-iconos{
        margin-left: 35%;
        margin-right: 30%;
        margin-top: 20px;
    }

    
}


/* Extra large devices (large desktops, entre 1200px y 1399.98px) */

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .list-menu {
        margin: 2%;
    }
    .fila-menu {
        margin-left: 8%;
    }
    
    .menu {
        margin-left: 10%;
    }
    .text-menu {
        font-family: 'PT Sans', sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 3%;
    }
    .icon-menu{
        height: 20px;
        width:20px;
        margin-top: -10px;  
    }

     /*------------------INICIO--------------------*/
    /*...........seccion conoceme...........*/
    .seccion-conoceme{
        padding-bottom: 7%;
        padding-top: 5%;
    }

    .fila{
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 20%;
        padding-right: 20%;
             
    }
    .fondo{
        background-color:rgba(253, 248, 20, 0.5) ; 
        padding: 5%;
    }
    .img-conoceme{
        border-radius: 100px;
        margin-top: 12%;
        margin-bottom: 10%;
        
    }
    .text-conoceme{
        font-family: 'Noto Serif', serif;
        font-size: 17px;
        text-align: center;
        
    }
    .tit-conoceme{
        font-family: 'Lora', serif;
        text-align: center;
        font-size: 30px !important;
        
    }
    .boton{
      
        background-color: rgb(186, 169, 219);
        border-radius: 100px;
        box-shadow: rgba(186, 169, 219, 0.6) 0 -25px 18px -14px inset,rgba(186, 169, 219, 0.6) 0 1px 2px,rgba(186, 169, 219, 0.6) 0 2px 4px,rgba(186, 169, 219, 0.6) 0 4px 8px,rgba(186, 169, 219, 0.6) 0 8px 16px,rgba(186, 169, 219, 0.6) 0 16px 32px;
        color: rgb(253, 248, 20);
        cursor: pointer;
        display: inline-block;
        font-family: 'Noto Serif', serif;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        font-weight: bold;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        width: 60%;
       
    }
    
    /*...............seccion servicios...........*/
   
    .fondo-serv{
       
       margin-left: 10%;
       margin-right: 10%;
       margin-bottom: 2%;
       text-align: center;
    
    }
    .fimg{
        border-radius: 100px;
        background-color:rgba(186, 169, 219, 0.7) ;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .lkn-img-serv{
        padding:10%;
        
    }
    .tit-serv{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 22px;
    }
    .text-serv{
        font-family: 'Noto Serif', serif;
        font-size: 16px;
    }
   

    /*------------------CONOCEME------------------*/
    .img-car-how2 {
        max-height: 750px;
        max-width: 501px;
        margin-left: 9%;
        margin-right: 7%;
        
    
    }
    .cont-tit-how{
        margin-left: 30%;
        margin-right: 30%;   
        background-color:  rgba(255, 255, 255, 0.3);
        text-align: center;
    }
    .rest-cont-how{
        margin-left: 10%;
        margin-right: 10%;
    }
    .sp-how{
        font-family: 'Noto Serif', serif;
        font-size: 18px;    
    }
    .cont{
        margin-left: 5%;
        margin-right: 5%;
    }
    .spanes{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    
    @media (min-width: 1300px) and (max-width: 1399.98px){
        /*------------------CONOCEME------------------*/
        .img-car-how2 {
            max-height: 750px;
            max-width: 501px;
            margin-left: 11%;
            margin-right: 11%;
            
        
        }
    }
    @media (min-width: 1350px) and (max-width: 1399.98px){
        /*------------------CONOCEME------------------*/
        .img-car-how2 {
            max-height: 750px;
            max-width: 501px;
            margin-left: 13%;
            margin-right: 13%;
            
        
        }
    }

    /*--------------DIV INF CONTACTO--------------*/
    .inf-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-left: 40%;
        margin-right: 9%;
        padding-left: 1%;
        min-height: 17%;
        border-radius: 5px;
        padding-top: 3.5%;
        position:initial;
    }
     /*------------Texto introductorio Contacto------------*/

     .text-alt {
        font-family: 'Noto Serif', serif;
        text-align: center;
        font-size: 19px;
        padding: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    .alt-cont {
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 4%;
        margin-bottom: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }


    /*------------Titulo Contacto------------*/

    .text-tit {
        font-family: 'Lora', serif;
        font-size:50px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tit-cont {
        margin-left: 40%;
        margin-right: 40%;
        padding-top: 7%;
        border-radius: 5px;
    }
    /*--------------MAPA----------------*/
    .map{
        width:80%; 
        height:100%;
        border:rgb(160, 143, 183) solid 3px;
        margin-left: 20%;
        margin-right: 20%; 
        margin-top: 10%; 
        margin-bottom: 10%;
        text-align: center;
    }

     /*------------FORMULARIO------------*/

     .cont-foot{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .tit-foot{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    .icono-rrss{
        max-width: 60px;
        max-height: 60px;
    }
    .foot-cont-spn{
        text-align: center;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        
    }
    .spn-foot{
        line-height: 10px;
    }
    .cont-legal{
        margin-left: 85px;
    }
    .lkn-text-foot{
        color: black;
        font-family: 'Noto Serif', serif;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        
    }
    .lkn-text-foot:hover{
        color: rgba(252, 249, 172, 0.8);
        font-weight: bold;
    }

    .cont-iconos{
        margin-left: 30%;
        margin-right: 20%;
        margin-top: 20px;
    }
}
    
    



/* Extra large devices (large desktops, 1400px and up) */

@media (min-width: 1400px) {
   
    
    .fila-menu {
        margin-left: 5%;
    }
    
    .menu {
        margin-left: 5%;
    }
    
    .list-menu {
        margin: 3%;
    }
    .icon-menu{
        height: 20px;
        width:20px;
        text-align:left;
    }

    /*------------------CONOCEME------------------*/
    .img-car-how2 {
        max-height: 750px;
        max-width: 501px;
        margin-left: 15%;
        margin-right: 15%;
        
    
    }
    @media (min-width: 1400px){
       /*------------------CONOCEME------------------*/
        .img-car-how2 {
            max-height: 750px;
            max-width: 501px;
            margin-left: 18%;
            margin-right: 18%;
            
        
        } 
    }

    /*--------------DIV INF CONTACTO--------------*/
    .inf-cont {
        background-color: rgba(186, 169, 219, 0.5);
        margin-left: 40%;
        margin-right: 15%;
        padding-left: 1%;
        min-height: 17%;
        border-radius: 5px;
        padding-top: 3.5%;
        position:initial;
    }

     /*------------Texto introductorio Contacto------------*/

     .text-alt {
        font-family: 'Noto Serif', serif;
        text-align: center;
        font-size: 19px;
        padding: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    .alt-cont {
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 4%;
        margin-bottom: 2%;
        background-color: rgba(186, 169, 219, 0.5);
        border-radius: 5px;
    }

    /*--------------MAPA----------------*/
    .map{
        width:80%; 
        height:100%;
        border:rgb(160, 143, 183) solid 3px;
        margin-left: 20%;
        margin-right: 20%; 
        margin-top: 10%; 
        margin-bottom: 10%;
        text-align: center;
    }
    /*------------Titulo Contacto------------*/

    .text-tit {
        font-family: 'Lora', serif;
        font-size:50px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .tit-cont {
        margin-left: 40%;
        margin-right: 40%;
        padding-top: 7%;
        border-radius: 5px;
    }
    /*------------Pie de la pagina------------*/
    .cont-foot{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .tit-foot{
        font-family: 'Lora', serif;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
    .icono-rrss{
        max-width: 60px;
        max-height: 60px;
    }
    .foot-cont-spn{
        text-align: center;
        font-family: 'Noto Serif', serif;
        margin-top: 10px;
        
    }
    .spn-foot{
        line-height: 10px;
    }
    .cont-legal{
        margin-left: 25%;
    }
    .lkn-text-foot{
        color: black;
        font-family: 'Noto Serif', serif;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
        
    }
    .lkn-text-foot:hover{
        color: rgba(252, 249, 172, 0.8);
        font-weight: bold;
    }

    .cont-iconos{
        margin-left: 30%;
        margin-right: 20%;
        margin-top: 20px;
    }
    
}



