
:root{
    --colorPrimary:#febd01;
    --colorSecondary:#39009b;
    --colorComplementary:#EE743B;
    --colorTeciario: #febd01;
    --breakpoint-table: 700px
}
@font-face {
    font-family: 'Bigshot-One';
    src:url('../Fonts/Bigshot-One.ttf.woff') format('woff'),
        url('../Fonts/Bigshot-One.ttf.svg#Bigshot-One') format('svg'),
        url('../Fonts/Bigshot-One.ttf.eot'),
        url('../Fonts/Bigshot-One.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body{
    overflow-x: hidden;
    font-family: 'Bigshot-One';

}

.text-rosa{
    color: #9f005a !important;   
}
.nav-desk {
    background-color: var(--colorPrimary) !important;
    height: 90px;
}
.seperator{
    margin-bottom: 30px;
    width:35px;
    height:3px;
    background:#9f005a ;
    border:none;
  }
  .seperator2{
    margin-bottom: 30px;
    width:35px;
    height:3px;
    background:#fff ;
    border:none;
  }
.img_logo {
    width: 100%;
    height: 70px;
    padding: 5px 5px;
}
header nav {
	width:100%;
	background:var(--colorPrimary);
	position: fixed;
	z-index: 3;
    height: 95px;
    display: flex;
    font-family: 'Bigshot-One';
    justify-content: center;
}
.mainLogo
{
    max-width: 70%;  max-height: 70%;
    position: absolute;
    top: 12%;
    left: 8%;

}
.logo_nav{
    width: 150px;
    height: 150px;
    right: 20%;
    top: 45%;
    transform: translate(-50%, -50%);
}
.logo{
    width: 150px;
    height: 150px;
}
#menuToggle {
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    padding-right: 1.5em;
}

#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #000;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    overflow-y: scroll;
    margin: -50px 0 0 -50px;
    padding: 50px;
    background-color: #707070;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
@media screen and (max-width: 1280px) {
    .logo-desk.w-100,
    .logo-mobile{
        width: 250px !Important;
    }
}
@media screen and(max-width: var(breakpoint-table)) {
    li.img-logo {
        text-align: center;
        border-bottom: 1px solid var(--line-txt);
    }
}
#menu li {
    padding: 5px 0;
    transition-delay: 2s;
}
.scrolledNav{
    
    background-color: var(--colorPrimary);
}

.logo-mobile {
    width: 150px;
}
.menu-bar {	display:flex;}

header nav ul {
	background-color:transparent;
    overflow: hidden;
    list-style: none;
}
header nav ul li {	
    float: left;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
 }
header nav ul li a {
	color:#9f005a;
	padding:20px;
	display:block;
	text-align: center;
	text-decoration:none;
}
li{
    font-family: 'Bigshot-One';

}
/* header nav ul li span {	margin-right:60%; } */
header nav ul li a:hover {transition: 0.25s; color: #ffffff; background-color: rgba(0, 0, 0, 0.181); border-radius: 15px; }

.banner-principal {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.banner-imagenes {
    width: 100%;
    height: 100%;
}

.banner-imagenes-all {
    width: 100%;
    height: auto;
}
.banner {
    width: 100%;
    height: 95vh !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.ovly {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.responsive-nav{
    flex-direction: row;
}
.banner-nav-pos {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: auto;
    font-family: 'Bigshot-One';
    padding: 1.5rem;
}

.banner-nav-pos .banner-title {
    font-size: 3rem;
    transition: all 0.3s ease;
    animation: fadeIn 5s;
    display: contents;
    text-align: left;
    
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    line-height: 1;
    color: #fff;
    /* font-family: 'gotham'; */
}
.bebas{
    font-family: 'Bigshot-One';
    font-weight: 800;
}
p{
    font-family: 'Bigshot-One';
}
.txt-black{
    color: black;
}
.contact-info {
    display: flex;
    flex-direction: column;
}
.bg-gris{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: auto;
    padding: 5% 0;
}
.btn-azul-comp{
    background-color: #298DEF;
    font-family: 'Bigshot-One' !important;

}
.sub-txt{
    font-size: 1.5rem;
    inline-size: auto;
    /* text-align: center !important; */
    
}
@media (max-width: 600px){
    .responsive-nav{
        flex-direction: column;
    }    
    .banner-imagenes {
        height: auto !important;
    }
    .banner{
        height: auto !important;
    }
    .banner-nav-pos{
        width: 100%;
    }
    .banner-nav-pos .banner-title{
        font-size: 1.2rem;
    }
    
}
.btn-whats{
    position: fixed;
    z-index: 9999;
    right: 5%;
    bottom: 5%;
    margin: 0% 0%;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 50%;
    background-color: #128c7e;
}
.wave{
	position:absolute;
	bottom: -65px;
	width: 100%;
	z-index: 0;
}
.action-block {
    background-color: rgba(23, 156, 191, 0.4);
    height: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-block:hover{
    transition: .5s;
    background-color: rgba(40, 125, 146, 0.704);
}
.action-block::before {
    content: "";
    display: block;
    padding-top: 55.20505%;
}
.action-block__title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
}
.action-block__inner {
    color: #fff;
    padding: 80px 15px;
    width: 90%;
    max-width: 700px;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}
.contacto{
    background-color: var(--colorSecondary);
}
input[type=text], input[type=email], input:focus {
    border: none !important;
    border-bottom: 2px solid rgb(154, 154, 154) !important;
    color:white;
    background-color: transparent !important;
}
input[type=text]:focus, 
input[type=email]:focus {
    border: none !important;
    border-bottom: 2px solid rgb(154, 154, 154) !important;
    color:white;
    background-color: transparent !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(162, 162, 162) !important;
    opacity: 6; /* Firefox */
}
.info{
    background-color: var(--colorTeciario);
}
.footer{
    background-color: var(--colorTeciario);
}
a{
    font-family: 'Bigshot-One';
}
h3{
    font-family: 'Bigshot-One';

}
h5{
    font-family: 'Bigshot-One';
    font-weight: 200;  
}