/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ========================================================================
   				F O N T S
 ========================================================================== */
@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');

a,p,span,h1,h2,h3,h4,h5,li{
	font-family: 'Poppins', sans-serif;
}

/* ========================================================================
   				M E N U
 ========================================================================== */
#tm-header .tm-navbar.uk-navbar {
    background: #fff;
}
#tm-header .tm-navbar-center > .uk-navbar-nav {
    position: absolute;
    right: 0px;
}
#tm-header .tm-navbar-center.uk-flex.uk-flex-center.uk-hidden-small.uk-hidden-medium li a {
    color: #1946b9;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}
#tm-header .tm-navbar-center.uk-flex.uk-flex-center.uk-hidden-small.uk-hidden-medium li.uk-active a {
    color: #db0632;
}
#tm-header .tm-navbar-center.uk-flex.uk-flex-center.uk-hidden-small.uk-hidden-medium li a:hover {
    border-bottom: 6px solid #db0632;
}
.tm-navbar-sticky .tm-navbar-wrapper-animate {
    border: 0px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 8px solid #db0632 !important;
    box-shadow: 0px 3px 16px #6b6b6b;
} 
#tm-header .uk-sticky-placeholder {
    top: 50px;
}

/* ========================================================================
   				T O P  A
 ========================================================================== */
#tm-top-a {
    padding-top: 158px;
    background: #fff;
}
#tm-top-a .cont_top_a {
    padding: 140px 70px;
}
.cont_top_a .uk-overlay-bottom li.uk-active a {
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 0 1px #fff;
    padding: 1px;
}
.cont_top_a .uk-overlay-bottom li a {
    background: #fff;
}
.cont_titulo_slideshow {
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
    padding: 0px 30px;
}

/* ========================================================================
   				T O P  B
 ========================================================================== */
#tm-top-b {
    background: #fff;
}
.cont_top_b {
    text-align: center;
}
img.nuestras_marcas {
    width: 100%;
    max-width: 550px;
}
.cont_slideset_1 {
    margin-top: 120px;
    margin-bottom: 10px;
}
.cont_slideset_1 .uk-slideset-nav.uk-dotnav li a {
    background: #b2b2b2;
}
.cont_slideset_1 .uk-slideset-nav.uk-dotnav li.uk-active a {
    background: #1946b9;
    border: 1px solid #1946b9;
}
.cont_slideset_2 .uk-slideset-nav.uk-dotnav li a {
    background: #b2b2b2;
}
.cont_slideset_2 .uk-slideset-nav.uk-dotnav li.uk-active a {
    background: #1946b9;
    border: 1px solid #1946b9;
}
.cont_slideset_1 ul.uk-slideset > li {
    width: 33.33%;
}

/* ========================================================================
   				T O P  C
 ========================================================================== */
#tm-top-c {
    padding-bottom: 240px !important;
}
.cont_top_c .uk-overlay-panel.uk-overlay-bottom {
    bottom: -280px;
    padding-left: 0px;
    padding-right: 0px;
}
.cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul {
    margin-left: 0px;
}
.cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul > li {
    padding-left: 0px;
}
.cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul > li > a {
    height: auto;
    display: flex;
    align-items: center;
}
.cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul > li img {
    width: 200px;
    height: 400px;
    object-fit: cover;
    min-width: 224px;
    max-height: 130px;
}
.cont_top_c {
    display: block;
}
.cont_top_c_responsive {
    display: none;
}


/* ========================================================================
   				T O P  D
 ========================================================================== */
.cont_top_d_int img {
    height: 100px;
}
.cont_top_d_int .txt_titulo_rojo {
    color: #db0632;
    font-size: 22px;
    font-weight: 800;
}

.cont_top_d_int {
    color: #1946b9;
    font-size: 16px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px #ccc;
    width: 400px;
    padding: 25px 0px;
    margin: auto;
}
.cont_top_d_int .icono_Sucursal {
    color: #db0632;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 3px;
}
.cont_top_d_int > div > p:nth-child(2) {
    margin-top: 0px;
}
.txt_telefonos, .txt_whatsapp {
    display: flex;
}
.txt_telefonos > a:nth-child(1), .txt_whatsapp > a:nth-child(1) {
    margin-left: auto;
    width: 40%;
    text-align: right;
}
.txt_telefonos > a:nth-child(3), .txt_whatsapp > a:nth-child(3) {
    margin-right: auto;
    width: 40%;
    text-align: left;
}
.cont_top_d_int .punto_azul {
    display: flex;
    align-items: center;
}
.cont_top_d_int .punto_azul::before {
    content: "\2022";
    color: #1946b9;
    font-weight: 900;
    display: inline-block;
    width: 60px;
    margin-left: 0px;
    font-size: 28px;
    text-align: center;
}
.cont_top_d_int p > a {
    color: #1946b9;
}

