
/*==================      SECCION 1       ==============================*/


.text-title-globe{
	padding: 2rem 2rem;
}
.span-text{
	color:#feb000ff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}	
.seccion1 {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
/*height: 90vh;*/
justify-content: center;
color: black;
text-align: center;
background-color: black;
z-index: 1;
}

.overlay-content {
position: relative;
z-index: 2;
width: 100%;
height: 100%;
}

.text-container {
position: relative;
z-index: 2;
}

.overlay-bg {
z-index: 1;
}

.triangle {
    position: absolute;
    top: -67px;
    left: 5;
    width: 0;
    height: 0;
    border-left: -16px solid transparent;
    border-right: 51px solid transparent;
    border-bottom: 70px solid white;
    z-index: 3;
}

.h1_main {
font-size: 3rem;
line-height: 1em;
margin-bottom: -20px;
font-weight: 800;
}

.p_main {
	color: white;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.2em;
}
@media (max-width:768px){
	.h1_main {
		font-size: 2rem;
		line-height: 1em;
		margin-bottom: -20px;
		font-weight: 800;
	}
}

/*==================      SECCION 2       ==============================*/

.seccion{
	margin-top: -5px;
	min-height: 100vh;
	z-index: 1000;	
}

.seccion2 {
	background-color: white; 
}
.seccion3 {
	background-color: black; 
}
.seccion4 {
	background-color: white; 
}
.seccion5 {
	background-color: black; 
}

.title-second{
	font-size: 11rem;
	font-weight: 900;
	color: #ff0000;
/*	color: #feb000ff;*/
	opacity: 0.2;
	z-index: 1;
}
.t-white{
	color: white;
}
.t-black{
	color: black;
}

.title-third{
	font-size: 3rem;
	font-weight: 900;
	margin-top: -80px;
	z-index: 2;
}

@media (max-width:768px){
	.title-second{
		font-size: 3rem;
		font-weight: 900;
	}
	.title-third{
		font-size: 1.5rem;
		margin-top: -26px;
		line-height: 1em;
	}
}
.btn-srv-v1{
	font-size: 15px;
	font-weight: 800;
	border-width: 5px;
	border-radius: 70px;
	padding: 6px 20px;		
}
.btn-srv-v2{
	font-weight: 800;
	border-width: 5px;
	border-radius: 70px;
	padding: 6px 20px;		
}
.btn-srv{
	font-family: "Montserrat Alternates", Sans-serif;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	color: white !important;
	background-color: transparent;
	background-image: linear-gradient(180deg, #FF2E2E 27%, #8B0707 95%);
	border-style: solid;
	border-color: #E00909;
	width: auto;
}
.btn-srv:hover{
	background-image: linear-gradient(360deg, #FF2E2E 27%, #8B0707 95%);	
}



  .hover-animation {
    animation: shake-zoom 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  }

  @keyframes shake-zoom {
    0% { transform: scale(1) translateX(-3px); }
    10%, 90% { transform: scale(1.05) translateX(-3px); }
    20%, 80% { transform: scale(1) translateX(-3px); }
    30%, 50%, 70% { transform: scale(1.05) translateX(3px); }
    40%, 60% { transform: scale(1) translateX(3px); }
  }




/*==================      SECCION 3       ==============================*/


.title-fourth {
	font-size: 3rem;
	font-weight: 900;
	color: white;
	margin-top: -80px;
	z-index: 2;
}

.txt-th2 {
	color: white;
}