*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    outline: 0px;
}

body{
    width: 100%;
    background-color: #f4f5ef;
}

div#contenedor-carga{
    background-color: rgb(250, 250, 250);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1000;
}

div#carga{
    border: 15px solid rgb(211, 195, 195);
    border-top-color: #ae8e30;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

@keyframes girar{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}

div.contenedor{
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

/* Cabecera */
header{
    display: flex;
    flex-direction: column;
}

img#logo{
   margin: auto;
   display: block;
}

div#tlf{
    font-size: 20px;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    margin-bottom: 20px;
}

div#horario{
    font-size: 20px;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    margin-bottom: 20px;
    margin-left: -54px;  
}

img#horario-header{
    margin-left: 12px;
}

div#correo{
    font-size: 20px;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    margin-bottom: 20px;
    margin-left: -10px;
}

span#intro{
    margin-left: 25px;
}

span#intro2{
    margin-left: 25px;
    font-weight: bold;
}

div#redes{
    font-size: 18px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;

    color: #ae8e30;
    padding: 10px;
    background-color: #D9DBDB;
}

div#redes > div {
    padding-top: 10px;
}
h1#redes{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

img#zoom:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: transform .5s;
}

/* Menú Desplegable */

div.m-dropdown{
	width: 100%;
	display: block;
}

div.e-button{
    transition: all .3s ease-in-out;
    font-size: 1.4, 2;
    padding: 20px;
    color: #fff;;
    font-weight: 900;
    position: relative;
    border: 2px solid transparent;
    display: block;
    width: 100%;
    background: #ae8e30;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

div.e-button:hover{
    color: #212F3C ;
}

ul.e-list{
    position: relative;
	width: 100%;
	padding: 10px;
	background:#d6c48c;
	text-align: center;
	overflow: hidden;
    padding-bottom: 25px;
}

ul.e-list > li{
    list-style-type: none; 
}

ul.e-list > li > a{
    transition: all .3s ease-in-out;
    padding: 20px;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #212F3D;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 18px;
}

ul.e-list > li > a:hover{
    border-radius: 20px;
    background: #ae8e30;
	color: #212F3D;
    box-shadow: 5px 10px #212F3D;
    font-size: 25px;
}

/* Imagen Responsive */

div#imagen-principal{
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ), url(../img/principal.png);
	background-repeat: no-repeat;
    background-position: center; 
    display: flex;
    flex-direction: column;
}

div#imagen-escondida{
    display:none;
}

div#imagen-principal > div{
    margin-bottom: 20px;
    margin-top: 5px;
}

div#texto1{
    font-weight: bold;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 30px;
    padding-left: 20px;
    color: white;
    padding-top: 10px;
}

div#texto2{
    margin-top: 35px;
    width: 100%;
    font-size: 21px;
    text-align: left;
    padding-left: 15px;
    color: white;
}

div#caja-enlace{
    margin-top: 35px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-left: 15px;
    font-size: 25px;
    color: white;
}

div#caja-enlace > a {
    border: 3px solid #ae8e30;
    background-color: #ae8e30;
    padding: 10px;
    height: 60px;
    margin-right: 20px;
    text-decoration: none;
    color: white;
}

a#segundo{
    margin-top: 20px;
}

div#caja-enlace > a:hover{
    background-color: #d6c48c;
    border: 3px solid #d6c48c;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.2);
    transition: transform .5s;
}

p#separador{
    padding-top: 30px;
    font-size: 40px;
    text-align: center;
}

/* Información Profesional */

div#informacion{
    width: 100%;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

div#informacion-principal{
    width: 100%;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

p#info1{
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    border: 3px solid gray;
    background-color: lightgray;
    border-radius: 20px;
    color: #212F3C;
}

p#info1:hover{
    box-shadow: 5px 5px #888888;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
}

p#info4 > b#info{
    color: #ae8e30;
    font-size: 25px;
}

p#simbolo{
    margin-bottom: 25px;
    margin-top: 25px;
}


p#info2{
    font-size: 20px;
    color: #34495E;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    
}

img#img-info{
    padding: 10px;
    border-radius: 100px;
    border: 3px solid gray;
    margin-bottom: 15px;
    margin-top: 35px;  
}

img#img-info:hover{
    transition: all 0.5s ease-out;
    transform: rotate(-360deg);
    box-shadow: 5px 5px #888888;
}

p#info3{
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: gray;
}

p#info4{
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    border: 4px solid #ae8e30;
    border-radius: 20px;
    padding: 5px;
    background-color: #f2e6b9;
}

p#info4:hover{
    border: 4px 10px #ae8e30;
    box-shadow: 5px 10px #888888;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
}

img#circular{
    border-radius: 40px;
    padding: 10px;
    border: 3px solid gray;
}

img#circular:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.2);
    transition: transform .5s;
    box-shadow: 5px 5px #888888;
}

 /* Galería y Carrousel */

div#galeria{
    width: 100%;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

div#carrousel{
    margin-top: 40px;
}


.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
  
.mySlides {
    display: none;
}
  
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
  
.numbertext {
    color: #f2f2f2;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    top: 0; 
}
  
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #717171;
}
  
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

 /* Estadística */

div#estadistica{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ae8e30;
    background-color: #f2e6b9;
    border-radius: 10px;
    
}

div#contenedor-estadistica{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

img#borde{
    width: 100px;
    height: 80px;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 10px;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;
}

img#borde:hover{
    box-shadow: 5px 5px gray;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
    transition: all 0.5s ease-out;
    transform: rotate(360deg);
}

p#letra{
    text-decoration: underline;
    text-underline-position: under;
    color: gray;
    font-family: 'Open Sans', sans-serif;
}

span.numero{
    font-size: 30px;
    color: #ae8e30;
    margin-right: 10px;
}

@keyframes aparecer {
    0%{
        opacity: 0;
        transform: translateY(100px)
    }
    100%{
        opacity: 1;
        transform: translateY(0)
    }
}

.ocultar{
    opacity: 0;
}

.animar{
    animation: aparecer 1.3s;
}

 /* Servicios */

div#servicios{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

div#servicios > div#servicios2 > a > div{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    border-radius: 20px;
    width: 100%;
}

div#servicios2 > a{
    text-decoration: none;
}

div#servicios2 > a > div:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.03);
    transition: transform .5s;
}
div#servicios2 > a > div > img:hover{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

div#servicios2 > a > div  > h2{
    color: gray;
    margin-bottom: 20px;
}

img#facial{
    width: 100%;
    height: 220px;
    border-radius: 20px;
}

