
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    background-color: #42AB34;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

p{
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    font-weight: 100;
}

.row{
    display: flex;
    width: 100%;
}

.intro{
    width: 40%;
}

.intro h2{
    margin-left: 100px;
    color: #dfdc00;
    font-weight: 120;
    font-weight: 300;
    font-size: 2.5rem;
}

.intro a{
    display: block;
    margin-top: 200px;
}

#intro p{
    font-size: 19px;
    line-height: 26px;
    font-weight: 100;
}


h1, h2{
    font-family: 'Amatic SC', cursive;
        color: #dfdc00;
        font-size: 55px;
        font-weight: bold;
        margin-bottom: 0;
}

h3 {
        font-family: 'Amatic SC', cursive;
        color: #dfdc00;
        font-size: 32px;
        font-weight: 100;
        margin-top: 0;
}

header{
    height: 100vh;
    display: flex;
    /* align-items: center; */
}

section{
    position: relative;
    padding: 50px 0;
}


.col-2{
    width: 60%;
    position: relative;
}

.col-2 img{
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.col-2 img.bg-intro{
    width: 100%;
    z-index: 1;
}

.ilu-intro{
    z-index: 2;
}

.separator{
    border-bottom: 1px dashed #dddd47;
    display: block;
}

.img-neg{
    margin-top: -100px;
}

.col-2-4{
    width: 59%;
}

.logo{
    margin-left: 100px;
}

.main-menu{
    text-align: right;
    padding: 40px 200px;
    box-sizing: border-box;
    z-index: 10;
    position: fixed;
    width: 100%;
    right: 0;
    transition: all 0.3s;
}

.main-menu.is-up{
    background-color: #42AB34;
    padding: 20px 200px;
}

.main-menu a{
    font-family: 'Amatic SC', cursive;
    color: #333;
    text-decoration: none;
    font-size: 30px;
    margin: 0 20px;
}

.setion-intro{
    padding: 100px 0 0 0;
}

.container{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

.svg-play{
    position: absolute;
    top: 550px;
    left: 50%;
    width: 150px;
    fill: #dddd47;
    animation: latidos .5s infinite;
}

.btn.btn-bn{
    color: #fff;
    cursor: pointer;
    font-size: 28px;
}

.svg-play:hover{
    transform: scale(1.1);
    transition: all 0.3s;
    fill: #dd4774;
    cursor: pointer;
}

.img-intro{
    width: 80%;
    max-width: 600px
}

.img-mujeres{
    width: 100%;
    max-width: 650px
}

.img-dialogo{
    width: 80%;
    max-width: 700px
}

.img-terri{
    width: 80%;
    max-width: 800px
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.72);
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.popup-content{
    position: relative;
    width: 100%;
    max-width: 860px;
}

.popup .close{
    color: #333;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #dddd47;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 20px;
    z-index: 100;
}

.popup.is-open{
    display: flex;
}

.hide{
   display: none;
}

.hide.is-open{
    display: block;
}

.btn-dowm{
    position: absolute;
    left: 40%;
    top: 60%;
    transform: translateX(-50%);
    z-index: 100;
    width: 150px;
    background: transparent;
    border: none;
}

.btn-dowm svg{
fill: #42ab34;
}

.dowm{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 20px;
    width: 20px;
    animation: dowm 1s infinite;

}

svg.dowm-arrow{
    fill: #dddd47;
}

mark{
    background-color: #dddd47;
}

.btn-text{
    cursor: pointer;
}

.btn-audio {
    cursor:url(../img/cursor-play_1.png), auto;
}

.flex{
    display: flex;
}

.flex img{
    margin-right: 10px;
}

.btn{
    font-family: 'Amatic SC', cursive;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    color: #222;
    margin: 0;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
}

.btn:hover img {
    transform: translateX(10px);
}

.discla{
    width: calc(100% - 550px)
}

.logos{
    position: absolute;
    right: -43px;
    bottom: -8px;
    width: 640px;
}

.link{
    color: #dddd47;
    font-weight: 500;
}

.text-dest{
    color: #dddd47;
    font-weight: bold;
    font-size: 20px;
}

.row.between {
    justify-content: space-between;
}

.row .col-1{
    width: 48%;
    box-sizing: border-box;
}

.row .col-1.mb-content-1{
    width: 38%;
}

.row .col-1.mb-content-2{
    width: 59%;
}

.row .col-1-im{
    width: 65%;
    box-sizing: border-box;
}

.row .col-1-im .img-dialogo{
    width: 90%;
}

.row .col-2-im{
    width: 35%;
    box-sizing: border-box;
}

.row .col-2-2{
    width: 38%;
    box-sizing: border-box;
}

.row .col-3{
    width: 28%;
    box-sizing: border-box;
}


.btn img{
    margin-left: 10px;
    transition: all 0.3s;
}

#acciones{
    background-color: #dddd47;
}

#acciones p{
    color: #333;
}

.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%;
}

.btn-margin{
    margin-left: 30px;
}

#segundoPaso, #tercerPaso{
    padding-top: 0;
}

#segundoPaso h2, #tercerPaso h2{
    margin-top: 20px;
}

@keyframes dowm {
    from { top: 20px;}
    to { top: 60px }
}

@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.03); }
    to { transform: none; }
}

@media (max-width: 1200px) {
    .container{
        padding: 0 30px;
    }
}


@media (max-width: 768px) {
    .row{
        display: block;
    }
    .row .col-1 {
        width: 90%;
        margin: auto;
        box-sizing: border-box;
    }

    .svg-play {
        top: 200px;
        left: 50%;
        width: 110px;
    }

    h2, h3{
        width: 90%;
        margin: auto;
    }

    h1, h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .row .col-2-2{
        width: 90%;
        margin: auto;
    }
    
    .row .col-3{
        width: 90%;
        margin: auto;
    }

    .col-2 img.bg-intro {
        width: 113%;
        z-index: 1;
    }

    .col-2.head{
        width: 100%;
        position: relative;
        height: 50vh;
    }

    .logo {
        margin-left: 40px;
    }

    .btn-dowm {

        top: 77%;
        width: 100px;
    }

    .main-menu {
        display: none;
    }
    
}
