/**
Theme Name: Método 10 21 42
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: metodo-10-21-42
Template: astra
*/

/*Body*/
body {
    font-family: 'Montserrat', sans-serif;
}

/*logo*/
div#logometodo svg {
    max-width: 300px;
	width:100%;
}

div#logometodofooter svg {
    max-width: 300px;
}

div#logometodofooter a {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*Hero Home*/
#videohome {
  position: relative;
  width: 100%;
  height: 100vh; /* ocupa toda la pantalla */
  overflow: hidden;
}

#videohome video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* Capa oscura */
#videohome::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: radial-gradient(circle, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 70%) 70%, rgb(0 0 0 / 80%) 100%);
  z-index: -1;
}

#videohome .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
  padding: 100px 32px 50px 32px;
}
.h1block {
    display: flex;
    flex-direction: row;
    color: white;
	    padding: 25px 0px;
    border-bottom: 1px solid #ffffff;
}
.h1block h1 {
    color: #ffffff;
    font-size: 60px;

    text-align: left;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.h1block h1 span {
    color: #cacacab0;
}
.metodoblock {
    display: flex;
    flex-direction: row;
	
}
.descriptionblock {
    width: 40%;
	padding: 10px 0px;
}
.titleblock {
    width: 30%;
		padding: 10px 0px;
}
.listblock {
    width: 30%;
}
.descriptionblock p {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    line-height: 25px;
	letter-spacing: -1px;
}
.titleblock p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
	letter-spacing: -1px;
}
.listblock p {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
	letter-spacing: -1px;
}
.listblock li {
	list-style:none;
	padding-left:0px;
	border-bottom: 1px solid #ffffff;
	padding:5px 0px;
}
.listblock ul {
	list-style:none;
	padding-left:0px;
margin: 0px;}

.iconsblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.icon-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 10px 0px;
    width: 100%;
}
.icon-item svg {
    fill: #ffffff;
      max-width: 30px;
    margin-right: 20px;

}

.iconsblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    background: #65656575;
    backdrop-filter: blur(5px);
    border-radius: 25px;
    padding: 20px 20px;
}
.icon-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.icon-content p {
  margin-bottom: 0px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 17px;
    line-height: 17px;
}
.icon-content span {
    margin-bottom: 0px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: #cacacab0;
}
.personsblock {
    width: 80%;
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
	gap: 20px;
}
.personsitem {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}
.personsdescription {
    display: flex;
    flex-direction: column;
}
.personsdescription p {
    margin-bottom: 5px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 17px;
    line-height: 17px;
}
.personsdescription span {
   margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    color: #cacacab0;
    line-height: 17px;
}
.personsblock img {
    width: 100px;
    height: auto!important;
    border-radius: 100%!important;
    border: 3px solid #9E352D!important;
    margin-right: 20px;
}


/* Pantallas grandes (desktop) */
@media (max-width: 1200px) {
	#videohome {min-height: 100vh;height: unset;}
	#videohome .content {padding: 100px 32px 32px 32px;min-height: 100vh;height: unset;}
	.h1block {padding: 25px 0px;}
	.h1block h1 {font-size: 50px;line-height: 50px;}
	.descriptionblock p {font-size: 14px;line-height: 22px;}
	.titleblock p {font-size: 14px;}
	.listblock p {font-size: 14px;}
	.iconsblock {    width: 500px;}
	.icon-content p {font-size: 14px;}
	.icon-content span   {font-size: 12px;}
	.personsblock {    width: 100%;}
	.personsblock img {width: 80px;}
	.personsdescription span {    font-size: 12px;}
}

/* Pantallas medianas (tablets horizontales y portátiles pequeños) */
@media (max-width: 992px) {
	.titleblock, .listblock {display: none;}
	.descriptionblock {width: 100%;}
	 .h1block h1 {font-size: 40px;line-height: 40px;}
	.descriptionblock p {font-size: 20px;line-height: 26px;}
	
}

/* Pantallas pequeñas (tablets verticales) */
@media (max-width: 768px) {
 		.h1block h1 {font-size: 35px;line-height: 35px;}
	    .iconsblock {width: 100%;}
	.personsblock {    flex-direction: column;    align-items: flex-start;}
}

/* Pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
 		.h1block h1 {font-size: 30px;line-height: 30px;}
	    .descriptionblock p {font-size: 15px;line-height: 21px;}
	.personsdescription span br {display: none;}
	
}



