/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: Sintony;
    font-weight: normal;
}

/* then for WOFF-capable browsers */
@font-face {
    font-family: Sintony;
    src: url("fonts/sintony400.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: Sintony;
    src: url("fonts/sintony700.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: 'codere-icon';
    src: url('fonts/codere-icon-webfont.eot');
}

@font-face {
    font-family: 'codere-icon';
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABKAABEAAAAAGLQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZg99nEdERUYAAAGcAAAAHQAAACAAUgAET1MvMgAAAbwAAABLAAAAYGQXTxljbWFwAAACCAAAAHoAAAF6/UfLpmN2dCAAAAKEAAAAJAAAACQIPBG2ZnBnbQAAAqgAAA") format('woff');
    font-weight: normal;
    font-style: normal;
}


/************************************************************************************
RESET
*************************************************************************************/


#pagewrap img,
fieldset {
    border: 0;
}

/* set image max width to 100% */
#pagewrap img {
    max-width: 100%;
    vertical-align: middle;
}

/* set html5 elements to block */
#pagewrap article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
.ayuda {
    background: #f4f4f4;
    /*font: .81em/150% Sintony, Arial, Helvetica, sans-serif;*/
    color: #424242;
    font-family: DINWeb, Arial;
}

#pagewrap a {
    color: #1b1b1b;
    text-decoration: none;
    outline: none;
}

#pagewrap a.subtitmlateral {
    color: #929292 !important;
    text-decoration: none;
    outline: none;
}

#pagewrap a:hover {
    text-decoration: none;
}

#pagewrap a.activo {
    color: #00a232;
    text-decoration: none;
}

#pagewrap .negrita {
    font-weight: bold;
}

#pagewrap p {
    margin: 0 0 1.2em;
    padding: 0;
    font-size: 1rem;
}

/* list */
#pagewrap ul,
ol {
    /*margin: 1em 0 1.4em 24px;
	padding-left: 20px;*/
    margin: 1em 0 1.4em 0;
    padding: 0;
    line-height: 140%;
    font-size: 1rem;
}

#pagewrap li {
    margin: 0 0 .5em 0;
    padding: 0;
}

/* headings */
#pagewrap h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;
    margin: 10px 0 .4em;
    color: #1b1b1b;
}

#pagewrap h1 {
    font-size: 2em;
}

#pagewrap h2 {
    font-size: 1.6em;
}

#pagewrap h3 {
    font-size: 1.4em;
}

#pagewrap h4 {
    font-size: 1.2em;
}

#pagewrap h5 {
    font-size: 1.1em;
}

#pagewrap h6 {
    font-size: 1em;
}

/* reset webkit search input styles */
#pagewrap input[type=search] {
    -webkit-appearance: none;
    outline: none;
}

#pagewrap input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    width: 100%;
    /*margin: 30px auto;*/
    padding-left: 8%;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#pagewrap #content {
    background: #fff;
    padding: 0 10px 35px 10px;
    width: 53%;
    float: left;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    font-size: 1.2em;
    margin-bottom: 30px;
    /*margin: 30px;*/
    margin: 30px 10px 30px 0;
    text-align: left;
}

em {
    font-style: italic;
}

/* post */
#pagewrap .post {
    margin-bottom: 80px;
}

#pagewrap .subra {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 7px;
    margin-top: 10px;
    padding-left: 10px;
    font-weight: normal;
    font-family: DINWeb, Arial;
    letter-spacing: -0.05em;
    line-height: 1.1em;
}

#pagewrap .subra2 {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: DINWeb, Arial;
    font-weight: bold;
}

.textohelp {
    /*font-size: 1.1em;*/
    text-align: justify;
    color: #5f5f5f;
    padding: 0 15px 0 5px;
}

.margintop {
    margin-top: 15px;
}

.margininf {
    margin-bottom: 25px;
}

.enviarboton {
    margin-left: 17%;
}

/************************************************************************************
MENU
*************************************************************************************/
#pagewrap #menuhelp {
    width: 320px;
    float: left;
    margin: 30px;
    height: auto;
}

#pagewrap #menuhelp .titmlateral {
    font-size: 1.1em;
    font-weight: bold;
    color: #1b1b1b;
}

#pagewrap #menuhelp .subtitmlateral {
    font-size: 1.1em;
    color: #929292;
}

#pagewrap #menuhelp .subtitmlateral a:hover {
    font-size: 1em;
    color: #929292;
    text-decoration: underline;
}

#pagewrap ul.partesmenulateral {
    text-align: left;
}

