@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,700;1,400&display=swap');

h1{
    font-size: 30px;
    color: #aa373e;/*#0A96BB;*/
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    text-transform: normal;
    /*border: solid 2px red;*/
    /*padding: 10px 0 0 0;*/
}
h1::first-letter, h2::first-letter, h3::first-letter,
h4::first-letter, h5::first-letter, h6::first-letter {
	text-transform: uppercase;
}
h2{
    font-size: 25px;
    color: #111F2D;
    margin: 0;
    width: 100%;
    text-align: center;
    /*border: solid 2px red;*/
    padding: 0;
    text-transform: normal;
}
h3{
    font-size: 19px;
    color: #111F2D;
    margin: 0;
    width: 100%;
    text-align: center;
    /*border: solid 2px red;*/
    padding: 0;
    text-transform: normal;
}
h4{
    font-size: 16px;
    color: #000;
    margin: 0;
    width: 100%;
    /*text-align: center;*/
    /*border: solid 2px red;*/
    padding: 10px 0 0 0;
    text-transform: normal;
}
h5{
    font-size: 13px;
    color: #111F2D;
    margin: 0;
    width: 100%;
    text-align: center;
    /*border: solid 2px red;*/
    padding: 10px 0 0 0;
    text-transform: normal;
}
h6{
    font-size: 11px;
    color: #111F2D;
    margin: 0;
    width: 100%;
    text-align: center;
    /*border: solid 2px red;*/
    padding: 10px 0 0 0;
    text-transform: normal;
}
h4 a, h6 a{
	color: #c15251;
}
a{
	cursor: pointer;
	text-decoration: none;
}
p a{
	font-weight: bold;
	font-style: italic;
	color: #c15251;
}
* {
	margin: 0;
	box-sizing: border-box;
	/*user-select: none;*/
	/*font-family: 'Roboto Mono', monospace;*/
	font-family: 'Montserrat', sans-serif;
}
input, textarea, select{
	border: 0;
	outline: none;
}
ul,ol {
	padding-left: 15px;
	margin-left: 35px;
}
ul{list-style-type: circle;}
ol{list-style-type: lower-alpha;}
ul li, ol li {
	padding-left: 10px;
}




.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../imagenes/empresa/loading2.gif') 50% 50% no-repeat rgb(255,255,255);
	opacity: 1;
	background-size: 600px;
}
/*Botones -menu-*          005050/
/*Menu*/
header{
	background: #111f2d;
	width: 100%;
	user-select: none;
	position: sticky;
	top: 0px;
	z-index: 15;
}
.menu{
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: auto;
	transition: all 0.5s ease;
}
.menu .logo {
	display: inline-block;
	margin-right: 1em;
}
.menu .logo img{
	vertical-align: top;
	height: 4.5em;
	width: auto;
	padding-top: .25em;
	padding-bottom: .25em;
}
.menu .btn-menu {
	display: none;
	color: white;
	text-decoration: none;
	font-size: 2em;
}
.menu .logo:hover{
	background: transparent;
}
.menu .enlaces {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 4.5em;
	color: #E5E7E9;
}
.menu .enlaces .button {
	padding: 0px 10px;
	height: 4.5em;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 2px;
	color: #E5E7E9;
	font-weight: bold;
	transition: all 0.4s ease;
	text-transform: capitalize;
}
.menu .enlaces .button:hover{
	background: rgba(23, 23, 23, .7);
	color: #fff;
	/*outline: 2px solid whitesmoke;
    outline-offset: -4px;*/
    border-radius: 2px;
}
.selected{
	background: rgba(23, 23, 23, .7);
	color: #fff !important;
	/*outline: 2px solid whitesmoke;
    outline-offset: -4px;*/
    border-radius: 2px;
}
.menu .enlaces i {
	margin-right: 10px;
}
.boton__ocultar__menuHeader{
	display: none;
}
.menu #saldo {
	margin: 0 10px;
	text-align: center;
}



@media screen and (max-width:800px){
	.loader {
		background-size: 500px;
	}
}
@media screen and (max-width:700px){
	.menu .btn-menu {
		display: inline;
	}
	.menu .enlaces {
		display: none;
	}
	.menu .logo {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 0 15px;
		align-items: center;
	}
	.menu #saldo {
		display: none;
	}
	.menu #enlaces {
		display: inline;
		right: -100%;
		position: fixed;
		transition: all 0.1s ease;
		top: 0;
		width: 60%;
		height: 100vh;
		background: #111f2d;
		z-index: 2;
		overflow-y: scroll;
		padding-top: 60px;
	}
	.menu #enlaces::-webkit-scrollbar{
		width: 4px;     /* Tamaño del scroll en vertical */
		/*display: none;   Ocultar scroll */
		background: #283747;
		color: #fff;
	}
	.menu #enlaces .button {
		padding: 0px 10px;
		height: 4.5em;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin: 3px 0;
		color: #E5E7E9;
		font-weight: bold;
		transition: all 0.4s ease;
		text-transform: capitalize;
		border-bottom: 2px solid #fff;
	}
	.boton__ocultar__menuHeader{
        display: inline;
        background: transparent;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        top: 10px;
        left: calc(50% - 15px);
        z-index: 10;
        color: #fff;
        transition: all 0.5s ease;
    }
    .boton__ocultar__menuHeader:hover{
        color: #008588;
        transition: all 0.5s ease;
    }
}
@media screen and (max-width:400px){
	.menu #enlaces {
		width: 75%;
	}
	.loader {
		background-size: 250px;
	}
}