img#corporal{
    width: 100%;
    border-radius: 20px;
    height: 220px;
}

/* Reseñas */

h2#opiniones{
    color: #424949;
    text-align: center;
    margin-bottom: 25px;
    border: 5px solid gray;
    border-radius: 20px;
    padding: 10px;
    margin: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background: white;
}

h2#opiniones:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.07);
    transition: transform .5s;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
section{
    overflow-x: hidden;
	height: 100%;

    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

    margin: 0;
	padding: 0;
	height: 100%;
	font-size: 13px;
	text-align: center;
	font-family: "Roboto";

	float: left;
	position: relative;
	padding: 30px 0;
	z-index: 1;
	width: 100%;
}

.listing-carousel-button{
	position: absolute;
	top: 50%;
	width: 80px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	z-index: 100;
	cursor: pointer;
	background: #ae8e30;
	box-shadow: 0 9px 26px rgba(58, 87,135,0.45);
	transition: all 200ms linear;
	outline: none;
}
.listing-carousel-button.listing-carousel-button-next{
	right: -30px;
	padding-right: 20px;
	border-radius: 60px 0 0 60px;
}
.listing-carousel-button.listing-carousel-button-prev{
	left: -30px;
	padding-left: 20px;
	border-radius: 0 60px 60px 0;
}
.listing-carousel-button.listing-carousel-button-next:hover{
	right: -15px;
	background: rgba(6,27,65,0.4);
}
.listing-carousel-button.listing-carousel-button-prev:hover{
	left: -15px;
	background: rgba(6,27,65,0.4);
}
.testi-item {
	transition: all .3s ease-in-out;
	transform: scale(0.9);
	opacity: 0.9;
}
.testimonials-text {
	padding: 75px 50px 75px;
	overflow:hidden;
	background: #f5f6fa;
	border:1ps solid #f1f1f1;
	border-radius: 10px;
	transition: all .3s ease-in-out;
}
.testimonials-text-after{
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: gray;
	opacity: .3;
	font-size: 35px;
	transition: all 400ms linear;
	bottom: 25px;
	right: 20px;
}
.testimonials-text-before{
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	color: gray;
	opacity: .3;
	font-size: 35px;
	transition: all 400ms linear;
	top: 25px;
	left: 20px;
}
.testimonials-text .listing-rating{
	float: none;
	display: inline-block;
	margin-bottom: 12px;
}
.listing-rating i{
	color: #ae8e30;
}
.testimonials-avatar h3{
	font-weight: 600;
	color: #7d93b2;
	font-size: 18px;
}
.testimonials-avatar h4{
	 font-weight:400;
	 font-size: 13px;
	 padding-top:6px;
	 color: #ae8e30;
}
.testimonials-carousel .swiper-slide{
	padding: 30px 0;
}	 
.testi-avatar{
	position: absolute;
	left: 50%;
	top: -30px;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	z-index: 20;
}
.testi-avatar img{
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 100%;
	border:6px solid #fff;
	box-shadow: 0 9px 26px rgba(58, 87,135,0.1);
}
.swiper-slide-active .testimonials-text {
	background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.testimonials-text p{
	color: #878c9f;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
}
.text-link{
	position: absolute;
	bottom:0;
	padding: 15px 0;
	border-radius: 10px 10px 0 0;
	background: #FAD7A0;
	border:1px solid #eee;
	box-shadow: 0 10px 15px rgba(0,0,0,0.03);
	left: 50%;
	width: 200px;
	margin-left: -100px;
    color: #7d93b2;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.text-link:hover{
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.03);
    transition: transform .5s;
}
.swiper-slide-active .testi-item{
	opacity: 1;
	transform: scale(1.0);
}
.tc-pagination{
	float: left;
	margin-top: -5px;
	width: 100% !important;
}
.tc-pagination_wrap {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}
.tc-pagination2{
	float: none;
	display: inline-block;
	padding: 14px 0;
	background: #fff;
	border-radius: 30px;
	min-width: 250px;
	border-bottom: 0;
}
.tc-pagination .swiper-pagination-bullet, .tc-pagination2.swiper-pagination-bullet{

	opacity: 1;
	background: #ae8e30;
	margin:0 2px;
	width: 15px;
	height: 15px;
	transition: all 300ms ease-in-out;
}

/* Pie */

footer{
    width: 100%;
    background-color: #1B2631 ;
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 25px;
    padding-top: 40px;
    margin-bottom: -20px;
}

p#pie-1{
    font-size: 30px;
}

p#pie-1:hover{
    color:#5D6D7E;
}

p#pie-2{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
}

a#info-pie{
    text-decoration: none;
    color: #ae8e30;
}

a#info-pie:hover{
    color: white;
}

a#secciones-pie{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
a#secciones-pie:hover{
    color: #ae8e30;
}

li#li-pie{
    list-style: none;
    padding-bottom: 8px;
    font-size: 20px;
}

p#pie-enlaces{
    padding-top: 10px;
    font-size: 30px; 
    padding-bottom: 25px;  
}

p#pie-enlaces:hover{
    color: #5D6D7E;
}

img#imagenes-footer{
    margin-right: 15px;
}

img#imagenes-footer:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: transform .5s;
}

p#pie-info{
    font-size: 30px;
    padding-top: 20px;
}

p#pie-info:hover{
    color: #5D6D7E;
}

div#div-pie{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

div#div-pie > div{
    font-size: 18px;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.5);
}

img#ubi-footer{
    margin-top: -10px
}

img#tlf-footer{
    margin-right: 5px;
    margin-left: 5px
}

div#copyright{
    color: white;
    text-align: center;
    background-color: #212F3C;
    padding: 30px;
}

a#copyright-link{
    text-decoration: none;
    color: #ae8e30;
    font-weight: bold;
}

 /* Contacto */

div#contacto{
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

div#formulario{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px 40px 10px 40px;
}

p#texto{
    font-size: 20px;
    color: #ae8e30;
    padding-bottom: 10px;
}

hr#contacto{
    height: 5px;   
    background-color: #5D6D7E;
}

input[id=input]{
    width: 100%;
    height: 30px;
    font-size: 18px;
    align-items: center;
    padding: 20px;
    padding-left: 50px;
    color: gray;
    font-weight: bold;
    border: 3px solid gray;
}

