﻿body{
    background: black;
    font-family: "DM Sans", sans-serif;
    font-family: "Saira", sans-serif;
}

.cintillo-ayuda{
    height: 45px;
}
.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: red;
    background: #a36dcf;
    color: white;
    font-weight: bold;
    font-size: 30px;
}
.cintillo img{
    height: 35px;
}

.cabecera{
    background: url(../images/fondo-cabecera.webp)  center center;
    background-size: 100% 100%;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 80%;
}
.logotipo span{
    width: 100%;
    font-size: 30px;
    display: inline-block;
}


nav{
    /* background: black; */
    border-top: 10px solid black;
    margin: 10px 0 !important;
}
nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 31.33%;
    float: left;
    margin: 10px 1% 10px;
}
.menu{
    /* color: #982cd2;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding: 0 20px; */

    background-color: #000;
	color: #fff;
	border: none;
	padding: 20px 40px;
	font-size: 1.5rem;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.2s;
	width: 300px;
	text-align: center;

    box-shadow: 2px 2px 2px #a36dcf;
}
.menu:hover {
	background-color: #222;
	transform: scale(1.02);
}
.menu b{
    color: white !important;
}
.menu span{
    width: 100%;
    font-size: 25px;
    color: white;
    font-weight: lighter;
    display: inline-block;
}


.leyenda1{
    text-align: center;
    color: #e4cc8f;
    font-weight: bold;
    font-size: 30px;
}


.efecto{
    padding: 0;
    margin: 20px 0;
}
.efecto iframe{
    width: 100%;
    height: 520px;
}


.textoEfecto{
    background: black;
    color: white;
    text-align: center;
    padding: 0 40px;
}

.textoEfecto strong{
    width: 100%;
   font-size: 24px;
   font-weight: bold;
    display: inline-block;
   margin-bottom: 20px;
}

.textoEfecto ul{
    list-style: none;
}

.dorado{
    background-image: linear-gradient(
	to right,
	    #f6f2c0 0,
       	#cb9b51 22%, 
        #f6e27a 45%,
        #f6f2c0 50%,
        #f6e27a 55%,
        #cb9b51 78%,
        #cb9b51 100%
	);
   color:transparent !important;
   -webkit-background-clip:text;

   width: 100%;
   font-family: 'Times New Roman',serif;
   font-weight: bold;
   display: inline-block;
}

.morado{
    /* background-image: linear-gradient(
	to right,
	    #f6f2c0 0,
       	#6922d7 22%, 
        #901bd6 45%,
        #ac15d7 50%,
        #b411d5 55%,
        #bf12d2 78%,
        #cc0fcc 100%
	);
   color:transparent;
   -webkit-background-clip:text; */

   width: 100%;
   color: #a36dcf !important;
   font-weight: bold;
   display: inline-block;
}

.textoEfecto span{
    font-weight: bold;
    font-size: 25px;
}
.textoEfecto span b{
    color: gray;
}

.textoEfecto img{
    height: 30px;
}





.leyenda2{
    background: #5200a7;
    background-image: linear-gradient(to right, #6922d7 ,#901bd6,#ac15d7, #b411d5, #bf12d2, #cc0fcc); /* Degradado de color */
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}
.leyenda2 strong{
    font-size: 36px;
}
.leyenda2 img{
    height: 120px;
}
.leyenda2 p{
    font-size: 30px;
}


.servicios{
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    text-align: center;
    color: white;
    font-size: 33px;
    margin-bottom: 30px;
}

.ser img{
    width: 100%;
    height: 350px;
    object-fit: cover;

    border-radius: 30px 30px 0 0;
}
.ser strong{
    width: 100%;
    font-size: 22px;
    color: #e4cc8f;
    display: inline-block;
    margin: 20px 0;
}

.img1{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
}


.imagen img, .imagen iframe{
    width: 100%;
}



.imagenes{
    text-align: center;
}
.imagenes img{
    width: 23.8%;
    height: 350px;
    margin: 0 0.3% 12px;
    cursor: pointer;

    transition: transform 0.2s;

    object-fit: cover;
}
.imagenes img:hover {
    transform: scale(1.05);
}


.redes{
    text-align: center;
    font-size: 20px;
}
.redes a{
    color: white;
    text-decoration: none;
}
.redes b{
    font-size: 30px;
}


footer{
    background: url(../images/fondo-cabecera.webp)  center center;
    background-size: 100% 100%;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 12px;
    padding-bottom: 12px;
}



/* Estilos del popup */
.popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}
.popup .cerrar {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.popup .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    user-select: none;
}
.popup .anterior {
    left: 20px;
}
.popup .siguiente {
    right: 20px;
}



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

}

@media screen and (max-width:1200px){
    .cintillo-ayuda{
        display: none;
    }
    .cintillo{
        position: relative;
    }
}

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

}

@media screen and (max-width:768px){
    .cintillo span{
        width: 100%;
        display: inline-block;
    }
    nav ul li{
        width: 100%;
    }
    .imagenes img{
        width: 48.8%;
    }
}

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

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}