a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, tbody, tfoot, thead, time, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body, html {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
    color: #6b6b6b;
    scrollbar-color: #D62A40 #ff6962;
    scrollbar-width: thin;
}

body {}

h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
    color: #D62A40;
    border-bottom: 1px dotted #D62A40;
    padding-bottom: 10px;
    font-weight: normal;
    margin-bottom: 20px
}

hr {
    border-bottom: 1px dotted #ffffff;
    border-top: 1px dotted #ffffff00;
    border-left: 1px dotted #ffffff00;
    border-right: 1px dotted #ffffff00;
}

a:active, a:link, a:visited {
    color: #474747;
}

a:hover {
    color: #000000;
}

li {}

td, th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
}

td {
    border: 1px dotted rgba(107, 107, 107, 0.4);
    border-radius: 5px;
}

tr:nth-child(even) {}

tr {}

tr:hover {
    background-color: rgb(255, 255, 255);
}

th {
    font-weight: normal;
    border: 1px dotted rgba(219, 61, 82, 0.4);
    border-radius: 5px;
    color: rgba(219, 61, 82, 1);
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #ff6962
}

::-webkit-scrollbar-thumb {
    background: #D62A40
}

::-webkit-scrollbar-thumb:hover {
    background: #db3d52
}

::-webkit-input-placeholder {
    color: rgba(0, 103, 199, 0.60);
}

::-moz-placeholder {
    color: rgba(0, 103, 199, 0.60);
}

:-ms-input-placeholder {
    color: rgba(0, 103, 199, 0.60);
}

:-moz-placeholder {
    color: rgba(0, 103, 199, 0.60);
}

#cuerpo01 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

#cuerpo01_contenido {
    position: relative;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    margin-top: 60px;
}

#logo {
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(../imagenes/icono_home.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: -20px;
}

#slogan {
    position: relative;
    float: left;
    font-size: 22px;
    color: #D62A40;
    margin-bottom: 5px;
    margin-left: 185px;
}

#cedna {
    position: absolute;
    width: 280px;
    height: 54px;
    background-image: url(../imagenes/cedna.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 4;
    top: -25px;
    right: 20px;
}

#menu {
    position: relative;
    float: left;
    border-radius: 10px;
    margin-left: 165px;
    background-color: #D62A40;
    width: calc(100% - 165px);
    z-index: 3;
}

#menu_items_c_contenido {
    position: relative;
    float: left;
    background-image: url(../imagenes/pic01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#menu_items_c_contenido:hover #menu_items_submenu01 {
    display: block;
    opacity: 1;
    animation: menus 0.2s 1 linear;
}

@keyframes menus {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#menu_items_submenu01 {
    position: absolute;
    background-color: #D62A40;
    top: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 250px;
    display: none;
    opacity: 0;
}

#animacion {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
    margin-top: 15px;
}

#animacion_menu {
    position: relative;
    float: left;
    border-radius: 10px;
    width: 165px;
    z-index: 2;
    margin-top: 50px;
}

#animacion_contenido {
    position: relative;
    float: left;
    border-radius: 10px;
    width: calc(100% - 165px);
    z-index: 1;
    height: 600px;
    z-index: 1;
}

#animacion_img {
    width: 100%;
    height: 600px;
    position: relative;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

#animacion_textos {
    position: absolute;
    border-radius: 15px;
    text-align: right;
    right: 15px;
    bottom: 15px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.95);
}

#animacion_textos h2 {
    color: #D62A40;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
}

#animacion_textos h3 {
    color: #D62A40;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
}

#animacion_menu_item1, #animacion_menu_item2, #animacion_menu_item3, #animacion_menu_item4 {
    position: relative;
    float: left;
    border-radius: 10px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 30px;
    text-align: right;
    width: 180px;
    z-index: 2;
    cursor: pointer;
    font-size: 14px;
}

#animacion_menu_item1 {
    background-color: rgba(255, 106, 98, 1);
    border: 2px solid #ff6962;
}

#animacion_menu_item1:hover {
    background-color: #ff6962;
    right: -20px;
    animation: desplazar 0.5s 1 linear;
}

#animacion_menu_item2 {
    background-color: #84bed6;
    border: 2px solid #84bed6;
}

#animacion_menu_item2:hover {
    background-color: #84bed6;
    right: -20px;
    animation: desplazar 0.5s 1 linear;
}

#animacion_menu_item3 {
    background-color: #b5d56a;
    border: 2px solid #b5d56a;
}

#animacion_menu_item3:hover {
    background-color: #b5d56a;
    right: -20px;
    animation: desplazar 0.5s 1 linear;
}

#animacion_menu_item4 {
    background-color: #ffb606;
    border: 2px solid #ffb606;
}

