@font-face{
	font-family: 'Poppins';
	src: url('font/poppins/poppins.ttf') format('truetype');
}

.custom-body{
	margin: 0px;
	padding: 0px;
	width: 100%;
    height: 100%;
    background-color: black;
	font-family: 'Poppins', sans-serif;
}

nav,
main,
article,
.servicios-content,
footer{
	width: 100%;
	max-width: 86.25vw;
	min-width: 50vw;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.content{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container{
	margin: 0;
	padding: 0;
}

header{
	margin: 0;
	padding: 0;
	width: 100%;
}

img{
	margin: 0;
	padding: 0;
}

.nav-item{
	margin: 0;
	align-self: center;
    position: relative;
    z-index: 50;
}

.nav-item a{
	margin: 0 1.5vw;
	color: white;
	font-size: 1vw;
	font-weight: normal;
	transition: transform 1s,color 1s;
}

.nav-item a:active,
.nav-item a:visited{
  color: white;
}

.nav-item a:hover{
	transform: scale(1.20);	
  	color: lightgrey;
}

.sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 1;
    list-style: none;
    width: auto;
}

.sub-menu li{
    display: block;
    margin-right: 10px;
    white-space: nowrap;
}

.sub-menu li a{
    display: block;
    text-decoration: none;
    color: white;
    transition: transform 0.5s, color 0.5s;
}

.sub-menu li a:hover{
    color: #777;
    transform: scale(1.03);
}

.nav-item:hover .sub-menu{
    display: block;

}.mainVideoContainer{
	padding: 0em;
	margin: 0 0 4vw 0;
	width: 100%;
	height: 35vw;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/ImgBanner2.jpg");
	background-position: center bottom;
	background-size: cover;
}

.mainVideoContainer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
}

.mainVideoContainer h3{
    padding: 3vw 6vw 3vw 6vw;
    color: #fefefe;
    font-size: 3.75vw;
    border: 1px solid #fefefe;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: padding 3s; 
}

.mainVideoContainer h3:hover{
    cursor: pointer;
    padding: 2vw 4vw 2vw 4vw; 
}

