* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

html {
    height: 100%;
    outline: none !important;
}

body {
    font-family: 'Commissioner', sans-serif;
    padding: 0px;
    height: 100%;
    outline: none !important;
}

.p0 {
    padding: 0px !important;
}

.menu1 {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    transition: all 0.2s;
}

.menu2 {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 40px;
    z-index: 9999;
    transition: all 0.2s;
}

.menu2.fixed {
    background: #000;
    top: 0px;
    transition: all 0.2s;
    box-shadow: 2px 2px 10px 2px rgb(0, 0, 0, 0.4);
}

.icon1 {
    width: 20px;
    fill: #fff;
    margin-right: 5px;
}

.icon1:hover {
    fill: lightseagreen;
    cursor: pointer;
}

.logo {
    height: 50px;
}

.wi80 {
    width: 60%;
    margin-left: 20%;
}

.wi70 {
    width: 60%;
    margin-left: 20%;
}

.mt30 {
    margin-top: 100px;
}

.navbar {
    padding: 8px 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: lightseagreen;
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: lightseagreen;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f1 {
    background-image: url('../img/moonita_banner.jpg');
    height: 100%;
    padding-bottom: 100px;
}

.f1:before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: -40px;
    left: 0;
    right: 0;
    background-color: rgba(44, 47, 51, .8);
    z-index: 100;
}

h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600 !important;
    transition: all .5s;
    cursor: pointer;
}

h1:hover >span {
    color:lightcoral;
}


h2 {
    font-size: 34px;
    font-weight: 800;
}

h3 {
    font-size: 34px;
    font-weight: 800;
}

h4 {
    FONT-SIZE: 14px;
    color: #777;
}

.white {
    color: #fff
}

.green {
    color: lightseagreen;
}

.titheader {
    position: relative;
    z-index: 1000;
    margin-top: 30%;
}

.ptitle {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    width: 60%;
    margin-left: 20%;
    margin-top: 10px;
    cursor: pointer;
}

.d100 {
    height: 100px;
}

.imgser {
    width: 100%;
    height: 350px;
    background: #333;
    background-size: cover;
    background-position: center;
    transition: all .5s;
}

/*
.imgser:hover {
    background-size: auto ;
}*/

.ser1 {
    background-image: url('../img/servicios1.jpg');
}

.ser2 {
    background-image: url('../img/servicios2.jpg');
}

.ser3 {
    background-image: url('../img/servicios3.jpg');
}

.ser1:before, .ser2:before, .ser3:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    background-color: rgba(44, 47, 51, .4);
    z-index: 100;
    transition: all .5s;
}

.ser1:hover:before, .ser2:hover:before, .ser3:hover:before {
    background-color: rgba(44, 47, 51, .7);
    transition: all .5s;
}

.ser1:hover, .ser2:hover, .ser3:hover {
    background-size: 110%;
    box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.2);
    transition: all .5s;
}

.imgser p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    z-index: 9999;
    top: 250px;
}

.ser1:hover, .ser2:hover, .ser3:hover {
    cursor: pointer;
}

.ser1:hover>p, .ser2:hover>p, .ser3:hover>p {
    color: lightseagreen;
    cursor: pointer;
}

.sec4 {
    background: lightseagreen;
    padding-top: 230px;
    padding-bottom: 200px;
    padding-left: 60px;
    background-image: url('../img/seccion4.jpg');
    background-size: cover;
    background-position: center;
}

.sec4:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(27, 155, 148, 0.8);
    z-index: 100;
}

.black {
    background: #000;
    padding: 40px;
    color: lightseagreen;
    text-align: center;
}

.footer {
    font-size: 13px;
}

.contup {
    position: absolute;
    z-index: 300;
}

.contdown {
    position: absolute;
    z-index: 200;
    margin-top: 200px;
    right: 0px;
}

.contdown h2 {
    position: relative;
    z-index: 9999;
}

.contdown2 {
    color: white;
    background: #000;
}

.wi100 {
    width: 100%;
}

.txt-page {
    font-size: 16px;
    line-height: 28px;
}

.txt-page span {
    color: lightseagreen;
    font-weight: 500;
    margin-left: 6px;
}

.inputbox {
    background: #f1f1f1;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 0px;
    transition: all 0.1s;
    color: #000;
}

.inputbox::placeholder {
    color: #000;
}

.inputbox:active, .inputbox:hover {
    border: 2px solid lightseagreen;
    outline: none;
    box-shadow: none;
}

.inputbox:hover {
    border: 2px solid lightseagreen;
    background: #fff;
}

.inputbox:focus {
    border: 2px solid lightseagreen;
    outline: none;
    box-shadow: none;
}

.btn-green {
    border: 2px solid lightseagreen;
    font-size: 12px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    color: lightseagreen;
    transition: all .2s;
}

.btn-green:hover {
    background: lightseagreen;
    color: #fff;
    border: 2px solid lightseagreen;
    border-radius: 6px;
}

.linea {
    height: 4px;
    width: 100px;
    margin-top: 20px;
    transition: all .5s;
    cursor: pointer;
}


.linea.lin-black{background: #000;position: relative;z-index: 999;}
.linea.lin-green{background: lightseagreen;}

#block1,#block2, #block3{cursor: pointer;}
#block1:hover > .linea{width: 200px;}
#block2:hover > .linea{width: 200px;}
#block3:hover > .linea{width: 200px;}
#block5:hover > .linea{width: 200px;}

.txtnum,.contador_cantidad{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0px;
}
.contadores_principal{
    width: 90%;
}
.contador{
    text-align: center;
    display: inline-block;
    width: 40%;
    margin-top: 50px;
}


@keyframes aparecer {
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.ocultar{opacity: 0;}
.animar{animation: aparecer 1.3s;}



@media (max-width: 1195px) {
    .contdown {margin-top: 800px; }
    .contdown2 {margin-top: 200px;}
}


@media (max-width: 915px) {
    .menu2 {top: 60px;}    
    .f1{height: 800px;}
    .f1:before {top:60px; height: 800px;}
    .contdown {margin-top: 400px; }
  }


@media (max-width: 767px) {
    .menu2 {top: 80px;}
    .f1{height: 500px;}
    .f1:before {top:80px;height: 503px;}
    h1{font-size: 50px; margin-top: 30px;}
    .ptitle{font-size: 16px; width: 100%; margin-left: 0px;margin-top: 20px;}
    .contdown {margin-top: 800px; }
    .contdown2 {margin-top: 300px;}
}