#animacion_menu_item4:hover {
    background-color: #ffb606;
    right: -20px;
    animation: desplazar 0.5s 1 linear;
}

@keyframes desplazar {
    0% {
        right: 0px
    }

    100% {
        right: -20px
    }
}

.det01 {
    position: absolute;
    top: 15px;
    right: -20px;
}

#cuerpo02 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 80px;
}

#cuerpo02_contenido {
    position: relative;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}

#cuerpo02_contenido_c {
    position: relative;
    float: left;
    width: calc(50%);
}

#cuerpo02_contenido_vi {
    position: relative;
    float: left;
    width: calc(40%);
}

#cuerpo02_contenido_vd {
    position: relative;
    float: left;
    width: calc(60%);
}

#cuerpo02_contenido_il {
    position: relative;
    float: left;
    width: calc(50% - 60px);
    background-color: #F1C400;
    padding: 20px;
    margin-right: 20px;
    border-radius: 20px;
}

#cuerpo02_contenido_dl {
    position: relative;
    float: left;
    width: calc(50%);
}

#cuerpo03 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 80px;
    padding-top: 15px;
    background-color: #D62A40;
}

#cuerpo03_contenido {
    position: relative;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}

#cuerpo04 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 80px;
}

#cuerpo04_contenido {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#cuerpo05 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

#cuerpo05_contenido {
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    clear: both;
    text-align: justify;
}

#cuerpo05_contenido h1 {
    background-color: #D62A40;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    font-size: 24px;
}

#cuerpo05_contenido h2 {
    color: #D62A40;
    border-bottom: 1px dotted #D62A40;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#titulo01 {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 35px;
    background-image: url(../imagenes/pic02.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-left: 40px;
    color: #92bf39;
    border: 1px solid #92bf39;
}

#titulo02 {
    position: relative;
    background-color: #ffffff;
    text-align: center;
    font-size: 24px;
    color: #D62A40;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 35px;
    background-image: url(../imagenes/pic03.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-left: 40px;
    margin-top: -40px;
}

#titulo03 {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 35px;
    background-image: url(../imagenes/pic04.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-left: 40px;
    color: #1d47bb;
    border: 1px solid #1d47bb;
}

#titulo04 {
    position: relative;
    float: left;
    background-color: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #F1C400;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 35px;
    background-image: url(../imagenes/pic07.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-left: 40px;
}

#titulo05 {
    position: relative;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-radius: 35px;
    background-image: url(../imagenes/pic06.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    padding-left: 40px;
    clear: both;
    color: #F1C400;
    border: 1px solid #F1C400;
}

#cursos_talleres_contenedor {
    position: relative;
    float: left;
    width: calc(20% - 20px);
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

#cursos_talleres, #proyectos, #secciones_int_img {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: cover;
}

#proyectos {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#cursos_talleres:hover, #proyectos:hover, #secciones_int_img:hover {
    background-size: auto 120%;
    animation: zoom 0.5s 1 linear;
}

@keyframes zoom {
    0% {
        background-size: auto 100%;
    }

    100% {
        background-size: auto 120%;
    }
}

#cursos_talleres h2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(146, 191, 57, 0.8);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    font-size: 18px;
}

#proyectos h2 {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.8);
    color: #D62A40;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#secciones_int_img h2 {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    background-color: #D62A40;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    font-size: 16px;
}

#cursos_talleres_descripción {
    position: relative;
    float: left;
    width: calc(100% - 22px);
    border-radius: 10px;
    border: 1px solid rgba(146, 191, 57, 0.2);
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

#proyectos_descripción {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    background-color: rgb(153, 25, 42);
    font-size: 16px;
}

#proyectos_contenedor {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
}

#video_intro {
    position: relative;
    float: left;
    text-align: left;
    background-color: #DE5A18;
    color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px;
    margin-top: 0px;
    height: 360px
}

#video_intro h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

#secciones_int {
    position: relative;
    float: left;
    width: calc(33.3% - 20px);
    height: 400px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 100px;
}

.galerias_principal {
    position: relative;
    float: left;
    width: calc(25% - 1px);
    height: 120px;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 10px;
}

.galerias_principal:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 5px #1d47bb;
    box-shadow: 0px 0px 10px 5px #1d47bb;
    background-size: auto 120%;
    animation: zoom 0.5s 1 linear;
}

.galerias_int {
    position: relative;
    float: left;
    width: calc(20% - 1px);
    height: 160px;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    margin-right: 1px;
    margin-bottom: 1px;
    border-radius: 10px;
}

.galerias_int:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 5px #1d47bb;
    box-shadow: 0px 0px 10px 5px #1d47bb;
    background-size: auto 120%;
    animation: zoom 0.5s 1 linear;
}

