@charset "utf-8";

/* CSS Document */


/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Logo
	3.2 Main Nav
	3.3 Header Side
	3.4 Hamburger
4. Menu
	4.1 Menu Social
	4.2 Menu copyright
5. Home
7. Page Section
8. Buttons
9. News
	9.1 Comments
	9.2 Leave Comment
10. Sidebar
11. Footer
	11.1 Newsletter
	11.2 Footer Content
	11.3 Footer Copyright


******************************/


/*********************************
8. Buttons
*********************************/

.button {
    cursor: pointer;
}

.button:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.button a {
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.button_1 {
    width: 202px;
    height: 48px;
}


/*********************************
9. Contact	
*********************************/

.contact {
    padding-top: 106px;
    padding-bottom: 117px;
}

.contact_title {
    font-size: 36px;
    font-weight: 500;
    color: #1a1a1a;
}

.contact_form_container {
    margin-top: 70px;
}

.input_field {
    width: 100%;
    background: #ece6e6;
    border: solid 2px transparent;
    height: 42px;
    padding-left: 33px;
}

.formulario__grupo {
    margin-bottom: 24px;
}

.input_field:focus {
    outline: none !important;
    border-color: #ffb606;
}

.formulario__validacion-estado {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 16px;
    opacity: 0;
}

.text_field {
    width: 100%;
    height: 189px;
    background: #ece6e6;
    border: solid 2px transparent;
    padding-left: 33px;
    padding-right: 20px;
    transition: border-color 0.5s;
}

.text_field:focus {
    outline: none !important;
    border-color: #ffb606;
}

.boton-enviar {
    width: 100%;
    height: 48px;
    background: #ffb606;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

.boton-enviar:focus {
    outline: 0;
    background-color: #ffb606;
}

.contact_form_container form input {
    transition: 0.5s !important;
}

.formulario__mensaje {
    align-items: center;
    width: 100%;
    background-color: #bb2929;
    padding: 30px;
    margin-bottom: 24px;
    display: none;
}

.formulario__mensaje p {
    display: inline-block;
    color: #ece6e6;
    margin: auto;
    font-size: 15px;
}

.formulario__mensaje .icono {
    display: inline-block;
    color: #ece6e6;
    font-size: 35px;
}

.formulario__mensaje-activo {
    display: flex;
}


/* ----- -----  Estilos para Validacion ----- ----- */

.formulario__grupo-correcto .formulario__validacion-estado {
    color: #1ed12d;
    opacity: 1;
}

.formulario__grupo-incorrecto {
    margin-bottom: 12px;
}

.formulario__grupo-incorrecto .formulario__label {
    color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
    color: #bb2929;
    opacity: 1;
}

.formulario__grupo-incorrecto .input_field {
    border: 2px solid #bb2929;
}

.formulario__grupo-incorrecto .text_field {
    border: 2px solid #bb2929;
}

.formulario__grupo-incorrecto .formulario__input-error {
    display: block;
}

.formulario__input-error {
    font-size: 12px;
    margin-bottom: 0;
    display: none;
}


/*********************************
10. About
*********************************/

.about_title {
    font-size: 36px;
    font-weight: 500;
    color: #1a1a1a;
}

.img-contacto {
    width: 100%;
}

.pandemia-text {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 16px;
}

.pandemia-text .icono {
    font-size: 50px;
    color: #ffb606;
    padding: 0;
}

.about_text {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.about span {
    padding: 10px;
    background: transparent;
    border: solid 2px #1a1a1a;
    color: #1a1a1a;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

.contact_info {
    margin-top: 34px;
    padding-left: 36px;
}

.contact_info_item {
    font-size: 15px;
    font-weight: 400;
    color: #a5a5a5;
    margin-bottom: 22px;
}

.contact_info_item:last-child {
    margin-bottom: 0px;
}

.contact_info_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.contact_info_icon img {
    width: 100%;
}


/*********************************
11. Google Map
*********************************/

#google_map {
    width: 100%;
    height: 532px;
    margin-top: 117px;
}

.map_container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 10px solid #ffb606;
}

.map_container iframe {
    width: 100%;
    height: 100%;
}


/*********************************
12. Footer
*********************************/

.footer {
    width: 100%;
    padding-top: 86px;
    background: #1a1a1a;
}

.footer .section_title h1 {
    color: #FFFFFF;
}


/*********************************
12.1 Newsletter
*********************************/

.newsletter {
    padding-bottom: 85px;
    border-bottom: solid 2px #4d4e4e;
}

.newsletter-normal {
    border-bottom: solid 2px #4d4e4e;
}

.newsletter_form_container {
    width: 60%;
    margin-top: 48px;
}

.newsletter_email {
    width: calc(100% - 164px);
    height: 42px;
    border: none;
    padding-left: 27px;
    font-weight: 500;
    color: #1a1a1a;
}

.newsletter_email:focus {
    outline: solid 2px #ffb606;
}

.newsletter_submit_btn {
    width: 164px;
    height: 42px;
    border: none;
    background: #ffb606;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.newsletter_submit_btn:focus {
    border: solid 2px #FFFFFF;
}


/*********************************
12.2 Footer Content
*********************************/

.footer_content {
    padding-top: 80px;
    padding-bottom: 83px;
    border-bottom: solid 2px #4d4e4e;
}

.footer_content .logo_container {
    padding-left: 0px;
}

.footer_content .logo span {
    color: #FFFFFF;
}

.footer_about_text {
    margin-top: 24px;
    margin-bottom: 0px;
    padding-right: 20px;
}

.footer_column_title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
}

.footer_column_content {
    margin-top: 32px;
}

.footer_list_item {
    margin-bottom: 11px;
}

.footer_list_item a {
    font-size: 14px;
    color: #a5a5a5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer_list_item a:hover {
    color: #ffb606;
}

.footer_contact_item {
    font-size: 14px;
    font-weight: 400;
    color: #a5a5a5;
    margin-bottom: 22px;
}

.footer_contact_item:last-child {
    margin-bottom: 0px;
}

.footer_contact_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.footer_contact_icon img {
    width: 100%;
}


/*********************************
12.3 Footer Copyright
*********************************/

.footer_bar {
    padding-top: 19px;
    padding-bottom: 19px;
}

.footer_social .menu_social_item a i {
    color: #FFFFFF;
}

.footer_social .menu_social_item a i:hover {
    color: #ffb606;
}

.footer_social .menu_social_item:last-child {
    margin-right: 0px;
}


/* estilos de botón para regresar arriba */

.simplescrollup__button {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    transition: 1s all;
    z-index: 10000;
}

.simplescrollup__button--show {
    transform: translateX(350px);
}

.simplescrollup__button--hide {
    transform: translateX(500px);
}

.mostrar-responsive {
    display: none;
}

.boton_arriba {
    width: 13%;
}