/*
Theme Name:  Twenty Seventeen Child Theme
Description: Tema hijo del Twenty Seventeen
Author:      Magnadian
Author URI:  https://www.magnadian.com
Template:    twentyseventeen
Version:     1.0
License:     
License URI: 
Text Domain: twentyseventeen-child
*/

/* 4K y ULTRAWIDE (ancho: +1920px, alto mínimo 1080px) */
@media (min-width: 1921px) and (min-height: 1080px) {



}


/* ESCRITORIO GRANDE (ancho: desde 1550px en adelante) */
@media (min-width: 1600px) and (min-height: 900px) {
	.navigation-top .wrap{
		max-width:90vw!important;
		margin: 0 5%;
		gap:5px!important;
	}
	.home .sub-menu2 {
    height: 26vh !important;
		gap: 40%;
	}
	.home .sub-menu2 .left {
    padding-top: 17vh;
	}
	.home .sub-menu2 .right {
    padding-top: 16vh;
}

}


/* ESCRITORIO GRANDE (ancho: 1441px a 1920px, alto mínimo 900px) */
@media (min-width: 1441px) and (max-width: 1920px) and (min-height: 900px) {
  /* Estilos para monitores grandes */


}

/* ESCRITORIO MEDIO (ancho: 1281px a 1440px, alto mínimo 800px) */
@media (min-width: 1281px) and (max-width: 1440px) and (min-height: 800px) {
  /* Estilos para portátiles comunes */
}

/* ESCRITORIO PEQUEÑO (ancho: 1025px a 1280px, alto mínimo 720px) */
@media (min-width: 1025px) and (max-width: 1280px) and (min-height: 720px) {
  /* Estilos para portátiles pequeños */
}

/* TABLETS HORIZONTALES (ancho: 768px a 1024px, alto: 600px a 800px) */
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 800px) {
  /* Estilos para tablets en horizontal */
}

/* TABLETS VERTICALES (ancho: 600px a 768px, alto: 960px a 1024px) */
@media (min-width: 600px) and (max-width: 768px) and (min-height: 960px) and (max-height: 1024px) {
  /* Estilos para tablets en vertical, como iPad 9.7" */
}

/* MÓVILES GRANDES (ancho: 415px a 480px, alto hasta 926px) */
@media (min-width: 415px) and (max-width: 480px) and (max-height: 926px) {
  /* Estilos para móviles grandes o tipo Note/Pixel */
}

/* MÓVILES MEDIANOS (ancho: 481px a 414px, alto hasta 896px) */
@media (min-width: 481px) and (max-width: 414px) and (max-height: 896px) {
  /* Estilos para móviles comunes como iPhone X, 12, etc. */
}

/* MÓVILES PEQUEÑOS (ancho: hasta 480px, alto hasta 740px) */
@media (max-width: 480px) and (max-height: 740px) {
  /* Estilos para móviles pequeños, como iPhone SE */
}
