
/* 
   ------------------------------------------------------
					Responsive Styles
   ------------------------------------------------------
*/

/*  @media (min-width: 1370px) {
  #intro_form, #intro_form_2 {
	  margin-left: 10%;
  }
  #logo_image{
	  width:55%
  }
  #header-right{
	  width:45%
  }
  #slogan {
    font-size: 18px !important;
    width: 48% !important;
  }.customNavigation {
    bottom: 105px;
  }
}

@media (max-width: 1199px) {

	#intro-menu ul{
		width:100%;
	}
} */

    /*------------------------------------------*/
	/*	 CUSTOM MIN 769px and MAX 1024px
	/*------------------------------------------*/

@media (min-width: 769px) and (max-width: 1024px) {

    .container {
        width: 96%;
    }
	
	/*------------------------------------------*/
	/*	 Footer Newsletter Form
	/*------------------------------------------*/
	
	.subscribe-form {width: 100%;}
    
    /*------------------------------------------*/
	/*	 Header
	/*------------------------------------------*/
    
    #header {
		padding-bottom: 0px;
	}
    #header-right{
		padding-left:15px !important;
		background: none;
	}
	#header img {
        padding: 0px 15px 0 0;
        border: none;
    }

    #header-logo-left {
		width: 100%;
	}
	#header-logo-right {
		display: none;
	}
    #header-banner {
		width: 100%;
		float: none;
    	margin: auto;
	}
	#social_icons {
		width: 100%;
		float: none;
		text-align: right;
		margin-top: 25px;;
	}
	.top-telf {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.top-telf h4 a {
		font-size: 20px;
	}
    .top-telf .phonebig {
    font-size: 28px;
    line-height: 30px;
    }
	#logo {
		float: right;
		width: 90%;
	}

	#logo_image ul {
		padding: 0 10px;
		margin-top:60px;
	}

	#logo_image ul li {
    	width: 50%
        min-height: 92px;
	}
    #logo_image ul li p {
		font-size: 14px;
	}
	#logo_image ul li span {
		padding: 0 10px;
        font-size: 14px;
	}

    .titlebar h1 { font-size: 32px; }
	.titlebar p {font-size: 16px; }

	#intro .container {
		margin-bottom: 25px;
	}
    #sloganprecios{
        padding-top: 0px;
        font-size: 22px;
    }
	
	/*------------------------------------------*/
	/*	 Footer Newsletter Form
	/*------------------------------------------*/
	
	.subscribe-form {width: 100%;}
	#logo_image ul li p, #logo_image ul li span {
		font-size: 12px;
	}
	#header-banner img{
		margin-top: 25px;
	}
	.top-telf {
		margin-top: 15px;
	}
	.top-telf h3 a {
		font-size: 24px;
	}.top-telf h4 a {
		font-size: 15px;
	}
	.top-telf h5 {
		font-size: 27px;
	}
	#imagen table {
		width: 85%;
		font-size: 10px;
		line-height: 24px;
	}
}

	/*------------------------------------------*/
	/*	 MIN WIDTH 481px and MAX 768px
	/*------------------------------------------*/