*::-webkit-scrollbar{
    width: 9px;     /* Tamaño del scroll en vertical */
    height: 9px;    /* Tamaño del scroll en horizontal */
    /*display: none;   Ocultar scroll */
    background: #202020;
    color: #fff;
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
*::-webkit-scrollbar-thumb {
    background: #1E7A62;
    border-radius: 10px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
*::-webkit-scrollbar-thumb:hover {
    background: #1E7A62;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
/* Cambiamos el fondo cuando esté en active */
*::-webkit-scrollbar-thumb:active {
    background-color: #1E7A62;
    z-index: 10;
}
/* Ponemos un color de fondo y redondeamos las esquinas del track */
*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
    z-index: 10;
}
/* Cambiamos el fondo cuando esté en active o hover */
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
  background: transparent;
  z-index: 10;
}









/*boton de subir*/
.subir {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 50px;
	height: 50px;
	z-index: 15;
	background: transparent;
	color: #fff;
	cursor:pointer;
	bottom: 60px;
	right: 20px;
	border: none;
	border-radius: 10%;
	
}
.subir:hover{
	color: #fff;
}
.subir::before{
	content: '';
	width: 100%;
	height: 100%;
	background: #2c2c2c;
	position: absolute;
	opacity: 0.75;
	top: 0;
	left: 0;
	border-radius: 15%;
	transition: all 1s ease;
}
.subir:hover:before{
	background: #17A589;
}
body{
	background: #fff;
	width: 100%;
}
main{
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}













.rating-container {
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}
.star {
	font-size: 45px;
	color: silver;
	cursor: pointer;
	transition: color 0.2s;
	padding: 5px;
}
.star.seleccionada {
	color: goldenrod !important;
	background: #d1d1d1 !important;
}
.custom-textarea {
	margin-top: 15px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	resize: none;
}














.colored-toast.swal2-icon-success {
	background-color: #a5dc86 !important;
}
.colored-toast.swal2-icon-error {
	background-color: #f27474 !important;
}
.colored-toast.swal2-icon-warning {
	background-color: #f8bb86 !important;
}
.colored-toast.swal2-icon-info {
	background-color: #3fc3ee !important;
}
.colored-toast.swal2-icon-question {
	background-color: #87adbd !important;
}
.colored-toast .swal2-title {
	color: white !important;
}
.colored-toast .swal2-close {
	color: white !important;
}
.colored-toast .swal2-html-container {
	color: white !important;
}

















/*----------------FOOTER----------------*/
/* medidas de mi Pie de pagina*/
footer{
    width: 100%;
}
footer > img{
	display: block;
}
.direccionFooter{
	background: #111f2d;
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	border-top: 0px solid white;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	user-select: none;
}
.direccionFooter > div{
	width: auto;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.contenidoCentro{
	flex-direction: column;
	/*width: 60%;*/
	justify-content: space-around;
	margin-top: 0px;
	/*border: 1px solid grey;*/
}
/*Redes sociales - color*/
.direccionFooter > .textoFooter{
	text-align: right;
	align-items: right;
	justify-content: right;
	align-content: right;
}
.textoFooter{
	min-width: calc(100% - 350px);
	padding: 0 15px;
}
.textoFooter p{
	font-size: 12px;
}
.socialesFooter {
	width: 100%;
	display: flex;
	min-width: 300px;
	justify-content: space-around;
}
.socialesFooter a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
	text-decoration: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	transition: all .3s ease;
}
.socialesFooter a i{
	font-size: 20px;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.socialesFooter a:hover{
	background: #fafafa;
}
.socialesFooter a:hover > .fa-whatsapp{
	color: #00bb2d;
}
.socialesFooter a:hover > .fa-facebook-f{
	color: #3b5998;
}
.socialesFooter a:hover > .fa-twitter{
	color: #00acee;
}
.socialesFooter a:hover > .fa-google-plus-g{
	color: #db4a39;
}
.socialesFooter a:hover > .fa-youtube{
	color: #c4302b;
}
.socialesFooter a:hover > .fa-instagram{
	color: #895153;
}
.socialesFooter a:hover > .fa-envelopes-bulk{
	color: #FF5698;
}
.socialesFooter a:hover > .fa-tiktok{
	color: #222;
}
/*queris para el footer*/

@media screen and (max-width:1000px){
	.contenidoCentro{
		min-height: 0px;
		width: 100%;
	}
}
@media screen and (max-width:660px){
	.contenidoCentro{
		width: 100%;
	}
	.direccionFooter{
		flex-direction: column;
	} 
	.direccionFooter > div{
		width: 100%;
	}
	.socialesFooter{
		margin-bottom: 10px;
		min-width: 0px;
	}
	.textoFooter{
		min-width: 100%;
	}
}
@media screen and (max-width:400px){
    .socialesFooter a{
		width: 40px;
		height: 40px;
	}
	.socialesFooter a i{
		font-size: 25px;
	}
}