.colaboradores {
    float: left;
    position: relative;
    width: calc(33.3% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.colaboradores_g {
    float: left;
    position: relative;
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.noticias_lista {
    width: calc(100%);
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.img_noticias {
    float: left;
    position: relative;
    margin-right: 20px;
    border-radius: 15px;
    border: 2px solid #FFF;
    width: 160px;
}

#pie {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 80px;
}

#pie_contenido {
    position: relative;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
    color: #FFF;
}

#pie_items1 {
    position: relative;
    float: left;
    background-color: #1d47bb;
    padding: 40px;
    border-top-left-radius: 50px;
    line-height: 20px;
    height: 300px;
    width: calc(50% - 80px);
}

#pie_items2 {
    position: relative;
    float: left;
    background-color: #2c53c0;
    padding: 40px;
    line-height: 20px;
    height: 300px;
    width: calc(25% - 80px);
}

#pie_items3 {
    position: relative;
    float: left;
    background-color: #4869c5;
    padding: 40px;
    line-height: 20px;
    border-top-right-radius: 50px;
    height: 300px;
    width: calc(25% - 80px);
}


.logo_pie {
    float: left;
    position: relative;
    clear: both;
    margin-right: 40px;
    width: 150px;
}

.imagen01 {
    float: left;
    position: relative;
    clear: both;
    margin-right: 40px;
    width: 150px;
}

.imagen02 {
    position: relative;
    top: 5px
}

.img_textos_01 {
    position: relative;
    float: left;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

.img_textos_01 h1 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #D62A40;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 25px;
    letter-spacing: 4px;
}

#textos_interno {
    position: relative;
    float: left;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
    width: calc(100% - 100px);
}

#blog_lista {
    position: relative;
    width: calc(100% - 30px);
    float: left;
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
}

#blog_lista h2 {
    text-align: left;
}

#img_blog {
    position: relative;
    float: left;
    width: 300px;
    height: 250px;
    border-radius: 10px;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: cover;
}

#cita01 {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-size: 20px;
    border: 1px solid rgba(29, 71, 187, 0.7);
    border-radius: 25px;
    color: rgba(29, 71, 187, 0.7);
}

#cita02 {
    position: relative;
    float: left;
    clear: both;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(214, 42, 65, 1);
    border-radius: 15px;
    margin-bottom: 15px;
    background-image: url(../imagenes/det07.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 80%;
}

#cita03 {
    position: relative;
    float: left;
    clear: both;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    background-color: #4869c5;
    border-radius: 15px;
    margin-bottom: 15px;
    background-image: url(../imagenes/det07.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 80%;
}

#equipo01 {
    position: relative;
    float: left;
    width: calc(33.3% - 80px);
    padding: 20px;
    padding-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid rgba(214, 42, 65, 1);
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

#boton01, #boton02, #boton03 {
    position: absolute;
    top: -60px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #4869c5;
    border-radius: 15px;
    background-image: url(../imagenes/det08.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 80%;
}

#boton01:hover, #boton02:hover, #boton03:hover {
    background-color: #395fc9;
}

#formulario_voluntarios, #formulario_donaciones, #formulario_cursos {
    position: fixed;
    top: 0px;
    right: -350px;
    width: 250px;
    height: calc(100% - 100px);
    padding: 50px;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

#formulario_titulo_v, #formulario_titulo_c {
    position: relative;
    float: left;
    color: #4869c5;
    font-size: 22px;
    margin-bottom: 15px;
}

#formulario_cerrar_voluntarios, #formulario_cerrar_donaciones, #formulario_cerrar_cursos, #anuncios_cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.idiomas {
    position: absolute;
    top: 15px;
    right: 15px;
}

.campo01 {
    position: relative;
    float: left;
    border-radius: 10px;
    border: none;
    background-color: #f7f7f7;
    width: calc(100% - 30px);
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #6b6b6b;
    border: 1px solid #ff000000;
}

.campo01_error {
    position: relative;
    float: left;
    border-radius: 10px;
    border: none;
    background-color: #f7f7f7;
    width: calc(100% - 30px);
    margin-bottom: 15px;
    padding: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #6b6b6b;
    border: 1px solid #ff0000;
}

.boton01 {
    position: relative;
    float: left;
    border-radius: 10px;
    border: none;
    color: #fff;
    background-color: rgba(214, 42, 65, 1);
    width: calc(100% - 30px);
    padding: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.tabla01 {
    background-color: #4869c5;
    color: #fff;
    font-size: 22px;
}

.videos_testimonios {
    position: relative;
    float: left;
    width: 50%;
    height: 350px;
}

#mapa_cedna {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
}