.telefono.un_telefono .txt_telefonos > a {
    margin: auto;
    width: 100%;
    text-align: center;
}
.whatsapp.un_whatsapp .txt_whatsapp > a {
    margin: auto;
    width: 100%;
    text-align: center;
}
.txt_direccion, .txt_telefonos, .txt_whatsapp {
    margin: 0px;
}
.ubicacion, .telefono, .whatsapp {
    margin: 28px 0px;
}
.cont_top_d .uk-slideset-nav.uk-dotnav li.uk-active a {
    background: #1946b9;
    border: 1px solid #1946b9;
}
.cont_top_d .uk-slideset-nav.uk-dotnav li a {
    background: #b2b2b2;
}


/* ========================================================================
   				B O T T O M  A
 ========================================================================== */
#tm-bottom-a {
    background: #fff !important;
    padding-top: 60px;
}
#tm-bottom-a > .uk-container.uk-container-center {
    max-width: 1460px;
}
.cont_bottom_a iframe {
    width: 100%;
    min-height: 420px;
}

/* ========================================================================
                B O T T O M  B
 ========================================================================== */
#tm-bottom-b {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 11px 0px;
    background: #1946b9;
}
#tm-bottom-b > .uk-container {
    max-width: 1460px;
}
.cont_redes_top {
    text-align: right;
}
.cont_redes_top a {
    color: #fff !important;
    font-size: 26px;
    margin: 0px 15px;
}



#tm-bottom-c {
    z-index: 5;
    padding: 0px !important;
    border-top: 0px !important;
    background: transparent;
    height: 0px;
}

