@charset "utf-8";
@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');
/* CSS Document */


html, body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    width: 100%;
    font-size:10px;
    text-decoration:none;
     font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    background-color:#FFF;
    color: #3F3F3F;
}

.detail-banner {
width: 100%; 
position: relative
}
.detail-tittle {
width: 50rem; 
padding: 4rem; 
position: absolute; 
left: 8rem; 
top: 8rem; 
bottom: 8rem;
border-radius: 2rem; 
background-color: #121f30; 
}
.detail-img {
width: calc(100vw - 24rem); 
background-color: antiquewhite; 
float: right; 
border-radius: 2rem 0 0 2rem; 
overflow: hidden; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}

.vidcell {
top: 0;
left: 0;
width: 100%;
height: 100vh;
position: absolute;
z-index: 0;
}
.vidcell video {
width: 100%;
height: 100vh;
position: absolute;
object-fit: cover;
}
		
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main-align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    
/*HEADER*/
.header {
    position: absolute;
    margin: 2rem 4rem;
    z-index: 4;
}
header {
	width:  calc(100% - 8rem);
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
    margin: 2rem 4rem;
}
.header_small {
background-color: #FFF;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
padding: 2rem;
width:  calc(100% - 12rem);
border-radius: 1rem;
}
.header-tittle {
    vertical-align: middle;
	overflow: hidden;
    text-align: right;
    display: inline-table;
    width: calc(100% - 20rem);
}
.mensaje {
width: calc(100% - 16rem); 
padding: 8rem; 
background-color: #2bba26; 
text-align: center;
}
.logo {
	display: inline-table;
    vertical-align: middle;
	overflow: hidden;
    width: 12rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo-footer {
    width: 12rem;
}
.logo-footer img {
width: 100%;
height: auto;
}

.icon-menu, .icon-close {
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 3rem;
height: 3rem;
margin-right: 4rem;
background-image: url(images/icon-menu.svg?v=1.3);
}

.icon-close {
background-image: url(images/icon-close.svg?v=1.2);
}




/*FOOTER*/

footer {
width: calc(100% - 16rem);
background-color: #121F30;
border-radius: 2rem;
padding: 6rem 4rem;
margin: 2rem 4rem;
position: relative;
}

footer .left {
float: left;
width: calc(50% - 10rem);
}
footer .right {
float: right;
width: calc(50% - 10rem);
}
footer .footer-column {
background-position: left center;
background-repeat: no-repeat;
background-size: 2.5rem auto;
padding-left: 5rem;
display: block;
vertical-align: top;
text-align: left !important;
margin-bottom: 3rem;
}

.footer {
width: calc(100% - 16rem);
position: absolute;
bottom: 0;
left:0;
background-color: #121F30;
border-radius: 2rem;
padding: 0 4rem;
margin: 2rem 4rem;
z-index: 5;
}

.footer .left {
display: inline-table;
height: 6rem;
margin-right: 4rem;
width: calc(100% - 20rem);
}
.footer .right {
display: inline-table;
width: 15rem;
height: 6rem;
}

.footer .footer-column {
background-position: left center;
background-repeat: no-repeat;
background-size: 2.5rem auto;
padding-left: 5rem;
display: inline-block;
vertical-align: top;
text-align: left !important;
margin-right: 3rem;
}
/*MAIN BANNER*/


.main-banner {
width: 100%; 
height: 100vh;
position: relative;
z-index: 2;
overflow: hidden;
}



.main-banner .slide {
width: 100%; 
height: 100vh;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 1;
padding: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

.banner-txt {
width: calc(50% - 16rem);
height: calc(100vh - 24rem);
display: table;
float: left;
padding: 12rem 8rem;
position: absolute;
z-index: 3;
}
.banner-img {
float: right;
height: calc(100vh - 12rem);
margin: 2rem 4rem 0 0;
border-radius: 2rem;
overflow: hidden;
}
.banner-shadow {
top: 0;
left: 0;
width:100vw;
height: 100vh;
z-index: 2;
position: absolute;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}






/* CONTENIDO */

.wrapper {
width: 100%;
padding: 12rem 0;
}


.tab {
display: inline-block; 
vertical-align: middle; 
margin: 0 3rem; 
width: calc(33.3333% - 6.5rem); 
}




/* FONTS */

.t1 {
    font-optical-sizing: auto;
    font-size:3rem;
	line-height: 3rem;
}
.t2 {
	font-optical-sizing: auto;
    font-size:2rem;
	line-height: 3rem;
}
.t3 {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.t4 {
    font-size: 1.2rem;
    letter-spacing: .2rem;
	line-height: 2rem;
}



.white {
	color:#FFF;
}
.black {
color: #000;
}






/* REDES */



.bt-go {
font-size: 1.2rem;
text-transform: uppercase;
letter-spacing: .1rem;
text-decoration: none;
padding: 1.2rem 6rem 0 2rem;
height: 2.8rem;
color: #FFF;
display: inline-block;
border-radius: 1rem;
background-image: url("images/arrow-right-white.svg");
background-position: right 1rem center;
background-repeat: no-repeat;
background-size: 2rem auto;
background-color: #2BBA26;
}
.bt-go:hover {
background-image: url("images/arrow-right-black.svg");
color: #121F30;
transform: scale(1.05);
}



/* REDES */

.redes {
	color:transparent;
	background-color: transparent;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
    border: none;
	width: 4rem;
	height: 4rem;
	text-decoration:none;
	margin: 0 0 0 3rem;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.redes:hover {
transform: scale(1.1);
background-color: #FFF;
}
.whatsapp {
background-image: url(images/icon-whatsapp.svg?v=1.2);
} 
.whatsapp:hover {
} 

.linkedin {
background-image: url(images/icon-ld.svg);
}
.linkedin:hover {
background-image: url(images/icon-ld-color.svg);
}





.panelBaner {
	position: relative;
}

.bx-controls {
    z-index: 6 !important;
    position: absolute !important;
    left: 4rem !important;
    bottom: 12rem !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction {
    display: inline-block;
    vertical-align: middle;
}
.bx-wrapper .bx-controls-direction a {
    display: inline-block;
	width: 4rem !important;
	height: 3rem !important;
    color: transparent;
    text-decoration: none;
    background-size: 100% auto;
}

.bx-wrapper .bx-prev {
	background-image: url('images/arrow-left-white.svg'); 
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4rem;
}
.bx-wrapper .bx-next {
	background-image: url('images/arrow-right-white.svg'); 
}

.bx-wrapper .bx-prev-black {
	background-image: url('images/arrow-left-black.svg'); 
}
.bx-wrapper .bx-next-black {
	background-image: url('images/arrow-right-black.svg'); 
}



/* PAGER */
.bx-wrapper .bx-pager { 
display: none !important;
	display: inline-block;
    vertical-align: middle;
    margin-right: 4rem;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color:rgba(255,255,255,.5);
	text-indent: -9999px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dot-color-trans {
background-color:rgba(0,0,0,.5);
}

.bx-pager-item {
display: inline-block;
vertical-align: middle; 
margin: .5rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}
.dot-color {
background-color:rgba(0,0,0,1);
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}

@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {
	display:none !important
}
}



@media (min-width: 651px) and (max-width: 1251px) {
html, body {
	 font-size:9px;
}
}

@media (min-width: 1500px) {
html, body {
	 font-size:11px;
}
}

@media (min-width: 1700px) {
html, body {
	 font-size:12px;
}	
}

@media (min-width: 2000px) {
html, body {
	 font-size:13px;
}
}

@media (min-width: 2400px) {
html, body {
	 font-size:14px;
}
}

@media (min-width: 2800px) {
html, body {
	 font-size:15px;
}
}



.content-info {
max-width: 100rem; 
margin: auto;
text-align: center;
}
.content-txt {
width: 100%; 
}
.content-autor {
width: 100%; 
padding: 6rem 0;
}


@media screen and (max-width: 650px) {


.mensaje {
width: calc(100% - 4rem); 
padding: 4rem 2rem; 
}

footer {
width: calc(100% - 8rem);
padding: 4rem 2rem;
margin: 2rem;
position: initial;
}

footer .left, footer .right {
display: table;
height: initial;
margin-right: 0;
width: 100%;
}

footer .left {
margin-bottom: 4rem;
}


.footer-column {
display: block;
margin-right: 0;
margin-bottom: 3rem;
}

/*MAIN BANNER*/



.banner-txt {
width: calc(100% - 8rem);
height: initial;
float: none;
padding: 4rem;
}
.banner-img {
float: none;
height: initial;
width: 90%;
margin: auto;
margin-top: 6rem;
}
.banner-img img {
width: 100% !important;
height: auto !important;
}

.wrapper {
padding: 12rem 0 6rem 0;
}

.tab {
display: block; 
margin: 3rem 0; 
width: 100%; 
}
.t1 {
    font-size:2.4rem;
	line-height: 2.8rem;
}
.t2 {
    font-size:1.8rem;
	line-height: 2.6rem;
}

.content-t1 {
height: initial;
}
.content-t2 {
display: block;
width: calc(100% - 8rem);
}
.content-t3 {
width:100%; 
display: block;
}

.footer {
display: none !important;
}

.bx-controls {
    bottom: 8rem !important;
}
.banner-txt-bottom {
bottom: 10rem;
position: absolute;
z-index: 3;
}
.header-tittle {
display: none !important;
}
    .detail-tittle {
        width: calc(100% - 8rem);
        padding: 2rem;
        position: initial;
        margin: 0 2rem;
        margin-top: -2rem;
    }

.detail-img {
width: 100%; 
float: none; 
border-radius: 0 !important;  
}

}