#whatsapp {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 999;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #6ebb0a;
    border-radius: 20px;
    color: #fff;
    background-image: url(../imagenes/whatsapp.png);
    background-position: 10px center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#whatsapp:hover {
    background-color: #96d841;
}

.menu_r {
    position: fixed;
    z-index: 9;
    background-color: #DE5A18;
    font-size: 20px;
    color: #FFF;
    padding: 8px 25px 8px 25px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
    left: calc(50% - 60px);
    background-image: url(../imagenes/pic01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.menu_r_linea {
    position: fixed;
    z-index: 9;
    background-color: #DE5A18;
    width: 100%;
    height: 4px;
    display: none;
}

.menu_r_contenido {
    position: fixed;
    z-index: 9;
    background-color: #DE5A18;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 10px 15px 10px 15px;
    top: 60px;
    left: calc(50% - 100px);
    display: none;
}

.resultados_principal {
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 5px 5px 35px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
    clear: both;
    background-image: url(../imagenes/det10.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.resultados_principal:hover {
    background-color: #ffffff;
    color: #DE5A18;
    background-image: url(../imagenes/det11.svg);
    animation: rprincipal 0.5s 1 linear;
}

@keyframes rprincipal {
    0% {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
        background-image: url(../imagenes/det10.svg);
    }

    100% {
        color: #DE5A18;
        background-color: #ffffff;
        background-image: url(../imagenes/det11.svg);
    }
}

.resultados_principal b {
    font-size: 20px;
}

.apoyo_principal {
    position: relative;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 20px 40px 20px 40px;
    border-radius: 25px;
    color: #D62A40;
    font-size: 20px;
}

.apoyo_comillas {
    font-size: 60px;
}

.rayita_roja {
    position: relative;
    width: 60px;
    height: 2px;
    background-color: #D62A40;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.anuncios {
    position: fixed;
    width: 260px;
    padding: 40px 20px 40px 20px;
    background-color: #D62A40;
    color: #FFF;
    border-radius: 25px;
    font-size: 28px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    top: calc(50% - 130px);
    left: calc(50% - 130px);
    text-align: center;
}

/* VINCULOS */
a.nan, a.nan:active, a.nan:link, a.nan:visited, a.nan:hover {
    border: none;
    text-decoration: none;
}

a.vinculo01, a.vinculo01:active, a.vinculo01:link, a.vinculo01:visited {
    position: relative;
    float: left;
    color: #ffffff;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

a.vinculo01:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

a.vinculo02, a.vinculo02:active, a.vinculo02:link, a.vinculo02:visited {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
}

a.vinculo02:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

a.vinculo03, a.vinculo03:active, a.vinculo03:link, a.vinculo03:visited {
    position: relative;
    clear: both;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    background-color: #ffffff;
    color: #DE5A18;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: right;
}

a.vinculo03:hover {
    text-decoration: underline;
}

a.vinculo04, a.vinculo04:active, a.vinculo04:link, a.vinculo04:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

a.vinculo04:hover {
    border-bottom: 1px dotted #FFF;
}

a.vinculo05, a.vinculo05:active, a.vinculo05:link, a.vinculo05:visited {
    background-color: #F1C400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #FFF;
}

a.vinculo05:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px dotted #FFF;
}

a.vinculo06, a.vinculo06:active, a.vinculo06:link, a.vinculo06:visited {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

a.vinculo06:hover {}

a.vinculo07, a.vinculo07:active, a.vinculo07:link, a.vinculo07:visited {
    text-decoration: none;
    color: #D62A40;
}

a.vinculo07:hover {}

a.vinculo08, a.vinculo08:active, a.vinculo08:link, a.vinculo08:visited {
    color: #D62A40;
    text-decoration: none;
    border: 1px solid rgb(214, 42, 64);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

a.vinculo08:hover {
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: #D62A40;
}

a.vinculo09, a.vinculo09:active, a.vinculo09:link, a.vinculo09:visited {
    position: relative;
    float: left;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 5px;
}

a.vinculo09:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

a.boton_descargas, a.boton_descargas:active, a.boton_descargas:link, a.boton_descargas:visited {
    color: #D62A40;
    text-decoration: none;
    position: relative;
    float: left;
    clear: both;
    border: 1px solid #D62A40;
    padding-left: 35px;
    padding-right: 10px;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(../imagenes/det05.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
}

a.boton_descargas:hover {
    background-image: url(../imagenes/det06.svg);
    background-color: #d62a41;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #8b8b8b;
}

::-moz-placeholder {
    color: #8b8b8b;
}

:-ms-input-placeholder {
    color: #8b8b8b;
}

:-moz-placeholder {
    color: #8b8b8b;
}