.mainVideo{
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nosotrosTitle li{
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 2s, transform 2s;
}

.nosotrosTitle li.fade-in{
	opacity: 1;
	transform: translateY(0);
}

main{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}

main ul{
	padding: 0;
	margin: 0 0 -2.7vw;
	width: 100%;
	list-style: none;
	position: relative;
	z-index: 5;
	cursor: default;
}

main ul h4{
	margin: 1.5em 0 0 1em;
	padding: 0;
	color: white;
	font-size: 4.5vw;
	text-align: left;
	font-weight: lighter;
}

main ul .h4Bold{
	margin: 0 0 0 1em;
	color: white;
	font-size: 4.5vw;
	font-weight: bolder;
}

.nos-container-box{
	margin: 0 0 10vw 0;
	width: 100%;
	height: 40vw;
	justify-content: center;
	display: flex;
	overflow: hidden;
}

.nos-cont-box-par{
	flex-direction: row-reverse;
}

.nos-cont-box-par .nos-info-box{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 18vw;
	background-color: #202222;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    z-index: 0;
    margin-left: 16.5%;
    top: 13vw;
}

.nos-img-box{
	margin: 0;
	padding: 0;
	width: 90%;
	height: 26.5vw;
	background-color: red;
	display: flex;
	z-index: 1;
    position: relative;
}

.nos-cont-box-imp .nos-img-box{
	margin-left: auto;
}

.nos-cont-box-imp .nos-info-box{
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	background-color: #202222;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nos-info-box p{
	color: #fff;
	font-size:1.5vw; 
}

.hidden{
  opacity: 0;
  transition: opacity 5s ease;
}

.visible{
  opacity: 1;
}

footer{
	margin: 0em auto;
	padding: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.footer-content{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	background-color: #202222
}

.footer-container-fluid{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.footerBox{
	margin: 0 5em 0 5em;
	padding: 0;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
}

footer ul{
	padding: 0;
	margin: 0 3vw 0 3vw;
	width: auto;
	list-style: none;
}

footer ul h4{
	margin: 1.5em 0 0 0;
	padding: 0;
	color: white;
	font-size: 3vw;
	text-align: left;
	font-weight: lighter;
}

footer ul .h4Bold{
	margin: 0;
	color: white;
	font-size: 3vw;
	font-weight: bolder;
}

footer ul p{
	margin: 1em 0 0 0;
	font-size: 1.5vw;
	color: white;
}

footer .dark-logo{
	margin: 0 0 0 3vw;
}

footer .dark-logo a{
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	justify-content: center;
	align-self: center;
	align-items: center;
	text-align: center;
}

footer .dark-logo a i{
	margin: 0 0.5em 0 0;
	padding: 0;
	width: auto;
	height: 3vw;
	font-size: 3vw;
}

.footerBox img{
	margin-top: -3vw;
	margin-right: 0;
	padding: 0;
	width: 25vw;
}

.circle:hover{
	cursor: pointer;
}

footer .formulario{
	margin: 2vw 0 2vw 0;
	width: 80%;
	height: auto;
}

footer .formulario #nombre,
#telefono,
#email{
	height: 2vw;
	background-color: transparent;
}

footer .formulario #mensaje{
	height: 8vw;
	background-color: transparent;
}

.form-control{
	font-size: 1.25vw;
}

.form-control{
	color: #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #555;
}

.form-control::placeholder{
	color: #555;
}

.form-control:focus{
    box-shadow: none;
    color: #ced4da;
    border-color: #ced4da;
}

.btn-custom{
	padding: 0.5vw;
	font-size: 1vw;
    background-color: #343434;
    color: #757575;
    border-radius: 0.5vw;
    border-color: none;
    transition: background-color 0.5s ease, color 0.5s ease;
    border: none;
}

.btn-custom:hover{
    background-color: #444444;
    border-color: #444744;
    color: white;
}

.whatsapp-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    text-decoration: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.whatsapp-btn:hover{
	color: grey;
    background-color: #009000;
}


@media (max-width: 454px) and (min-width: 280px){ /*medida maxima para formato celulares*/

main{
	width: 100%;
	max-width: 100%;
}

img{
	margin: 0;
	padding: 0;
	width: 100%;
}

.nav-item{
	width: 25%;
}

.nav-item a{
	font-size: 2.62vw;
}

main ul{
	width: auto;
	margin: 2em 0 2vw;
}

main ul h4{
	margin: 0em;
	font-size: 6vw;
	text-align: center;
}

main ul .h4Bold{
	margin: 0em;
	font-size: 6vw;
}

.nos-container-box{
	align-items: center;
	flex-direction: column;
	height: auto;
}

.nos-cont-box-par{
	flex-direction: column;
}

.nos-cont-box-par .nos-info-box{
	height: 30vw;
    margin-left: 0;
    top: 0;
}

.nos-img-box{
	margin: 0;
	width: 100%;
	height: 60vw;
}

.nos-cont-box-imp{
	width: all;
}

.nos-cont-box-imp .nos-img-box{
	margin-left: 0;
}

.nos-cont-box-imp .nos-info-box{
	padding: 1.5em;
	margin: 0em;
	width: 90%;
	max-width: 100%;
	height: 100%;
	display: flex;
}

.nos-info-box p{
	margin: 0vw 0 0 0;
	font-size:2.5vw; 
	text-align: center;
}

.col-7{
	width: 100%;
}

.col-6{
	width: 65%;
}

footer{
	margin: 0;
}

.footerBox .col-4{
	width: 100%;
}

.footerBox ul{
	width: 100%;
}

footer ul h4, 
footer ul .h4Bold{
	width: 100%;
	font-size: 1.5em;
}

footer ul p{
	margin: 1em 0 0 0;	
	font-size: 4vw;
}

.footerBox .formulario{
	margin: 0;
}

.footerBox .formulario form{
	margin: 0;
	width: 100%;
}

.form-control,.btn-custom{
	margin: 1em 0 1em 0;
	font-size: 0.8em;
}

.footerBox .dark-logo{
	margin: 3vw 0 3vw 0;
	height: auto;
}

.footerBox .dark-logo a{
	margin: 5vw 1vw 5vw 1vw;
	font-size: 6vw;
	height: auto;
}

.footerBox .dark-logo a i{
	width: auto;
	height: 1em;
	font-size: 2em;
	margin: 1em 0.25em 0 0.25em;
	padding: 0;
}

.footerBox img{
	width: 80vw;
}

}


@media (min-width: 455px) and (max-width: 767px){ /*medida maxima para formato tablet*/

.nav-item a{
	font-size: 2vw;
}

main ul{
	width: auto;
	margin: 0 0 -2.7vw 1vw;
}

.nos-info-box p{
	margin: 0vw 0 0 0;
	font-size:1.5vw; 
}

.footerBox{
	margin: auto;
	text-align: center;
	align-self: center;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}

.form-control,
.btn-custom{
	margin: 1em 0 1em 0;
	font-size: 0.8em;
}

.footerBox .dark-logo{
	margin: 3em 0 0 0;
}
	
.footerBox img{
	margin: 1em 0 0 0;
	width: 20em;
}

.footer-container-fluid{
	margin: auto;
	text-align: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer ul h4{
	font-size: 1.3em;
	margin: 1.5em 1.5em 0 0;
	justify-content: center;
}

footer ul .h4Bold{
	font-size: 1.3em;
}

footer ul li{
	margin: 0 1em 0 0;
	padding: 0 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer ul p{
	margin: 1em 1em 0 0;
	padding: 0;
	width: auto;
	height: auto;
	display: flex;	
	justify-content: center;
	text-align: center;
	font-size: 1em;
}

}


@media (max-width: 768px) { /* Ajusta el valor según tus necesidades */

.footerBox{
	width: 80vw;
	margin: 0 1em;
	text-align: center;
	align-self: center;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-container-fluid{
	margin: auto;
	text-align: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer ul{
	margin-left: 0em;
	width: 100%;
}

footer ul h4{
	margin: 1.5em 0 0 0;
	text-align: center;
}

footer ul li{
	margin: 0em;
	padding: 0em;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer ul p{
	margin: 1em 0 0 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;	
	justify-content: center;
	text-align: center;
	font-size: 2.5vw;
}

footer .formulario{
	margin-bottom: -2em;
}

footer .formulario form{
	margin: 0 3em;
	height: auto;
}

.footerBox .dark-logo a i{
	margin: 0 1vw;
	font-size: 6vw;
	height: auto;
}

}


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

nav	header img{
	width: 275px;
}

}