.offcanvas-1 {
    display: none;
}
.line_offcanvas1 {
    stroke: #1946b9 !important;
    stroke-width:4.5 !important;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line_offcanvas1 {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.hamRotate180.active {
  transform: rotate(180deg);
}

.ham6 .top_offcanvas1 {
  stroke-dasharray: 40 172;
}
.ham6 .middle_offcanvas1 {
  stroke-dasharray: 40 111;
}
.ham6 .bottom_offcanvas1 {
  stroke-dasharray: 40 172;
}
.ham6.active .top_offcanvas1 {
  stroke-dashoffset: -132px;
}
.ham6.active .middle_offcanvas1 {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom_offcanvas1 {
  stroke-dashoffset: -132px;
}

/*      O F F C A N V A S   <-  F L E C H A     */

.ham5 .top_offcanvas1 {
  stroke-dasharray: 40 82;
}
.ham5 .bottom_offcanvas1 {
  stroke-dasharray: 40 82;
}
.ham5.active .top_offcanvas1 {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham5.active .bottom_offcanvas1 {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}


/*----*/


#copper-canyon {
    margin-bottom: 60px;
}
.open {
    z-index: 100 !important;
}

.a-menu-interior{
    font-size: 25px !important;
    color: #db0632 !important;
    padding: 0px;
    font-weight: 600;
}



.sub-menu > li:nth-child(2) > a:nth-child(1){
  color: #740202 !important;
}

.open {

    top: 0px !important;

}


.menu-btn.close-btn {
    /*position: fixed;
    top: 25px !important;
    left: 25px;*/
    background: transparent !important;
    height: 80px;
    width: 80px;
}


.menu-btn{
cursor: pointer;
height: 60px;
width: 60px;
background-size: cover;
background-color: transparent;
display: inline;
z-index: 101;
position: absolute;
top: -80px !important;
right: 31px;
font-size: 35px;
color: #161312;
background: rgba(0,0,0,.3) !important;
}
.li-menu-interior:hover {
  background-color: #365fcb !important;
  color: #fff !important;
}
.li-menu-interior:hover a{
  background-color: #365fcb !important;
  color: #fff !important;
  text-decoration: none;
}
.offcanvass li.active{
  background-color: black;
  color: white;
}

.offcanvass li.active a{
   background-color: black;
  color: white;
  text-decoration: none;
}

.logo_redes_offcanvas {
    text-align: center;
}

.close-btn{
    
}
.offcanvas-1 nav{
    position: fixed;
    top: -1600px;
    left: 0;
    right: 0;
    background: #e3e3e3;
    transition: all 0.5s;
    font-family: arial;
}
.offcanvas-1 nav > ul{
    max-width: 960px;
    text-align: center;
    padding-left: 0px;
    position: absolute;
    list-style: none;
    
    width: 100%;
    
    top: 75px;
}
.offcanvas-1 nav > ul > li > a{
    display: block;
}
.offcanvas-1 nav > ul > li{
  padding: 15px 0 15px 0;
}
.offcanvas-1 nav > ul > li span{
    font-style: italic;
    font-size: 20px;
    padding-bottom: 20px;
    color: #adadad;
}
.line{
    border-bottom: 1px solid #e0e0e0;
}
.sub-menu{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-left: 0px;
}
.sub-menu li{
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    font-weight: bold;
}

.offcanvas-1 nav .email-form{
    background: #65c6ea;
}
.offcanvas-1 nav .email-form h2{
    font-size: 44px;
    text-align: center;
    padding-top: 40px;
    color: #fff;
}
.offcanvas-1 nav .email-form form{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.offcanvas-1 nav .email-form form .field{
    padding: 10px;
    margin: 0;
    width: 70%;
    box-sizing:border-box;
    border: none;
    font-size: 24px;
    color: #414141;
}
.offcanvas-1 nav .email-form form button{
    background: #fff;
    border: none;
    margin: 0;
    font-size: 24px;
    padding: 10px 12px;
    cursor: pointer;
}
.offcanvass{
  height: 100vh;
}
.logo_refaccionaria_avila_offcanvas {
    width: 200px;
}

/* ========================================================================
                N O S O T R O S
 ========================================================================== */

#tm-footer .tm-footer-left > .uk-panel {
    width: 100%;
}
#tm-footer .tm-footer-left {
    position: inherit;
    display: block;
    min-width: 100%;
}
.cont_footer_azul {
    text-align: center;
}
.nosotros .uk-article-title, 
.nosotros .uk-article-meta {
    display: none;
}
.titulo_nosotros {
    text-align: center;
    margin-bottom: 60px;
}
.cont_nosotros_int {
    text-align: center;
    height: 100%;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 15px #ccc;
    padding: 20px 25px;
}
.cont_nosotros_int p {
    text-align: justify;
    font-size: 14px;
    color: #1946b9;
}
.cont_nosotros_int .titulo_nosotros_int {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #db0632;
}

/* ========================================================================
                P R O D U C T O S
 ========================================================================== */
.productos .uk-article-title, 
.productos .uk-article-meta {
    display: none;
}


/* ========================================================================
                S U C U R S A L E S
 ========================================================================== */
.sucursales .uk-article-title, 
.sucursales .uk-article-meta {
    display: none;
}
.titulo_sucursales {
    text-align: center;
    margin-bottom: 60px;
}
.cont_sucursales_item {
    position: relative;
    border: 1px solid #000;
}
.titulo_ciudad_item {
    position: absolute;
    top: 0px;
    background: #db0632;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0px;
    padding: 8px 50px;
    font-size: 20px;
}
.slider_sucursales {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
}
.slider_sucursales > .uk-slidenav-position {
    margin-bottom: 0px;
    height: 100%;
}
.slider_sucursales > .uk-slidenav-position > .uk-slideset {
    height: 100%;
}
.slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-panel.uk-text-center {
    display: flex;
    align-items: center;
}
.slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-overlay-scale {
    height: 70px;
}
.slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-panel.uk-text-center > .uk-panel-teaser {
    margin: auto;
}
.cont_sucursales .cont_top_d_int {
    text-align: center;
    width: 99.8%;
}
.cont_sucursales > .uk-grid > div:nth-child(4) > .cont_top_d_int {
    padding-bottom: 0px;
}
.cont_sucursales > .uk-grid > div:nth-child(4) > .cont_top_d_int > .whatsapp {
    margin-bottom: 27px;
}
.cont_sucursales > .uk-grid > div {
    margin: 15px 0px;
}

/* ========================================================================
                C O N T A C T O
 ========================================================================== */
.contacto .uk-article-title, 
.contacto .uk-article-meta {
    display: none;
}
.titulo_contacto {
    text-align: center;
    margin-bottom: 60px;
}
.cont_form_contacto .uk-form-label {
    width: 100%;
}
.cont_form_contacto .uk-form-controls.formControls {
    margin-left: 0px;
}
.cont_form_contacto input, .cont_form_contacto textarea {
    width: 100% !important;
    text-transform: none !important;
    background: #fff !important;
    box-shadow: 0px 0px 12px #c5c5c5 !important;
    border-radius: 7px !important;
    color: #000 !important;
    border: 1px solid #c5c5c5 !important;
    font-family: 'Poppins', sans-serif !important;
}
.cont_form_contacto input:focus, .cont_form_contacto textarea:focus {
    border: 1px solid #6a9222 !important;
}
.cont_form_contacto span.formValidation {
    display: none;
}
.cont_form_contacto .uk-form-label {
    width: 100%;
    color: #1946b9;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-top: 0px;
}
.cont_form_contacto .rsform-block-txt-mensaje {
    height: 100%;
}
.cont_form_contacto .rsform-block-txt-mensaje > .uk-form-controls.formControls {
    height: 100%;
}
.cont_form_contacto textarea {
    min-height: 231px;
}
.rsform-block-recaptcha > .uk-form-controls.formControls > div > div {
    margin: auto;
}
.cont_form_contacto #btn_enviar {
    background: #db0632;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 40px;
    border: 1px solid #db0632;
    border-radius: 6px;
    color: #fff;
    margin-left: auto;
}
.cont_form_contacto #btn_enviar:hover {
    background: #fff;
    color: #db0632;
}
.rsform-block-btn-enviar .uk-form-controls.formControls {
    height: 100%;
    display: flex;
    align-items: center;
}
#txt_sucursal {
    width: 100%;
    text-transform: none !important;
    background: #fff !important;
    box-shadow: 0px 0px 12px #c5c5c5 !important;
    border-radius: 1px !important;
    color: #000 !important;
    border: 1px solid #c5c5c5 !important;
    font-family: 'Poppins', sans-serif;
}
.uk-form-row.rsform-block.rsform-block-btn-enviar {
    height: 100%;
}
.cont_form_contacto fieldset > div {
    margin-top: 15px !important;
}
.cont_form_contacto fieldset > div:nth-child(1) {
    margin-top: 0px !important;
}
.contacto #tm-bottom-a {
    padding-top: 0px;
}
.contacto #tm-main {
    padding-bottom: 60px;
}