input[id=input]:focus{
    border: 3px solid #ae8e30;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

input[class=nombre]{
    background-image: url(../img/nombre.png);
    background-size: 20px;
    background-position: 15px;
    background-repeat: no-repeat;
}

input[class=email]{
    background-image: url(../img/logo-correo.png);
    background-size: 20px;
    background-position: 15px;
    background-repeat: no-repeat;
}

input[class=tlf]{
    background-image: url(../img/logo-tlf.png);
    background-size: 20px;
    background-position: 15px;
    background-repeat: no-repeat;
}

textarea{
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: gray;
    font-weight: bold;
    border: 3px solid gray;
}

textarea:focus{
    border: 3px solid #ae8e30;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

input[id=checkbox]{
    margin-top: 20px;
    margin-right: 10px;
    color: gray;
}

label#checkbox{
    color: #34495E;
}

a#checkbox{
    color: #ae8e30;
    text-decoration: none;
}

a#checkbox:hover{
    color: #5D6D7E;
}

input[id=enviar]{
    padding: 15px;
    font-size: 16px;
    background-color: #ae8e30;
    color: white;
    width: 49%;
    margin-top: 15px;
}

input[id=enviar]:hover{
    background-color: #1B2631;
    font-weight: bold;
}

input[id=borrar]{
    margin-top: 10px;
    padding: 15px;
    font-size: 16px;
    background-color: #ae8e30;
    color: white;
    width: 49%;
}

input[id=borrar]:hover{
    background-color: #1B2631;
    font-weight: bold;
}

main#politica{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Arvo', serif;
}

main#politica > h1{
    color: #616A6B ;
}

main#politica > div > h2{
    padding-top: 25px;
    color: #34495E ;
}

div#informacion-politica{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
}

p#politica{
    font-size: 20px;
    padding-top: 20px;
}

b:not(#politica) {
    color: #5D6D7E;
}

a#politica{
    text-decoration: none;
    color: #ae8e30;
    font-weight: bold;
}

a#politica:hover{
    color: #34495E;
}

b#politica{
    color: #ae8e30;
}

b#numero{
    color: #34495E;
}

hr#politica{
    margin-top: 10px;
    height: 5px;   
    background-color: #34495E;
    width: 100%;
}

/*Servicios*/

div#contorno{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

div#contorno2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img#cara{
    margin-top: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
}

img#cara:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
}

h2#servicios-faciales{
    color: #34495E;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

div#contorno2 > div#muestra> h2:not(h2#servicios-faciales) {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ae8e30;
    text-align: center;
}

div#contorno2 > div#muestra > span{
    text-align: center;
    color: gray;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

div#muestra{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#muestra > a  {
    margin-top:20px;
    text-align: center;
    color: #ae8e30;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

div#muestra > a:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.10);
    transition: transform .5s;
}

hr#servicios{
    height: 10px;
    width: 50%;
    margin-bottom: 40px;
    background-color: #ae8e30;
}


hr#servicios2{
    height: 10px;
    width: 50%;
    margin-bottom: 40px;
    background-color: #34495E;
}

div#secciones-faciales{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

p#texto-encima{
    color: #34495E;
    font-weight: bold;
    font-size: 22px;
    padding-top: 15px;
}

div#secciones-faciales:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
}

img#secciones-faciales{
    width: 260px;
    height: 260px;
    border-radius: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

img#secciones-faciales:hover{
    box-shadow: #ae8e30 0px 2px 4px 0px, #ae8e30 0px 2px 16px 0px;
    border-radius: 20px;
}

img#cuerpo{
    margin-top: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
}

img#cuerpo:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
}

a#secciones{
    text-decoration: none;
}

div#secciones-corporales{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
}

p#servicios-corporales{
    color: #34495E;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 20px;
}

div#secciones-corporales:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
}

img#secciones-corporales{
    width: 260px;
    height: 260px;
    border-radius: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

img#secciones-corporales:hover{
    box-shadow: #ae8e30 0px 2px 4px 0px, #ae8e30 0px 2px 16px 0px;
    border-radius: 20px;
}

div#imagen-servicios{
    background-image: url(../img/labios-oscurecida.png);
    height: 375px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}

div#imagen-servicios{
    filter: brightness(100%);
}

div#imagen-servicios > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#titulo{
    position: absolute;
    font-weight: bold;
    text-align: center;
    top: 20px;
    width: 100%;
    font-size: 30px;
    color: white;
   
}

div#info-tratamiento{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 100%;
    font-size: 25px;
}

div#info-tratamiento > a{
    text-decoration: none;
    color: white;
}

div#info-tratamiento > a > p {
    border: 3px solid white;
    width: 250px;
    padding: 10px;
   
}

div#info-tratamiento > a > p:hover {
   background-color: white;
   -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.05);
    transition: transform .5s;
    color: gray;
    font-weight: bold;
    box-shadow: 10px 10px gray;
}

div#imagen-billete{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    top: 140px;
    width: 100%;
    font-size: 25px;
}

div#imagen-billete > p{
    color: white;
    font-weight: bold;
}

div#imagen-billete > p#precio{
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

div#imagen-billete > p > span#precio{
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
}


div#tratamiento{
    display: flex;
    flex-direction: column;
}

div#informacion-tratamiento1 > div > h2{
    padding-top: 25px;
    color: #ae8e30;
    font-size: 28px;
}

div#informacion-tratamiento1{
    padding-left: 15px;
    padding-right: 15px;
}

div#informacion-tratamiento1 > div > p{
    padding-top: 20px;
    color: #34495E;
    font-size: 20px;
}

div#informacion-tratamiento2{
    color: white;
    width: 100%;
    background-color: #ae8e30;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#informacion-tratamiento2 > div {
    text-align: center;
    margin-top: 25px;
}

div#informacion-tratamiento2 > div > h2 {
    padding-top: 10px;
    padding-left: 5px;
}

div#informacion-tratamiento2 > div > p {
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

div#informacion-tratamiento2 > div > img {
    padding-top: 10px;
}

div#informacion-tratamiento3{
    color: black;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}

div#informacion-tratamiento3 > div{
    width: 100%;
}

div#informacion-tratamiento3 > div > h1{
    padding-top: 30px;
    font-size: 25px;
    color: #ae8e30;
    border-bottom: 3px solid #ae8e30;
    padding-bottom: 20px;
}

div#informacion-tratamiento3 > div > ul{
    padding-top: 30px;
    font-size: 20px;
    color: #34495E;
    list-style-type: none;
}

div#informacion-tratamiento3 > div> ul > li{
   display: flex;
   flex-direction: row;
   padding-bottom: 15px;
}

