
/*Preloader*/

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
@keyframes hiddenPreloader {
    0% {
    opacity: 1;
    }
    
    99.9% {
    opacity: 0;
    }
    
    100% {
    display: none;
    }
}

/*Fin del Preloader*/


@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');


body {
	color: #f9efcc;
	font-family: "Fira Sans", serif;
	font-weight: 400;
	font-style: normal;
}
p {
	font-family: "Fira Sans", serif;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	color: #f9efcc;
	line-height: 0px;
}
a {
	font-family: "Fira Sans", serif;
  font-weight: 700;
  font-style: normal;
}
h1,h2,h3,h4,h5 {
	font-family: "Fira Sans", serif;
  font-weight: 700;
  font-style: normal;
}
.cuadro-contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #545d58;
    border-top: 2px solid #f9efcc;
    padding: 38px;
    z-index: 900;
	border-radius: 10px;
	min-width: 300px;
}
.cuadro-de-contenido{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
svg {
    top: 2px;
    float: inline-start;
    position: relative;
}
.logotipo {
	width:160px;
	margin-right: 40px;
	padding-top:5px;
	padding-bottom: 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.iconos img {
	height: 30px
}
h1 {
    font-size: 18px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
}
button {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 20px;
    background: #f9efcc;
    border-radius: 30px;
    border: none;
    color: #545d58;
	font-family: "Fira Sans", serif;
	font-weight: 700;
	transition: 0.3s;
}
button:hover {
	background: #ead6b9;
}

.caja-contenedora-de-texto {
	max-width: 450px;

}
.iconos {
    width: 120px;
    float: right;
    margin-top: 12px;
    text-align: right;
}
.iconos-mobile {
	display: none;
}
.iconos img:hover {
    opacity: 0.55;
    transition: 0.2s;
}
.iconos-mobile img:hover {
    opacity: 0.55;
    transition: 0.2s;
}
.iconos img {
    transition: 0.2s;
}
.iconos-mobile img {
    transition: 0.2s;
}
.espacio-interno {
    padding: 0px 40px 0px 40px;
}
.only-desktop {
	display: block;
}
.only-mobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.cuadro-contenedor {
		padding: 20px;
	}
}
