

.texto{
    margin: 30px auto;
    width: 80%;
}

.texto p, h1{
    margin-bottom: 30px;
}

.texto p{
    font-size: 20px;
}

.btn-abrir{
   
    padding: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
} 
.btn-abrirdos{
   
    padding: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
} 

/* VENTANA MODAL */

.pop-up{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
}
.pop-updos{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
}
.pop-uptres{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
}
.pop-upcuatro{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
}
.pop-upcinco{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
}
.pop-upseis{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    z-index: 3;
}

.pop-up-wrap{
    display: flex;
    align-items: center;

    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.pop-up-wrapdos{
    display: flex;
    align-items: center;
   
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.pop-up-wraptres{
    display: flex;
    align-items: center;
 
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.pop-up-wrapcuatro{
    display: flex;
    align-items: center;
   
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.pop-up-wrapcinco{
    display: flex;
    align-items: center;
  
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}
.pop-up-wrapseis{
    display: flex;
    align-items: center;
   
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease-in-out all;
}




/*
.pop-up-title{
    flex-basis: 0;
    flex-grow:1.5;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../img/office.jpg');
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
}
*/

/*
.pop-up-title::after{
    content: '';
    position: absolute;
    background: #162d56;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
/*
.pop-up-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}*/
/*
.subcription::before{
    content: '';
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 280px;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}*/

.pop-up-title h2,
.pop-up-title p{
    z-index: 10; 
    color: #fff;
}

.pop-up-title h2{
    font-family: 'Chiller';
    font-size: 80px;
}


.pop-up-title p{
    font-size: 20px;
    font-weight: 300;
}


.sub-content{
    width: 75%;
}



.subs-email{
    width: 100%;
    padding: 10px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}

.subs-send{
    width: 100%;
    padding: 15px;
    border: none;
    background: #E43F5A;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #1bc59b;
}

.line{
    width: 100%;
    height: 20px;
    background: #1F4068;
}

#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}
#closedos{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}
#closetres{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}
#closecuatro{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}
#closecinco{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}
#closeseis{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 28px;
    color: #1bc59b;
    cursor: pointer;
}
.pop-up.showc{
    visibility: visible;
}
.pop-updos.showc{
    visibility: visible;
}
.pop-uptres.showc{
    visibility: visible;
}
.pop-upcuatro.showc{
    visibility: visible;
}
.pop-upcinco.showc{
    visibility: visible;
}
.pop-upseis.showc{
    visibility: visible;
}
.pop-up-wrap.showc{
    transform: scale(1);
    opacity: 1;
}
.pop-up-wrapdos.showc{
    transform: scale(1);
    opacity: 1;
}
.pop-up-wraptres.showc{
    transform: scale(1);
    opacity: 1;
}
.pop-up-wrapcuatro.showc{
    transform: scale(1);
    opacity: 1;
}
.pop-up-wrapcinco.showc{
    transform: scale(1);
    opacity: 1;
}
.pop-up-wrapseis.showc{
    transform: scale(1);
    opacity: 1;
}
.formpop{
    width: auto;
    padding: 5px;
    margin: auto;
}

@media only screen and (max-width: 980px){
    .pop-up-title{
        display: none;
    }

}

@media only screen and (max-width: 320px){
    .sub-content h2{
        font-size: 25px;
    }
  