div#informacion-tratamiento3 > div:first-child  > ul > li > div> img{
    width: 40px;
    margin-right: 20px;
}

div#informacion-tratamiento3 > div:last-child > ul > li > div > img{
    width: 40px;
    margin-right: 20px;
}
 

div#informacion-tratamiento3 > div > ul > li > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

div#informacion-tratamiento2:last-child > div > img{
    width: 100px;
}

div#informacion-tratamiento2:last-child > div > h2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

div#informacion-tratamiento2:last-child > div > p{
    font-size: 23px;
}

div#seccion-contacto{
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#seccion-contacto > h2{
    color: #2E4053;
    padding-top: 20px;
    padding-bottom: 15px;
}

div#seccion-contacto > hr{
    background-color: #ae8e30;
    height: 10px;
    width: 150px;
    margin-bottom: 25px;
}

div#seccion-contacto > div{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

div#formulario2{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}

div#formulario2 > form > p{
    font-weight: bold
}

div#formulario2 > form > label#checkbox{
    font-weight: bold
}

/* Vista Tablet */

@media screen and (min-width: 768px) {

    img#logo{
        height: 200px;
        margin-bottom: -20px;
        padding-left: 25px
    }

    div#vista{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px;
    }
    
    div#tlf{
        font-size: 18px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
    }
    
    div#horario{
        font-size: 18px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -44px;  
    }
    
    div#correo{       
        font-size: 18px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -51px;  
    }
    
    div#redes{
        font-size: 22px;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    
        color: #ae8e30;
        padding: 10px;
        background-color: #D9DBDB;
    }

    h1#redes{
        text-align: center;
        font-size: 23px;
        font-weight: 300;
    }

    img#flecha{
        height: 40px;
    }

    img#zoom{
        height: 40px;
    }

    ul.e-list{
        position: relative; 
        display:flex; 
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding: 10px;
        background:#d6c48c;
        text-align: center;
        overflow: hidden;
        padding-bottom: 25px;
    }
    
    ul.e-list > li{
        list-style-type: none; 
    }
    
    ul.e-list > li > a{
        transition: all .3s ease-in-out;
        padding: 20px;
        float: left;
        width: 100%;
        text-decoration: none;
        color: #212F3D;
        font-weight: bold;
        box-sizing: border-box;
        font-size: 18px;
        display: inline;
        font-size: 20px;
    }
    
    ul.e-list > li > a:hover{
        border-radius: 20px;
        background: #ae8e30;
        color: #212F3D;
        box-shadow: 5px 10px #212F3D;
        font-size: 30px;
    }

    div#imagen-principal{
        height: 480px;
        width: 100%;
    }

    div#imagen-principal{
        background-image: linear-gradient(
          rgba(0, 0, 0, 0.7), 
          rgba(0, 0, 0, 0.7)
        ), url(../img/principal.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: flex;
        flex-direction: column;
    }

    div#texto1{
        font-weight: bold;
        text-decoration: underline;
        text-underline-position: under;
        font-size: 35px;
        margin-left: 20px;
        padding-top: 30px;
        color: white;
    }
    
    div#texto2{
        width: 100%;
        padding-top: 15px;
        font-size: 30px;
        text-align: left;
        margin-left: 20px;
        color: white;
    }
    
    div#caja-enlace{
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-left: 40px;
        font-size: 30px;
        color: white;
        padding-top: 10px;
    }

    div#caja-enlace > a {
        border: 3px solid #ae8e30;
        background-color: #ae8e30;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: 80px;
        width: 180px;
        margin-right: 30px;
        text-decoration: none;
        color: white;
    }

    p#info2{
        font-size: 23px;
    }

    p#info3{
        font-size: 23px;
    }

    p#info4{
            margin: 20px;
    }

    p#info4:hover{
            -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.03);
            transition: transform .5s;
        }

    p#info1{
        margin-left: 40px;
        margin-right: 40px;
    }

    p#info4:hover{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.03);
        transition: transform .5s;
    }

    div#informacion-principal{
        width: 100%;
        margin-top: 10px;
        text-align: center;
        padding: 20px;
        font-weight: bold;
    }

    div#informacion{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;

    }

    div#estadistica{
        margin:auto;
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 750px;
        font-size: 20px;
        font-weight: bold;
        border: 2px solid #ae8e30;
        background-color: #f2e6b9;
        border-radius: 10px;
    }
    
    div#contenedor-estadistica{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-right: 20px;
    }

    div#servicios2{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    img#facial{
        width: 300px;
        height: 220px;
        border-radius: 20px;
    }
    
    img#corporal{
        width: 300px;
        border-radius: 20px;
        height: 220px;
    }

    p.tablet{
        margin-left: 14px;
    }

    img#imagen-principal{
        height: 550px;
        width: 100%;
    }
    
    div.e-button{
        transition: all .3s ease-in-out;
        font-size: 25px;
        padding: 20px;
        color: #fff;;
        font-weight: 900;
        position: relative;
        border: 2px solid transparent;
        display: block;
        width: 100%;
        background: #ae8e30;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    h2#opiniones{
        margin: 20px;
    }

    h2#opiniones:hover{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.03);
        transition: transform .5s;
    }

    input[id=enviar]{
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 50%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49.31%;
    }

    div#informacion-politica{
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 10px;
    }

    footer{
        padding: 50px;
    }
    p#pie-1{
        font-size: 35px;
    }
    
    p#pie-2{
        font-size: 25px;
        color: rgba(255, 255, 255, 0.5);
        padding-bottom: 20px;
    }

    ul > li#li-pie{
        font-size: 25px;
    }

    p#pie-enlaces{
        font-size: 35px;
    }

    img#imagenes-footer{
        width: 50px;
    }

    p#pie-info{
        font-size: 35px;
    }

    div#div-pie > div{
        font-size: 25px;
    }

    img.img-footer{
        width: 40px;
    }

    img#tlf-footer{
        width: 30px;
    }

    img#reloj-footer{
        width: 33px;
        margin-left: 5px;
        margin-right: 4px;
    }

    div#copyright{
        font-size: 21px;
    }

    img#cara{
        width: 600px;
    }
    
    img#cuerpo{
        width: 600px;
    }

    div#contorno > span {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    div#vistas-laptop{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    hr#servicios{
        width: 90%;
    }

    hr#servicios2{
        width: 90%;
    }

    h2#servicios-faciales{
        font-size: 28px;
    }

    p#servicios-corporales{
        font-size: 28px;
    }

    div#vistas-laptop > a{
        margin-right: 25px;
        margin-left: 25px;
    }

    div#imagen-servicios{
        background-image: url(../img/labios-oscurecida.png);
        height: 530px;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-bottom-left-radius: 40%;
        border-bottom-right-radius: 40%;
    }
    
    div#titulo{
        position: absolute;
        font-weight: bold;
        text-align: center;
        top: 20px;
        width: 100%;
        font-size: 45px;
        color: white;
    }
    
    div#info-tratamiento{
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: absolute;
        text-align: center;
        top: 120px;
        font-size: 30px;
    }

    div#info-tratamiento > a > p {
        width: 300px;
    }

    div#imagen-billete{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        text-align: center;
        top: 220px;
        width: 100%;
        font-size: 35px;
        padding-left: 15px;
    }
    
    div#imagen-billete > p{
        color: white;
        font-weight: bold;
    }

    div#imagen-billete > img{
        width: 120px;
    }
    
    div#informacion-tratamiento1 > div > h2{
        padding-top: 45px;
        color: #ae8e30;
        font-size: 30px;
    }

    div#informacion-tratamiento1{
        padding-left: 45px;
        padding-right: 45px;
        text-align: center;
    }

    div#informacion-tratamiento1 > div > p{
        padding-top: 20px;
        color: #34495E;
        font-size: 23px;
    }

    div#imagen-billete > p{
        font-size: 50px;
    }

    div#imagen-billete > p:last-child{
        font-size: 40px;
    }

    div#imagen-billete > p > span#precio{
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div#informacion-tratamiento2{
        color: white;
        width: 100%;
        background-color: #ae8e30;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div#informacion-tratamiento2 > div {
        text-align: center;
        margin-top: 25px;
    }

    div#informacion-tratamiento2 > div > h2 {
        padding-top: 10px;
        padding-left: 5px;
        font-size: 30px;
    }

    div#informacion-tratamiento2 > div > p {
        padding-top: 20px;
        font-size: 25px;
        padding-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    div#informacion-tratamiento2 > div:first-child > img {
        padding-top: 10px;
        width: 90px;
    }

    div#informacion-tratamiento2 > div:last-child  > img {
        padding-top: 10px;
        width: 230px;
    }

    div#informacion-tratamiento2:last-child  > div > img {
        width: 130px;
    }

    div#informacion-tratamiento3{
        color: black;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        display: flex;
        flex-direction: column;
    }

    div#informacion-tratamiento3 > div{
        width: 100%;
    }

    div#informacion-tratamiento3 > div > h1{
        padding-top: 30px;
        font-size: 35px;
        color: #ae8e30;
        border-bottom: 3px solid #ae8e30;
        padding-bottom: 20px;
    }

    div#informacion-tratamiento3 > div > ul{
        padding-top: 30px;
        font-size: 25px;
        color: #34495E;
        list-style-type: none;
    }

    div#informacion-tratamiento3 > div> ul > li{
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    }

    div#informacion-tratamiento3 > div:first-child  > ul > li > div> img{
        width: 60px;
        margin-right: 20px;
    }

    div#informacion-tratamiento3 > div:last-child > ul > li > div > img{
        width: 60px;
        margin-right: 20px;
    }

    div#informacion-tratamiento3 > div > ul > li > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    
    div#seccion-contacto > h2 {
        padding-top: 35px;
        font-size: 30px;
    }

    div#seccion-contacto > hr {
        margin-bottom: 35px;
    }

    div#formulario2 > form{
        padding-left: 45px;
        padding-right: 45px;
    }

   div#iframe{
        padding-left: 45px;
        padding-right: 45px;
    }
}

