@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.Main-menu {
	font-family: "Poppins";
	font-size: 15px;
	color: #FFF;
}
.Main-menu a {
	font-family: "Poppins";
	font-size: 15px;
	color: #FFF;
	text-decoration:none;
}
.Main-menu a:hover {
	font-family: "Poppins";
	font-size: 15px;
	color: #FFF;
	text-decoration:underline;
}
.profile-log {
	font-family: "Poppins";
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	text-decoration:none;
}
.profile-log a{
	font-family: "Poppins";
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	text-decoration:none;
}
.profile-log a:hover{
	font-family: "Poppins";
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	text-decoration:underline;
}
.Headers {
	font-family: "Poppins";
	font-size: 28px!important;
	color: rgb(222, 35, 54);
}
.Txt-gris {
	font-family: "Poppins";
	font-size: 14px;
	color: #383838;
	letter-spacing: 0pt;
	text-decoration:none;
}
.Txt-gris a{
	font-family: "Poppins";
	font-size: 14px;
	color: #383838;
	letter-spacing: 0pt;
	text-decoration:none;
}
.Txt-gris a:hover{
	font-family: "Poppins";
	font-size: 14px;
	color: #000027;
	letter-spacing: 0pt;
	text-decoration:underline;
}
.Txt {
	font-family: "Poppins";
	font-size: 13px!important;
	color: #383838!important;
	text-decoration:none;
}
.Txt a{
	font-family: "Poppins";
	font-size: 13px!important;
	color: #383838!important;
	text-decoration:none;
}
.Txt a:hover {
	font-family: "Poppins";
	font-size: 14px;
	color: #4c4d4d;
	text-decoration:underline;
}
.txt-cursiva {
	font-family: "Poppins";
	font-size: 14px;
	color: #2e2e2e;
	font-style: italic;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], .select2-container .select2-choice, input[type="search"], select, textarea {
    display: block;
    width: 100%;
    padding: 8px 6px;
    background: #f4f6fa;
    border: 1px solid #dce3ef;
    margin: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-family:'Poppins'!important;
}

.button { 
    cursor: pointer;
	    background-color: rgb(222, 35, 54);
    border-color: transparent;
    display: inline-block;
    color: #ffffff;
    text-decoration: none!important;
    padding: 16px 52px 15px;
    margin: 10px 8px 10px 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .9375em;
    font-weight: normal;
    font-family: 'Poppins';
    border-bottom: 1px solid rgba(0,0,0,.2);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.21);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.21);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.21);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: opacity .3s ease, color 0.3s ease;
    -webkit-transition: opacity .3s ease, color 0.3s ease;
    -moz-transition: opacity .3s ease, color 0.3s ease;
}

a {color:#000; }