@media (min-width: 481px) and (max-width: 768px) {

	.titlebar h1 { font-size: 32px; }
	.titlebar p {font-size: 16px; }
	
	/*------------------------------------------*/
	/*	  Intro Section
	/*------------------------------------------*/
	
	#intro {
		padding-bottom: 40px;
	}
    
    #intro .container {
		margin-bottom: 0;
		overflow:visible !important;
	}
	
	/*------------------------------------------*/
	/*	 About Sections
	/*------------------------------------------*/
	
	#about-1 {padding-bottom: 60px;}
	#about-2 {padding-top: 60px;}
	
	#about-1-text {padding-right: 15px;}
	#about-2-text {padding-left: 15px;}
	
	/*------------------------------------------*/
	/*	 About-1 Image
	/*------------------------------------------*/

	#about-1-img img {padding: 0 60px;}
		
	
	/*------------------------------------------*/
	/*	 Call to Action
	/*------------------------------------------*/
	
	#call-to-action h1 {font-size: 32px; padding: 0;}
	#call-to-action p {font-size: 18px; padding: 0;}
	
	/*------------------------------------------*/
	/*	 Footer
	/*------------------------------------------*/
	
	#footer_nav { text-align: center; margin-bottom: 30px;}
	.footer-nav {display: inline-block;}
	#footer_copy p {margin-left: 0;}
	.footer-nav li {padding: 5px 10px 5px;}
	
	.footer-socials {float: none;}
    .form_register, .form_register2 {width: 100%; }
	
	.subscribe-form {margin: 25px auto 5px; width: 50%;}
	
    /*------------------------------------------*/
	/*	 Header
	/*------------------------------------------*/
    #header .row {
    margin-right: 0px;
    }
    
    #header img {
        padding: 0px;
    }
    #logo_image {
        padding-left: 20px;
        padding-right: 0px;
        margin-top: 60px;
        width: 35%;
        position: absolute;
    }
    
    .mejoramos-presupuesto {
    font-size: 18px;
    justify-content: right;
    left: 30px;
    top: 174px;
    height: 0px;
    padding-right: 45px;
    }
    
    .top-telf h4 a {
    font-size: 20px;
    }
    #sloganprecios {
        font-size: 22px;
        margin-top: 20px;
    }

.titlebar {
  text-align: left;
}
    /*------------------------------------------*/
	/*	 Menu
	/*------------------------------------------*/
    
    #menu {
        position: relative;
    }

    /* Ocultar la lista del menú por defecto */
    .menu-list {
        display: none;
        flex-direction: column; /* Los elementos en columna */
        position: absolute;
        top: 100%; /* Aparece debajo de la barra */
        left: 0;
        width: 100%; /* Ocupa todo el ancho */
        background-color: #565656; /* Fondo igual que el menú */
        z-index: 10;
    }

    /* Mostrar la lista del menú cuando está activa */
    .menu-list.active {
        display: flex;
        background-color: #0e2b66;
    }

    .menu-link {
        padding: 16px; /* Más espacio para hacer clic */
        border-bottom: 1px solid white; /* Línea separadora */
        text-align: left; /* Alinear el texto a la izquierda */
    }

    /* Último enlace sin línea inferior */
    .menu-item:last-child {
        border-bottom: none;
          }
    .menu-list li:first-child {
        border-left: none;
        border-top: 1px solid white;
          }
    .menu-list li {
        border-right: none;
        width: 100%;
          }

    /* Ícono de hamburguesa */
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        color: white;
        padding: 10px 20px;
        background-color: #0e2b66;
        border: none;
        outline: none;
    }
    
    #intro-producto {
    margin-right: 15px;
    margin-left: 15px;
    }
    
    .productos-menu-container {
    padding:0 20px 0 20px;
    }
    .titlebar2 {
    margin-left: 20px;
    }
    #col-formulario, #cotizacion {
    margin-left: 20px;
    }
}

	/*------------------------------------------*/
	/*	 CUSTOM MAX WIDTH 485px and MIN 481px
	/*------------------------------------------*/

@media (max-width: 485px) and (min-width: 481px) {
    #social_icons h4 {
        letter-spacing: -0.5px; /* Junta un poco las letras */
    }
}

	/*------------------------------------------*/
	/*	 CUSTOM MAX WIDTH 480px
	/*------------------------------------------*/