/* Vista Móbil - Tablet */

@media screen and (min-width: 375px) and (max-width: 766px){

    div#caja-enlace{
        margin-top: 35px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-left: 25px;
        font-size: 25px;
        color: white;
    }

    main > div#estadistica{
        margin: auto;
    }

    div#carrousel{
        margin-bottom: 10px;
    }

    div#estadistica{
        width: 385px;
        justify-content: center;
    }

    div#servicios2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    img#facial{
        width: 350px;
        height: 320px;
        border-radius: 20px;
    }
    
    img#corporal{
        width: 350px;
        border-radius: 20px;
        height: 300px;
    }

}

@media screen and (min-width: 375px) and (max-width: 666px){
    img#facial{
        width: 310px;
        height: 280px;
        border-radius: 20px;
    }
    
    img#corporal{
        width: 310px;
        height: 280px;
        border-radius: 20px;
    }
}

/* Vista Móbil S - L*/
@media screen and (min-width: 320px) and (max-width: 375px){

    input[id=enviar]{
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 48%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49.31%;
    }

    h2#opiniones{
        margin: 20px;
    }

    h2#opiniones:hover{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.1);
        transition: transform .5s;
    }

}

@media screen and (min-width: 320px) and (max-width: 768px){

    div#imagen-principal{
        background-image: linear-gradient(
          rgba(0, 0, 0, 0.7), 
          rgba(0, 0, 0, 0.7)
        ), url(../img/principal.png);
        max-width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: flex;
        flex-direction: column;
    }

}

/* Vista Móbil M - L*/
@media screen and (min-width: 375px) and (max-width: 426px){

    div#informacion-politica{
        padding-left: 35px;
        padding-right: 35px;
    }

    div#e-button{
        font-size: 40px;
    }

    div#informacion-tratamiento1{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    div#formulario2 > form{
        padding-left: 25px;
        padding-right: 25px;
    }

    div#iframe{
        padding-left: 25px;
        padding-right: 25px;
    }

}

/* Vista Laptop */