#pagewrap .widget {
    background: #fff;
    margin: 0 0 30px;
    /*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
    /* box shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

#pagewrap .widgettitle {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8;
    letter-spacing: -0.05em;
    line-height: 1.1em;
    font-weight: 400;
    font-size: 1.6em;
    display: block;
}

#pagewrap .widget ul {
    margin: 0;
    padding: 0;
    padding: 10px 20px;
}

#pagewrap .widget li {
    margin: 0;
    padding: 3px 0;
    list-style: none;
    clear: both;
}

#accordion-container ul li {
    list-style: inside;
    font-size: 1em;
}

#accordion-container h2 {
    margin-bottom: 10px;
}

#accordion-container a,
#accordion-container a:hover {
    color: #00a232;
    text-decoration: underline;
}

/* flickr widget */
#pagewrap .widget .flickr_badge_image {
    margin-top: 10px;
}

#pagewrap .widget .flickr_badge_image img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
#pagewrap .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#pagewrap .clearfix {
    display: inline-block;
}

#pagewrap .clearfix {
    display: block;
    zoom: 1;
}

/*******************************************************************
ACCORDION
********************************************************************/
#pagewrap #accordion-container {
    font-size: 0.9em;
    background: #ffffff;
    margin-top: 20px;
    /*padding: 0 15px 20px 15px;*/
    padding-left: 5px;
    padding-right: 10px;
    color: #4b4b4b;
    /*padding: 5px 10px 10px 10px !important;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#pagewrap .accordion-header {
    font-size: 1rem !important;
    background: #e4e4e4;
    /*margin: 10px 10px 0 5px !important;*/
    margin: 10px 10px 0 -1px !important;
    padding: 15px 20px !important;
    border: 1px solid #cccccc;
    cursor: pointer;
    color: #FFFFFF;
}

#pagewrap .active-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: url('images/menosfq.png') #00a232;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-position-x: 99%;
    font-weight: normal;
    color: #FFFFFF !important;
}

#pagewrap .active-header:hover {
    background: url('images/menosfq.png') #00a232;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-position-x: 99%;
    font-weight: normal;
    font-size: 1rem !important;
}

#pagewrap .inactive-header {
    background: url('images/masfq.png') #ebebeb;
    color: #4b4b4b;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-position-x: 99%;
    font-weight: normal;
}

#pagewrap .inactive-header:hover {
    background: url('images/masfq.png') #f5f5f5;
    background-repeat: no-repeat;
    background-position: right 50%;
    background-position-x: 99%;
    font-weight: normal;
}

#pagewrap .accordion-content {
    display: none;
    /* padding: 20px; */
    padding: 20px 18px 20px 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    width: auto !important;
}

#pagewrap .letraacordeon {
    font-size: 1rem !important;
}

.letraacordeon div {
    font-size: 1rem !important;
}

#pagewrap .letranormal {
    font-style: normal !important;
    margin-right: 0px !important;
}

/*******************************************************************
BULLETS
********************************************************************/
#pagewrap ol {
    counter-reset: item;
}

#pagewrap ol li {
    font-size: 1.1em;
    text-align: justify;
    color: #5f5f5f;
    list-style: none;
    padding: 4px 8px;
}

#pagewrap ol li:before {
    display: inline-block;
    content: counter(item) "   ";
    counter-increment: item;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    color: #fff;
    font: bold 14px Arial, Verdana;
    padding: 2px 8px 4px 5.5px;
    margin: 0 4px;
    list-style: decimal;
    /* IE7 e IE6*/
}

#pagewrap ol li ol li:before {
    font: bold 11px Arial, Verdana;
    content: counter(item) "   ";
    padding: 0 4px;
    background-image: url(images/bulletgrey.png);
    background-repeat: no-repeat;
    list-style-type: lower-latin !important;
}

#bullet {
    margin-top: 4%;
}

#bullet ol {
    counter-reset: item;
}

#bullet ol li {
    font-size: 1.1em;
    text-align: justify;
    color: #5f5f5f;
    list-style: none;
    padding: 4px 8px;
}

#bullet ol li:before {
    display: inline-block;
    content: counter(item) "   ";
    counter-increment: item;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    color: #fff;
    font: bold 14px Arial, Verdana;
    padding: 2px 8px 4px 5.5px;
    margin: 0 4px;
    list-style: decimal;
    /* IE7 e IE6*/
}

#bullet ol li ol li:before {
    font: bold 11px Arial, Verdana;
    content: counter(item) "   ";
    padding: 0 4px;
    background-image: url(images/bulletgrey.png);
    background-repeat: no-repeat;
    list-style-type: lower-latin !important;
}

#bullet .codbono {
    background: #666666;
    padding: 0.8%;
    color: #ffffff;
}

#contactarc .botonenviar {
    background-color: #006a2c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 4px;
    width: 144px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
}

#contactarc {
    margin: 0 auto;
    margin-left: 10%;
}

#contactarc form {
    width: 300px;
    margin: 20px auto;
}

#contactarc label {
    font-size: 14px;
    text-align: right;
    width: 15%;
    float: left;
    margin: .3em 2% 0 0;
    padding-top: .5%;
}