@media (max-width: 480px) {

	#intro_description, #intro_form, #intro_form_2, #logo_image, #social_icons, #about-1, #about-2, #features, #faq, #clients { padding-left: 20px; padding-right: 20px;}
	
	.intro_feature p {font-size: 14px; }	
	.form_register, .form_register2 {width: 90%; }
	
	#about-1-img img {padding: 0;}
	#about-2-img img {margin-top: 0;padding: 0;}
	
	/*------------------------------------------*/
	/*	 Footer Newsletter Form
	/*------------------------------------------*/
	
	.subscribe-form {margin: 25px auto 5px; width: 70%;}
	.top-telf h4 a{
		font-size:20px;
	}
    .top-telf h4 {
        line-height: 30px;
    }
    h4, .h4 {
        padding: 0px 20px;
    }
    h1, .h1 {
    font-size: 28px;
    }
	
	/*------------------------------------------*/
	/*	 Custom
	/*------------------------------------------*/
    
    #header img {
        padding: 20px 40px 0 40px;
        border: none;
    }
    #logo_image {
        width: 100%;
    }
	#social_icons {
        text-align: center;
        margin: 0;
    }
    
    #sloganprecios{
        padding: 20px;
        font-size: 22px;
    }
    
    .footer-nav {
		padding: 0 10%;
	}
    
	#banners-producto img {
		padding: 10px;
		max-width: 100%;
	}
	#imagen table {
    	width: 93%;
	}
	#intro_form, #intro_form_2{
		padding:0px;
	}
    .mejoramos-presupuesto {
        height: 60px;
        position: initial;
    }
    #footer_info, .contact-info-container p, #footer_form p {
        text-align: center;
    }
    
    #footer_links, #footer_form h3 {
        text-align: center;
        padding-top: 20px;
    }
    
    /*------------------------------------------*/
	/*	 Menu
	/*------------------------------------------*/
    
    #menu {
        position: relative;
    }

    /* Ocultar la lista del menú por defecto */
    .menu-list {
        display: none;
        flex-direction: column; /* Los elementos en columna */
        position: absolute;
        top: 100%; /* Aparece debajo de la barra */
        left: 0;
        width: 100%; /* Ocupa todo el ancho */
        background-color: #565656; /* Fondo igual que el menú */
        z-index: 10;
    }

    /* Mostrar la lista del menú cuando está activa */
    .menu-list.active {
        display: flex;
        background-color: #0e2b66;
    }

    /* Estilos para los enlaces en móvil */
    .menu-link {
        padding: 15px; /* Más espacio para hacer clic */
        border-bottom: 1px solid white; /* Línea separadora */
        text-align: left; /* Alinear el texto a la izquierda */
    }

    /* Último enlace sin línea inferior */
    .menu-item:last-child {
        border-bottom: none;
          }
    .menu-list li:first-child {
        border-left: none;
        border-top: 1px solid white;
          }
    .menu-list li {
        border-right: none;
        width: 100%;
          }
    /* Ícono de hamburguesa */
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        color: white;
        padding: 10px 20px;
        background-color: #0e2b66;
        border: none;
        outline: none;
    }
    
    #imagen {
    padding-right: 10px;
    }
    td {
    padding: 2px;
    }
    table {
    font-size: 12px;
    }
    .banners-barra-vertical {
    padding-top: 20px;
    }
    #col-formulario {
    width: 100%;
    margin-left: 0px;
    }
}


    /*------------------------------------------*/
	/*	 CUSTOM MAX 320px
	/*------------------------------------------*/

@media (max-width: 320px) {

	.titlebar h1 { font-size: 28px; }
	
	#intro_form, #intro_form_2, #logo_image, #social_icons, #about-1, #about-2, #features, #faq, #clients { padding-left: 5px; padding-right: 5px;}
	
	/*------------------------------------------*/
	/*	  Header
	/*------------------------------------------*/
	
	#logo_image {width: 100%; text-align: center; margin-bottom: 15px; float: none !important;}
	#logo_image img { padding: 0;}
	#social_icons {width: 100%; text-align: center; float: none !important;}
	
	.customNavigation {display: none;}
	
	/*------------------------------------------*/
	/*	  Intro Section
	/*------------------------------------------*/
	
	#intro_description { padding-left: 15px; padding-right: 15px;text-align: center;}
	#intro_description h1 {text-align: center;}
	
	
	/*------------------------------------------*/
	/*	 Footer Newsletter Form
	/*------------------------------------------*/
	
	.subscribe-form {margin: 25px auto 5px; width: 100%;}

}