@media screen and (min-width: 1024px) {

    img#logo{
        height: 200px;
        margin-bottom: -20px;
    }

    div#vista{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    div#tlf{
        font-size: 24px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
    }
    
    div#horario{
        font-size: 24px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -44px;  
    }
    
    div#correo{       
        font-size: 24px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -51px;  
    }
    
    div#redes{
        font-size: 28px;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    
        color: #ae8e30;
        padding: 10px;
        background-color: #D9DBDB;
    }

    h1#redes{
        text-align: center;
        font-size: 26px;
        font-weight: 300;
    }

    img#flecha{
        height: 50px;
    }

    img#zoom{
        height: 50px;
    }

    div.m-dropdown{
        width: 100%;
    }
    
    div.e-button{
        transition: all .1s ease-in-out;
        font-size: 1.4, 2;
        padding: 20px;
        color: #fff;;
        font-weight: 900;
        position: none;
        border: 2px solid transparent;
        width: 100%;
        background: #ae8e30;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    div.e-button:hover{
        color: #212F3C;
    }
    
    ul.e-list{
        position: relative; 
        display:flex; 
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        padding: 10px;
        background:#d6c48c;
        text-align: center;
        overflow: hidden;
        padding-bottom: 25px;
    }
    
    ul.e-list > li{
        list-style-type: none; 
    }
    
    ul.e-list > li > a{
        transition: all .3s ease-in-out;
        padding: 20px;
        float: left;
        width: 100%;
        text-decoration: none;
        color: #212F3D;
        font-weight: bold;
        box-sizing: border-box;
        font-size: 18px;
        display: inline;
        font-size: 25px;
    }
    
    ul.e-list > li > a:hover{
        border-radius: 20px;
        background: #ae8e30;
        color: #212F3D;
        box-shadow: 5px 10px #212F3D;
        font-size: 35px;
    }

    p#info4 > b#info{
        color: #ae8e30;
        font-size: 30px;
    }
    
    div#imagen-principal{
        background-image: linear-gradient(
          rgba(0, 0, 0, 0.7), 
          rgba(0, 0, 0, 0.7)
        ), url(../img/principal.png);
        width: 100%;
        height: 600px;
        background-repeat: no-repeat;
        background-position: center; 
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
    }

    div#imagen-principal > div{
        margin-bottom: 20px;
        margin-top: 5px;
    }

    div#imagen-escondida{
        display: block;
    }
    
    div#texto1{
        font-weight: bold;
        text-decoration: underline;
        text-underline-position: under;
        font-size: 50px;
        padding-left: 20px;
        color: white;
        padding-top: 40px;
    }
    
    div#texto2{
        width: 100%;
        font-size: 35px;
        text-align: left;
        padding-left: 15px;
        color: white;
    }
    
    div#caja-enlace{
        padding-top: 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-left: 15px;
        font-size: 35px;
        color: white;
    }
    
    div#caja-enlace > a {
        border: 3px solid #ae8e30;
        background-color: #ae8e30;
        padding: 10px;
        height: 80px;
        margin-right: 30px;
        text-decoration: none;
        color: white;
    }

    div#estadistica{
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 950px;
        font-size: 20px;
        font-weight: bold;
        border: 3px solid #ae8e30;
        background-color: #f2e6b9;
        border-radius: 10px;
    }
    
    div#contenedor-estadistica{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-right: 20px;
    }

    p.tablet{
        margin-left: 14px;
    }

    img#imagen-principal{
        height: 600px;
        width: 100%;
    }

    div#informacion-principal{
        width: 100%;
        margin-top: 10px;
        text-align: center;
        padding: 20px;
        font-weight: bold;
    }

    div#informacion{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;

    }

    img#facial{
        width: 390px;
        height: 320px;
        border-radius: 20px;
    }
    
    img#corporal{
        width: 390px;
        border-radius: 20px;
        height: 320px;
    }

    h2#opiniones{
        margin: 20px;
    }

    h2#opiniones:hover{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.03);
        transition: transform .5s;
    }

    div#informacion > div{
        width: 400px;
    }
    
    div.e-button{
        transition: all .3s ease-in-out;
        font-size: 25px;
        padding: 20px;
        color: #fff;;
        font-weight: 900;
        position: relative;
        border: 2px solid transparent;
        display: block;
        width: 100%;
        background: #ae8e30;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    div#opiniones > div{
       height: 300px;
    }

    input[id=enviar]{
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 50%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49.31%;
    }

    div#informacion-politica{
        padding-left: 100px;
        padding-right: 100px;
    }

    p#info2{
        font-size: 25px;
        font-family: 'Open Sans', sans-serif;
    }

    p#info4{
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        border: 4px solid #ae8e30;
        border-radius: 20px;
        padding: 5px;
        background-color: #f2e6b9;
    }

    b#info{
        color: #ae8e30;
        font-size: 30px;
    }

    p#info1{
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        border: 3px solid gray;
        background-color: lightgray;
        border-radius: 20px;
    }

    p#info3{
        margin-top: 15px;
        font-size: 25px;
        font-family: 'Open Sans', sans-serif;
        color: gray;
    }

    div#estadistica{
        padding-left: 60px;
        padding-right: 60px;
    }

    h2#opiniones{
        color: #424949;
        font-size: 30px;
        text-align: center;
        margin-bottom: 25px;
        border: 5px solid gray;
        border-radius: 20px;
        padding: 10px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        background: white;
    }

    div#formulario{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 10px 100px 10px 100px;
    }

    div#imagen-servicios{
        background-image: url(../img/labios-oscurecida.png);
        height: 560px;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-bottom-left-radius: 40%;
        border-bottom-right-radius: 40%;
    }

    div#imagen-billete > img{
        width: 180px;
    }

    div#imagen-billete > p{
        font-size: 50px;
    }

    div#imagen-billete > p:last-child{
        font-size: 45px;
    }

    div#imagen-billete > p > span#precio{
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    div#seccion-contacto > hr {
        margin-bottom: 50px;
    }

    div#iframe{
        padding-left: 30px;
        padding-right: 30px;
        height: 664px;
    }

    div#iframe > iframe {
        height: 100%;
    }

    div#formulario2 > form{
        padding-top: 0px;
        margin-top: -40px;
        padding-left: 45px;
        padding-right: 45px;
    }

    div#seccion-contacto > div{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    div#seccion-contacto > div > div {
        width: 100%;
    }

    input[id=enviar]{
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49.9%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1044px){

    input[id=enviar]{
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 48.5%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49.9%;
    }

}

/* Vista Laptop L */