#contactarc input,
#contactarc textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
    font-size: 1.1em;
    width: 300px;
    min-height: 30px;
    display: inline;
    margin-bottom: 16px;
    margin-top: 8px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    /* que los iconos se deslicen hacia la derecha
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;*/
}

#contactarc textarea {
    min-height: 150px;
}

#contactarc label textarea {
    display: inline;
}

/*#contactarc input:focus, textarea:focus {
			-webkit-box-shadow:0 0 25px #ccc;
			-moz-box-shadow:0 0 25px #ccc;
			box-shadow:0 0 25px #ccc;			
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
		}*/

#contactarc input:valid,
textarea:valid {
    background: url("../images/si.png") no-repeat 280px 5px;
    -webkit-box-shadow: 0 0 7px #006a2c;
    -moz-box-shadow: 0 0 7px #006a2c;
    box-shadow: 0 0 7px #006a2c;
}

/*#contactarc input:focus:invalid, textarea:focus:invalid {
			background:url("../images/no.png") no-repeat 280px 7px;	
			-webkit-box-shadow:0 0 7px #F00;
			-moz-box-shadow:0 0 7px #F00;
			box-shadow:0 0 7px #F00;						
		}*/

#contactarc input[type=submit] {
    background-color: #006a2c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 6px;
    padding-left: 4px;
    width: 144px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul#pdf li {
    margin-left: 30px;
    font-size: 1em;
}

#terminos {
    border: 1px solid #e5e4e4;
    margin-top: 4%;
}

#terminos .cabecerater {
    background: #589838;
    padding: 3%;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 2%;
}

#terminos .textoterminos {
    padding: 3%;
    font-size: 0.89em;
}

.marginsup {
    margin-top: 4%;
}

.alertaborde {
    padding: 2.5%;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
}

.alertabordeimg {
    margin: 5px 20px 0;
    padding: 8px 17px 8px 17px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 5%;
    float: left;
    text-align: center;
}

.contactoalerta {
    font-size: 1.17em;
    padding: 5px;
}

.contactored {
    color: #fd0100;
}

.contactogreen {
    color: #2a9724;
}

.gridContainerhelp.clearfix {
    width: 78%;
    margin-left: 10.4%;
    text-align: left;
}

@media only screen and (min-width : 768px) {
    #pagewrap .widget #nav2 li {

        display: block !important;
    }
}

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

    #pagewrap .widget ul#zz2_RootAspMenu>li.static {
        display: none;
    }

    #pagewrap {
        padding-left: 0;
        width: 100% !important;
    }

    #pagewrap #menuhelp {
        /*margin: 10px;*/
        margin: 10px 0 0 0;
        width: 98% !important;
    }

    #pagewrap .widgettitle {
        padding: 5px 0;
    }

    #pagewrap .widget {
        background: transparent;
        margin: 0 0 30px;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .4);
        box-shadow: 0 0px 0px rgba(0, 0, 0, .4);
    }

    .marginizq6 {
        margin-left: 0;
    }

    #pagewrap #content {
        margin: 10px;
        width: 240px;
    }

    #pagewrap #accordion-container {
        padding: 0;
    }

    #preguntfrecnav {
        margin-top: 1em;
    }

    .gridContainerhelp.clearfix {
        width: 94.5% !important;
        margin-left: 0;
    }
}

#pagewrap #accordion-container>h2 {

    color: #1b1b1b;
}

@media only screen and (max-width : 1200px) {
    #pagewrap #content {
        width: 100%;
    }
}

@media only screen and (min-width : 1200px) {
    #pagewrap #content {
        margin: 30px 10px;
        width: 55%;
    }
}


/*registrate btn */
.bannerTextButton {
    text-align: center;
    color: #fff;
    font-size: 1.5vw;
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 1vw;
    cursor: pointer;
    border-color: #e3e3e3a1;
    border-width: 0.15vw;
    border-style: solid;
    border-radius: 70px;
    padding: 0 1vw 0 1vw;
    background: linear-gradient(180deg, #0057a0, #0587f5);
}

.glow-effect {
    animation: glowing 1500ms infinite;
}

.aASbuttonInsidePages {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

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

    .bannerTextButton {
        text-align: center;
        color: #fff;
        font-size: 6.5vw;
        font-weight: bold;
        font-family: sans-serif;
        margin-top: 1vw;
        cursor: pointer;
        border-color: #e3e3e3a1;
        border-width: 0.15vw;
        border-style: solid;
        border-radius: 70px;
        padding: 0 4vw 0 4vw;
        background: linear-gradient(180deg, #0057a0, #0587f5);
    }


    #condMenu .botonacos li {
        max-width: 450px;
    }

}
#content {
    background: white;
    color: #433343;
    padding: 50px 40px; 
}