/* ========================================================================
   				F O O T E R
 ========================================================================== */
#tm-footer {
    position: initial;
    height: auto;
    padding: 0px;
}
.inicio_refaccionaria_avila {
    padding-bottom: 0px;
    position: relative;
}
#tm-anchor-bottom {
    display: none;
}
#tm-footer > .uk-container {
    max-width: 100%;
    display: block;
    padding: 0px;
}
#tm-footer .tm-footer {
    width: 100%;
}
.cont_footer_azul {
    background: #1946b9;
    padding: 60px 80px;
}
.cont_img_footer_izq img, .cont_img_footer_der img {
    height: 55px;
}
.cont_redes_footer a {
    color: #fff !important;
    font-size: 28px;
    margin: 0px 15px;
}
.cont_footer_rojo {
    background: #db0632;
    padding: 40px 80px;
}
.txt_footer p {
    color: #fff;
    text-align: left;
}
.img_mc_footer {
    text-align: right;
}
.cont_img_footer_der {
    text-align: right;
}
.cont_img_footer_izq {
    text-align: left;
}
.cont_footer_azul > .uk-grid > div:nth-child(2) {
    display: flex;
    align-items: center;
}
.cont_redes_footer {
    margin-left: auto;
    margin-right: auto;
}
.txt_footer br {
    display: none;
}
.txt_footer span {
    display: block;
}
.tm-footer > div {
    margin: 0px !important;
}

/* ========================================================================
                R E S P O N S I V E
 ========================================================================== */

@media (max-width: 1220px){
    .cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul > li img {
        min-width: 186px;
        width: 186px;
    }
    .cont_nosotros_int {
    	padding: 10px 25px;
	}
}

@media (max-width: 1040px){

}

@media (max-width: 980px){
    .cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul > li img {
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 959px) {
    #tm-top-a .cont_top_a {
        padding: 80px 40px;
    }
    .cont_img_txt img {
        width: 300px;
    }
    #tm-top-c {
        padding: 100px 0px;
    }
    .offcanvas-1 {
        display: block;
        position: fixed;
        top: 150px;
        right: -20px;
        z-index: 2;
    }
    #offcanvas_1.offcanvas_scroll_bottom {
        top: 100px;
    }
    #tm-bottom-b {
        position: fixed;
    }
    .cont_form_contacto #btn_enviar {
        margin: auto;
    }
    .contacto .cont_top_d_int {
        width: 100%;
    }
    .cont_nosotros_int {
    	padding: 0px 15px;
	}
	.nosotros #tm-main {
    	padding-top: 240px;
	}
	.slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-overlay-scale {
    	height: 50px;
    	width: auto;
	}
	.slider_sucursales {
    	height: 70px;
	}
	.sucursales #tm-main {
    	padding-top: 240px;
	}
	.contacto #tm-main {
    	padding-top: 240px;
	}
}