@media screen and (min-width: 1440px) {

    img#logo{
        height: 250px;
        margin-bottom: -20px;
    }

    div#vista{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    div#tlf{
        font-size: 35px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
    }

    img#tlf-header{
        width: 60px;
        height: 60px;
    }
    
    div#horario{
        font-size: 35px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -44px;  
    }

    img#horario-header{
        width: 60px;
        height: 60px;
    }
    
    div#correo{       
        font-size: 35px;
        display: flex;
        flex-direction: row; 
        justify-content: center;
        margin-bottom: 20px;
        margin-left: -51px;  
    }

    h1#redes{
        text-align: center;
        font-size: 35px;
        font-weight: 300;
    }

    img#correo-header{
        width: 60px;
        height: 60px;
    }
    
    div#redes{
        font-size: 36px;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    
        color: #ae8e30;
        padding: 10px;
        background-color: #D9DBDB;
    }

    img#flecha{
        height: 70px;
    }

    img#zoom{
        height: 70px;
    }


    div#imagen-principal{
        background-image: linear-gradient(
          rgba(0, 0, 0, 0.75), 
          rgba(0, 0, 0, 0.75)
        ), url(../img/principal.png);
        max-width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    p#info4 > b#info{
        color: #ae8e30;
        font-size: 35px;
    }

    div#texto1{
        font-weight: bold;
        text-decoration: underline;
        text-underline-position: under;
        left: 30px;
        padding-top: 30px;
        font-size: 65px;
        color: white;
    }
    
    div#texto2{
        width: 100%;
        font-size: 40px;
        text-align: left;
        padding-left: 20px;
        color: white;
    }

    div#caja-enlace{
        margin-top: 25px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        padding-left: 25px;
        font-size: 35px;
        color: white;
    }

    div#caja-enlace > a {
        border: 3px solid #ae8e30;
        background-color: #ae8e30;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: 100px;
        width: 220px;
        margin-right: 40px;
        text-decoration: none;
        color: white;
    }

    div#imagen-principal > div:first-child{
        margin-left: 30px;
    }

    div#imagen-principal > div:last-child{
        margin-right: 30px;
    }

    img#circular{
        width: 150px;
    }

    #gradient-border {
        --borderWidth: 10px;
        background: #1D1F20;
        position: relative;
        border-radius: var(--borderWidth);
      }
      #gradient-border:after {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
        border-radius: calc(2 * var(--borderWidth));
        z-index: -1;
        animation: animatedgradient 3s ease alternate infinite;
        background-size: 300% 300%;
      }
      
      
      @keyframes animatedgradient {
          0% {
              background-position: 0% 50%;
          }
          50% {
              background-position: 100% 50%;
          }
          100% {
              background-position: 0% 50%;
          }
      }

    div#informacion{
        font-size: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 150px;
        padding-right: 150px;
    }

    img#img-info{
        width: 150px;
    }

    div#galeria{
        width: 100%;
        margin-top: 15px;
        padding: 20px;
        text-align: center;
        font-weight: bold;
    }
    
    div#carrousel{
        margin-top: 40px;
    }   
    
    .slideshow-container {
        max-width: 900px;
        position: relative;
        margin: auto;
    }
      
    .mySlides {
        display: none;
    }
      
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
      
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
      
    .numbertext {
        color: #f2f2f2;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 12px;
        position: absolute;
        top: 0; 
    }
      
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
      
    .active, .dot:hover {
        background-color: #717171;
    }
      
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }
      
    @-webkit-keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
      
    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }

    div#estadistica{
        margin-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 95%;
        font-size: 20px;
        font-weight: bold;
        border: 3px solid #ae8e30;
        background-color: #f2e6b9;
        border-radius: 10px;
    }

    img#borde{
        margin-top: -20px;
        margin-right: 40px;
    }

    div#estadistica > div#contenedor-estadistica{
        width: 320px;
    }
    
    div#contenedor-estadistica{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 40px;
        width: 200px;
    }

    div#contenedor-estadistica > div > p {
        font-size: 25px;
    }

    p.tablet{
        margin-left: 0px;
    }

    div#contenedor-estadistica > div > img{
        margin-top: -40px;
        width: 120px;
        height: 100px;
    }

    div#contenedor-estadistica > div > span{
        font-size: 40px;
    }
    
    div.e-button{
        transition: all .3s ease-in-out;
        font-size: 25px;
        padding: 20px;
        color: #fff;;
        font-weight: 900;
        position: relative;
        border: 2px solid transparent;
        display: block;
        width: 100%;
        background: #ae8e30;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    div#servicios2 > a > div > h2 {
        font-size: 35px;
    }

    div#contacto{
        padding-left: 150px;
        padding-right: 150px;
    }

    div#formulario > form >  p{
        font-size: 25px;
    }

    input[id=input]{
        padding-left: 70px;
    }

    input[class=nombre]{
        background-image: url(../img/nombre.png);
        background-size: 30px;
        background-position: 15px;
        background-repeat: no-repeat;
        font-size: 25px;
        padding-top: 25px;
        padding-bottom: 25px;    
    }
    
    input[class=email]{
        background-image: url(../img/logo-correo.png);
        background-size: 35px;
        background-position: 15px;
        background-repeat: no-repeat;
        font-size: 25px;
        padding-top: 25px;
        padding-bottom: 25px; 
    }
    
    input[class=tlf]{
        background-image: url(../img/logo-tlf.png);
        background-size: 35px;
        background-position: 15px;
        background-repeat: no-repeat;
        font-size: 25px;
        padding-top: 25px;
        padding-bottom: 25px; 
    }

    div#formulario > form > textarea::placeholder, textarea{
        font-size: 25px;
    }

    div#formulario > form > label#checkbox{
        font-size: 25px;
    }

    input[id=enviar]{
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 50%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 16px;
        background-color: #ae8e30;
        color: white;
        width: 49.31%;
    }

    div#informacion-politica{
        padding-left: 160px;
        padding-right: 160px;
    }

    main#politica > h1{
        font-size: 50px;
    }

    main#politica > div > h2{
        font-size: 35px;
        padding-top: 40px;
    }

    p#politica{
        font-size: 25px;
    }

    div#informacion-principal{
        width: 100%;
        margin-top: 10px;
        text-align: center;
        padding: 20px;
        font-weight: bold;
    }

    div#informacion{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    div#informacion > div{
        width: 500px;
    }

    p#info2{
        padding-left: 200px;
        padding-right: 200px;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
    }

    p#info4{
        font-size: 35px;
        font-family: 'Open Sans', sans-serif;
        border: 4px solid #ae8e30;
        border-radius: 20px;
        padding: 5px;
        background-color: #f2e6b9;
    }

    b#info{
        color: #ae8e30;
        font-size: 35px;
    }

    p#info1{
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        border: 3px solid gray;
        background-color: lightgray;
        border-radius: 20px;
    }

    p#info3{
        margin-top: 15px;
        font-size: 30px;
        font-family: 'Open Sans', sans-serif;
        color: gray;
    }

    img#facial{
        width: 600px;
        height: 400px;
        border-radius: 20px;
    }
    
    img#corporal{
        width: 600px;
        border-radius: 20px;
        height: 400px;
    }

    h2#opiniones{
        color: #424949;
        font-size: 30px;
        margin-right: 40px;
        margin-left: 40px;
        text-align: center;
        margin-bottom: 25px;
        border: 5px solid gray;
        border-radius: 20px;
        padding: 10px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        background: white;
    }

    h2#opiniones:hover{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.03);
        transition: transform .5s;
    }

    div#opiniones{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 150px;
        padding-right: 150px;
    }

    div#opiniones > div{
        width: 580px;
        height: 370px;
        margin-top: 20px;
    }

    p#comentario{
        font-size: 25px;
    }

    div#footer-laptop{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    ul > li#li-pie{
        font-size: 30px;
    }

    img#imagenes-footer{
        width: 80px;
        height: 80px;
        margin-right: 30px;
    }

    div#pie-enlaces{
        padding-top: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    div#pie-secciones{
        padding-top: 17px;
    }

    div#formulario{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 10px 120px 10px 120px;
    }

    div#contorno{
        display: flex;
        flex-direction: column;
    }

    div#contorno2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    div#muestra{
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: left;
        padding-left: 60px;
        padding-right: 60px;
        width: 700px;
    }

    div#contorno2 > div#muestra> h2:not(h2#servicios-faciales) {
        margin-top: 40px;
        margin-bottom: 20px;
        color: #ae8e30;
        text-align: center;
        font-size: 35px;
    }

    div#muestra > a  {
        margin-top:20px;
        text-align: center;
        color: #ae8e30;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
    }
    
    div#contorno2 > div#muestra > span{
        text-align: center;
        color: gray;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px;
    }

    div#secciones-faciales{
        margin-right: 30px;
    }
    
    div#secciones-corporales{
        margin-right: 30px;
    }

    div#secciones-faciales > img{
        width: 300px;
        height: 300px;
    }

    div#secciones-corporales > img{
        width: 300px;
        height: 300px;
    }

    div#imagen-servicios{
        background-image: url(../img/labios-oscurecida.png);
        height: 740px;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-bottom-left-radius: 40%;
        border-bottom-right-radius: 40%;
        
    }
    
    div#titulo{
        position: absolute;
        font-weight: bold;
        text-align: center;
        top: 40px;
        width: 100%;
        font-size: 75px;
        color: white;
       
    }
    
    div#info-tratamiento{
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: absolute;
        text-align: center;
        top: 180px;
        font-size: 40px;
    }

    div#info-tratamiento > a > p {
        width: 400px;
        padding: 30px;
    }

    div#imagen-billete{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        text-align: center;
        top: 340px;
        width: 100%;
        font-size: 55px;
        padding-left: 15px;
    }
    
    div#imagen-billete > p{
        color: white;
        font-weight: bold;
    }

    div#imagen-billete > img{
        width: 250px;
    }
    
    div#informacion-tratamiento1 > div > h2{
        padding-top: 75px;
        color: #ae8e30;
        font-size: 40px;
       
    }

    div#informacion-tratamiento1{
        padding-left: 105px;
        padding-right: 105px;
        text-align: center;
    }

    div#informacion-tratamiento1 > div > p{
        padding-top: 20px;
        color: #34495E;
        font-size: 30px;
    }

    div#imagen-billete > p:last-child{
        font-size: 50px;
    }

    div#informacion-tratamiento2{
        color: white;
        width: 100%;
        background-color: #ae8e30;
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
    }

    div#informacion-tratamiento2:last-child{
        margin-top: 90px;
    }

    div#informacion-tratamiento2 > div {
        text-align: center;
        margin-top: 25px;
        width: 50%;
        padding-bottom: 5px;
    }

    div#informacion-tratamiento2 > div > h2 {
        padding-top: 10px;
        padding-left: 5px;
        font-size: 40px;
    }

    div#informacion-tratamiento2 > div > p {
        padding-top: 20px;
        font-size: 30px;
        padding-bottom: 35px;
        padding-left: 150px;
        padding-right: 150px;
    }

    div#informacion-tratamiento2:last-child > div > h2{
        font-size: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    div#informacion-tratamiento2:last-child > div > p{
        font-size: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    div#informacion-tratamiento2 > div:first-child > img {
        padding-top: 10px;
        width: 120px;
    }

    div#informacion-tratamiento2 > div:last-child  > img {
        padding-top: 10px;
        width: 310px;
    }

    div#informacion-tratamiento2:last-child > div > img {
        padding-top: 10px;
        width: 130px;
    }

    div#informacion-tratamiento3{
        color: black;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    div#informacion-tratamiento3 > div{
        width: 50%;
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 30px;
        height: 650px;
    }

    div#informacion-tratamiento2 > div:first-child {
        margin-top: 42px;
    }

    div#informacion-tratamiento3 > div > h1{
        padding-top: 30px;
        font-size: 35px;
        color: #ae8e30;
        border-bottom: 3px solid #ae8e30;
        padding-bottom: 20px;
    }

    div#informacion-tratamiento3 > div > ul{
        padding-top: 30px;
        font-size: 30px;
        color: #34495E;
        list-style-type: none;
    }

    div#informacion-tratamiento3 > div > ul > li{
        display: flex;
        flex-direction: row;
        padding-bottom: 15px;
    }

    div#informacion-tratamiento3 > div:last-child > ul > li{
        padding-bottom: 15px;
    }

    div#informacion-tratamiento3 > div:first-child  > ul > li > div> img{
        width: 60px;
        margin-right: 20px;
    }

    div#informacion-tratamiento3 > div:last-child > ul > li > div > img{
        width: 60px;
        margin-right: 20px;
    }

    div#informacion-tratamiento3 > div > ul > li > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    div#seccion-contacto > h2 {
        font-size: 40px;
    }

    div#formulario2 > form > p {
        font-size: 25px;
    }

    div#formulario2 > form > textarea{
        font-size: 22px;
    }

    div#formulario2 > form > textarea::placeholder{
        font-size: 22px;
    }

    div#formulario2 > form > label#checkbox{
        font-size: 22px;
    }

    input[id=enviar]{
        padding: 15px;
        font-size: 20px;
        background-color: #ae8e30;
        color: white;
        width: 48.99%;
        margin-top: 15px;
    }
    
    input[id=borrar]{
        margin-top: 10px;
        padding: 15px;
        font-size: 20px;
        background-color: #ae8e30;
        color: white;
        width: 49.9%;
    }

    div#iframe{
        padding-left: 30px;
        padding-right: 30px;
        height: 730px;
    }
}

@media screen and (min-width: 1430px) and (max-width: 1440px){

    div#opiniones > div {
        margin-right: 20px;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1500px){
    div#opiniones > div {
        width: 500px;
        height: 400px;
    }
}