@media (max-width: 767px){
    .txt_footer p {
        text-align: center;
    }
    .cont_footer_rojo {
        padding: 30px 0px;
    }
    .txt_footer, .img_mc_footer {
        margin: 10px 0px;
    }
    .img_mc_footer {
        text-align: center;
    }
    .cont_top_c {
        display: none;
    }
    .cont_top_c_responsive {
        display: block;
    }
    #tm-top-c {
        padding: 60px 0px !important;
    }
    .offcanvas-1 {        
        top: 140px;
    }
    #offcanvas_1.offcanvas_scroll_bottom {
        top: 140px;
    }
    .cont_slideset_1 ul.uk-slideset > li {
    	width: 50%;
	}
    .contacto .cont_top_d_int {
        width: 400px;
    }
    .cont_nosotros_int {
    	padding: 10px 25px;
    	width: 360px;
    	margin: auto;
	}
	.cont_nosotros > .uk-grid > div {
    	margin: 25px 0px;
	}
	.cont_sucursales > .uk-grid > div {
    	margin: 15px 0px;
	}
	.slider_sucursales {
    	height: 90px;
	}
	.slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-overlay-scale {
    	height: 60px;
    	width: auto;
	}
}

@media (max-width: 700px){
    .cont_top_c .uk-overlay-panel.uk-overlay-bottom {
        bottom: -310px;
    }
}

@media (max-width: 630px){
    .cont_redes_footer a {
        font-size: 20px;
        margin: 0px 9px;
    }
    .slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-overlay-scale {
    	height: 50px;
    	width: auto;
	}
	.slider_sucursales {
    	height: 70px;
	}
}

@media (max-width: 480px){
    .cont_img_txt img {
        width: 200px;
    }
    .cont_top_a .uk-overlay-panel > div {
        margin: auto;
        background: rgba(255,255,255,0.8);
        border-radius: 10px;
    }
    .cont_titulo_slideshow {
    	background: transparent;
    	border-radius: 0px;
    	padding: 0px;
	}
    .cont_top_c .uk-overlay-panel.uk-overlay-bottom {
        bottom: -120px;
    }
    .cont_top_c .uk-overlay-panel.uk-overlay-bottom > ul > li img {
        max-height: 80px;
    }
    .cont_top_d_int {
        width: 100%;
    }
    .cont_bottom_a iframe {
        min-height: 300px;
    }
    .cont_footer_azul > .uk-grid > div {
        margin: 10px 0px;
    }
    .cont_img_footer_izq, 
    .cont_img_footer_der {
        text-align: center;
    }
    .cont_redes_footer a {
        font-size: 24px;
        margin: 0px 10px;
    }
    .cont_footer_azul {
        padding: 60px 30px;
    }
    .txt_footer br {
        display: block;
    }
    .txt_footer span {
        display: none;
    }
    .cont_redes_top a {
        display: inline-block;
        width: 32.9%;
        margin: 0px;
        text-align: center;
        border-left: 1px solid #fff;
    }
    .cont_redes_top a:nth-child(3) {
        border-right: 1px solid #fff;
    }
    .contacto .cont_top_d_int {
        width: 100%;
    }
    .cont_nosotros_int {
    	width: auto;
	}
	.titulo_nosotros img {
    	width: 200px;
	}
	.nosotros #tm-main {
    	padding-top: 220px;
	}
	.slider_sucursales {
    	height: 50px;
	}
	.slider_sucursales > .uk-slidenav-position > .uk-slideset .uk-overlay-scale {
    	height: 40px;
    	width: auto;
	}
	.titulo_sucursales img {
    	width: 200px;
	}
	.sucursales #tm-main {
    	padding-top: 220px;
	}
	.titulo_contacto img {
    	width: 200px;
	}
	.contacto #tm-main {
    	padding-top: 220px;
	}
}

@media (max-width: 450px){
    .cont_top_c .uk-overlay-panel.uk-overlay-bottom {
        bottom: -210px;
    }
}

@media (max-width: 366px){
    .logo_refaccionaria_avila {
        width: 190px;
    }
}

@media (max-width: 355px){
	.cont_redes_top a {
    	width: 31.9%;
	}
}

@media (max-width: 350px){
    .cont_top_d_int {
        width: 100%;
        font-size: 14px;
    }
    .cont_slideset_1 ul.uk-slideset > li {
    	width: 100%;
	}
    .contacto #tm-main > .uk-container {
        padding: 0px 5px;
    }
}