img, .section1 video{
    width: 100%;
}

p{
    margin: 0;
}
.hide{
    display: none !important;
}

.infoPaisesMobile{
    margin:0 35px;
}

.section2{
    background-color: #212C5D;
    color: white;
    text-align: center;
    padding: 40px 35px 40px 35px;
}    



.section3 img{
    padding-bottom: 31px;
}

.section3 p{
    font-family: "ralewayExtraBold";
    padding: 0 35px;
    color: #606164;
    font-size: 19px;
    text-align: justify;
}

.section3 div > p:nth-child(2){
    padding-top: 15px;
    padding-bottom: 20px;
}

.section4{
    
}

.section4 >  div:nth-child(1){
    border-bottom: 5px solid #69B2D9;
    margin: 0 35px 15px 35px;
}

.section4 h2{
    font-family: "ralewayExtraBold";
    width:fit-content;
    padding-bottom: 5px;
    margin: 0;
    border-image-slice: 1;
    background: -webkit-linear-gradient(45deg, #212261, #3A6AA7, #69B2D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}

.section4 > div > div:nth-child(1){
    padding: 0 35px 40px 35px;
    text-align: justify;
}

.section4 p{
    font-family: "ralewayMedium";
    font-size: 16px;
}
.section4 > div > div > p:nth-child(1){
    padding-bottom: 12px;
}

.section5 > div:nth-child(1){
    border-bottom: 5px solid #69B2D9;
    margin: 30px 35px 16px 35px;    
}

.section5 h2{
    font-family: "ralewayExtraBold";
    width:fit-content;
    padding-bottom: 5px;
    margin: 0;
    background: -webkit-linear-gradient(45deg, #212261, #3A6AA7, #69B2D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
    border-image-slice: 1;
    font-size: 25px;
}

.section5 p{
    font-family: "ralewayMedium";
    padding: 0 35px 20px 35px;
    font-size: 16px;
}


.section5 .listadoIconos{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 0 35px;
    justify-content: start;
}

.section5 .listadoIconos > div{
    text-align: center;
    width: 50%
}

.section5 .listadoIconos > div > div{
    padding: 0 10px;
}

.section5 .listadoIconos img{
    width: 73px;
}

.section5 .listadoIconos p{
    font-family: "ralewayBold";
    color: #212C5D;
    padding: 0 0 20px 0;
}
.section5 > p:nth-child(2){
    text-align: justify;
}

.section6{
    padding: 58px 35px 49px 35px;
}

.section6 > div:nth-child(1){
    border-bottom: 5px solid #69B2D9;
    margin: 0 0 25px 0;
}

.section6 h2{
    font-family: "ralewayExtraBold";
    background: -webkit-linear-gradient(45deg, #212261, #3A6AA7, #69B2D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
    margin: 0;
    font-size: 25px;
    width: fit-content;
}

.section6 p{
    font-family: "ralewayMedium";
}

.section7{
    padding: 0 35px;
}

.section7 p{
    font-family: "ralewayMedium";
    font-size: 16px;
}

.section7 .planTrabajo{
    width: 102px;
    display: block;
    margin: 25px auto 0 auto;
}

.section7 .planTrabajoDesktop{
    display: none;
}

.section7 .etapas .etapaButton{
    background-image: linear-gradient(to right, #F3F3F4, #FFFFFF);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    margin: 30px 0 23px 0;
    padding: 10px;
    border: none;
    box-shadow: 7px 7px 5px #00000040;
}

.section7 .etapas .etapaButton img{
    width: 20px;
    height: 100%;
}

.section7 .etapas .info{
    font-family: "ralewayItalic";
}

.section7 .etapas .iconos{
    display: flex;
    justify-content: space-evenly;
}

.section7 .etapas.etapa3 .iconos{
    flex-direction: column;
    align-items: center;
}

.section7 .etapas .iconos p{
    font-family: "ralewaySemiBold";
    color: #212C5D;
    padding: 6px 0px 22px 0px;
}

.section7 .etapas .etapaButton p{
    font-family: "ralewayExtraBold";
    font-size: 20px; 
    color: #212C5D;
    width: 100%;
}

.section7 .etapas .iconos > div{
    text-align: center;
    width: 50%;
}

.section7 .etapas .iconos > div img{
    width: 45px;
}

.section7 .etapas.etapa1 .info p, .section7 .etapas.etapa2 .info p{
    border-left: 3px solid #707070;
    padding-left: 5px;
    font-family: "ralewayItalic";
    font-size: 15px;
}

.section7 .etapas .list p{
    font-family: "raleway";
    font-size: 13px;
}
.section7 .etapas .list p span{
    padding-right: 5px;
}

.section7 .etapas.etapa1 .list{
    padding-top: 30px;
}

.section7 .etapas.etapa1 .list > div{
    display: flex;
    align-items: center;
}

.section7 .etapas.etapa2 .list > div{
    display: flex;
    align-items: center;
}

.section7 .etapas .list p:nth-child(even){
    padding: 15px 0;
}
.section7 .etapas.etapa2 > div:nth-child(2) > div:last-child > p:nth-child(5){
    padding-bottom: 15px;
}

.section7 .etapas .recuadro{
    font-family: "ralewayBold";
    border: 1px solid black;
    padding: 10px 12px;
    margin: 7px 0 18px 0;
    font-size: 15px;
}

.section7 .etapas.etapa3 .info > p, .section7 .etapas.etapa3 .info > :not(div:last-child) {
    border-left: 3px solid #707070;
}

.section7 .etapas.etapa3 .info > div{
    display: flex;
}

.section7 .etapas.etapa3 .info > div:nth-child(1) p{
    padding-left: 5px;
}

.section7 .etapas.etapa3 .info > div > span{
    display: inline-block;
    width: 20px;
    height: 36px;
    border-bottom: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
    direction: ltr;
    box-sizing: border-box;
    --divider-border-style: solid;
    --divider-border-color: #707070;
    --divider-border-width: 3px;
}
.section7 .etapas.etapa3 .info > div:last-child > span{
    border-left: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color);
}

.section7 .etapas.etapa3 .info .recuadro{
    width: 100%;
}

.section7 .etapas.etapa3 .recuadro{
    margin: 0;
}

.section7 .etapas.etapa3 .info > div:nth-child(2){
    padding: 17px 0 8px 0;
}

.section7 .etapas.etapa3 .info > div:nth-child(4){
    padding: 8px 0;
}

.section7 .etapas.etapa2 .bullet{
    width: 10px;
    padding-right: 10px;
}

.section7 .num{
    width: 30px;
    padding-right: 10px;
}

.section8{
    padding: 20px 35px 0 35px;
}

.section8 > div:nth-child(1){
    margin: 42px 0 20px 0;
    border-bottom: 5px solid #69B2D9;
    display: block !important;
}

.section8 h2{
    font-family: "ralewayExtraBold";
    background: -webkit-linear-gradient(45deg, #212261, #3A6AA7, #69B2D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
    width: fit-content;
    border-image-slice: 1;
    font-size: 25px;
    margin: 0;
}

.section8 > .desktop{
    display: none;
}

.section8 h4{
    font-family: "ralewayExtraBold";
    color: #21A5C7;
    font-size: 22px;
    text-align: center;
}

.section8 > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section8 .containerPortfolio{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 192px;
    box-shadow: 7px 7px 5px #00000040;
    border-radius: 72px;
    margin-bottom: 20px;
    border: 5px solid #69B2D9;
}

.section8 .containerPortfolio:last-child{
    margin-bottom: 0;
}

.section8 .roosterPortfolio{
    width: 107px;
}

.section8 .flagPortfolio{
    width: 21px;
    margin: 12px 0 13px 0;
}

.section9 >  div:nth-child(1){
    border-bottom: 5px solid #69B2D9;
    margin: 0 35px 15px 35px;
    margin: 62px 35px 27px 35px;
}

.section9 h2{
    font-family: "ralewayExtraBold";
    width:fit-content;
    padding-bottom: 5px;
    margin: 0;
    border-image-slice: 1;
    background: -webkit-linear-gradient(45deg, #212261, #3A6AA7, #69B2D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}

/*
.section9 h2{
    font-family: "ralewayExtraBold";
    background: -webkit-linear-gradient(45deg, #212261, #3A6AA7, #69B2D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
    border-bottom: 5px solid;
    border-image-source: linear-gradient(to right, #212261, #3A6AA7, #69B2D9);
    border-image-slice: 1;
    font-size: 25px;
    margin: 62px 35px 27px 35px;
}*/

.section9 img{
    padding-bottom: 35px;
}

.section9 .showInfoCountry{
    background-image: linear-gradient(to right, #F3F3F4, #FFFFFF);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    margin: 30px 0 23px 0;
    padding: 10px;
    border: none;
    box-shadow: 7px 7px 5px #00000040;
}

.section9 .showInfoCountry img{
    width: 20px;
    height: 100%;
    padding-bottom: 0;
}

.section9 .infoPaises{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.section9 .infoPaises span > img{
    width: 10px;
    padding-bottom: 0;
    padding-right: 5px;
}

.section9 .infoPaises p{
    width: 50%;
    font-family: "raleway";
    font-size: 13px;
}

footer{
    background-color: #212C5D;
    padding: 0 35px;
}

footer h2{
    display: none;
}

footer > div:nth-child(2){
    padding-top: 20px;
}

footer > div:nth-child(2) > div:nth-child(2){
    padding: 30px 0;
}

footer > div:nth-child(2) > div:nth-child(3) > div{
    padding-bottom: 30px;
}

footer > div:nth-child(2) > div:nth-child(3) > p:last-child{
    padding: 30px 0 40px 0;
}

footer > div:nth-child(2) > :not(div:last-child){
    display: flex;
    align-items: center;
}

footer > div:nth-child(2) > :not(div:last-child) > img{
    padding-right: 20px;
}

footer > div:nth-child(2) > div:last-child > div{
    display: flex;
    justify-content: space-between;
}

footer p{
    color: white !important;
    font-family: "raleway";
    font-size: 20px;
    text-align: center;
}

footer .iconos{
    width: 30px;
    height: 30px;
}

footer > div:nth-child(3){
    text-align: center;
    padding-bottom: 30px;
}

footer > div:nth-child(3) img{
    width: 100px;
}

.etapa2TextoDesktop{
    display: none;
}
.mapaDesktop{
    display: none;
}

.cuadrosEtapa{
    display: none;
}

@media screen and (min-width: 720px) {

    .section2{
        padding-left: 110px;
        padding-right: 110px;
    }

    .section3{
        display: flex;
        padding: 0 110px;
        flex-direction: row-reverse;
        padding-top: 76px;
    }  

    .section3 > div{
        width: 50%;
    }
    .section3 > div:nth-child(1){
        padding-left: 40px;
    }

    .section3 > div:nth-child(2){
        padding-right: 40px;
    }

    .section3 p{
        padding-left: 0;
        padding-right: 0;
    }

    .section3 > div:nth-child(2){
        padding-top: 54px;
    }

    .section4 > div:nth-child(1){
        margin: 0 110px 54px 110px;
    }

    .section4 h2{
        padding-bottom: 13px;
    }

    .section4 > div:nth-child(2){
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 0 110px;
    }

    .section4 > div > div{
        width: 50%;
    }

    .section4 > div > div:nth-child(1){
        padding-bottom: 0;
        padding-right: 0;
    }

    .section5{
        padding: 0 110px;
    }


    .section5 > div:nth-child(1){
        margin: 30px 0px 38px 0px;
        display: flex;
        justify-content: flex-end;
    }

    .section5 h2{
        padding-bottom: 13px;
        text-align: right;
    }

    .section5 p{
        padding: 0 0 70px 0;
    }

    .section5 .listadoIconos{
        padding: 0;
        justify-content: center;
    }

    .section5 .listadoIconos > div{
        width: 20%;
    }

    .listadoIconos > div:nth-child(1){
        padding-bottom: 77px;
    }

    .section6{
        padding: 58px 110px 48px 110px;
    }

    .section6 > div{
        text-align: center;
    }

    .section6 img{
        max-width: 728px;
    }

    .section7{
        padding:0 110px;
    }

    .section7 .planTrabajo{
        display: none;
    }

    .section7 .planTrabajoDesktop{
        display: inline
    }

    .section7 .svg{
        text-align: center;
    }

    .section7 svg{
        width: 80%;
    }

    .section7 .etapas .iconos > div img{
        width: 100px;
    }

    .section7 p{
        font-size: 18px;
    }

    .section7 #circulo2, .section7 #circulo3, .section7 #textoEtapa3, .section7 #circulo1{
        display: none;
    }

    .section7 .etapas.etapa3 .iconos {
        flex-direction: row;
    }

    .section7 .etapaButton{
        display: none !important;
    }
    
    .section8{
        padding: 0 110px;
    }

    .section8 .brMobile{
        display: none;
    }

    .section8 > div:nth-child(1){
        margin-bottom: 36px;
        display: flex !important;
        align-items: unset !important;
        justify-content: flex-end;
        flex-direction: row !important;
    }

    .section8 h2{
        text-align: right;
        padding-bottom: 13px;
    }

    .section8 h4{
        margin: 0;
    }

    .section8 > .mobile{
        display: none;
    }

    .section8 > .desktop{
        display: block;
    }

    .section8 .desktop > div{
        display: flex;
        padding-bottom: 50px;
    }

    .section8 .desktop > div > div:nth-child(1) > img{
        width: 230px;
        border: 5px solid #69B2D9;
    }

    .section8 .desktop > div > div:nth-child(2){
        padding-left: 20px;
    }

    .section8 .desktop > div > div:nth-child(2) > div:nth-child(1){
        display: flex;
        padding-bottom: 15px;
    }

    .section8 .flagPortfolio{
        height: 30px;
        width: auto;
        padding-right: 10px;
        margin: 0;
    }
    
    .section9 h2{
        padding-bottom: 13px;
        margin-bottom: 36px;
        margin: 62px 110px 42px 110px;
    }

    .section9 > div{
        display: none;
    }

    footer{
        background-color: #212C5D;
        padding: 0 110px;
        display: block;
    }

    footer h2{
        display: block;
        font-family: "ralewayExtraBold";
        color: white;
        padding-bottom: 5px;
        padding-top: 30px;
        margin: 0 0 40px 0;
        border-bottom: 5px solid #69B2D9;
        font-size: 33px;
    }

    footer p{
        color: white;
        font-family: "raleway";
        font-size: 20px;
    }

    footer > div:nth-child(2){
        padding-top: 0px;
    }

    footer > div:nth-child(2) > :not(div:last-child){
        display: block;
    }

    footer > div:nth-child(2) > :not(div:last-child) > img{
        padding-right: 0px;
    }

    footer > div:nth-child(2) > div:last-child > div{
        display: block;
    }

    footer .iconos{
        width: 30px;
        padding-bottom: 10px;
    }

    footer > div{
        display: flex;
    }

    footer > div > div{
        width: 100%;
        text-align: center;
    }

    footer .fBold{
        font-family: "ralewayBold";
        padding-bottom: 20px;
    }

    footer .fMedium{
        font-family: "ralewayMedium";
    }

    footer .logo{
        width: 325px;
        margin: 0 auto;
        padding-top: 100px;
    }

    h2{
        font-size: 40px !important;
    }

    .section5 > p:nth-child(2){
        line-height: 25px;
        text-align: justify;
    }

    footer > div:nth-child(3) img{
        width: 250px;
    }
    footer > div:nth-child(3){
        padding-bottom: 50px;
    }
    .section8 .desktop p{
        font-family: "raleway";
        text-align: justify;
    }

    .section7 .etapas.etapa1 > div:nth-child(2){
        display: flex;
    }
    .section7 .etapas.etapa1 > div:nth-child(2) > div{
        width: 50%;
    }
    .section7 .etapas.etapa1 > div:nth-child(2) > div:nth-child(1){
        padding-right: 20px;
        padding-top: 30px;
    }
    .section7 .etapas.etapa1 > div:nth-child(2) > div:nth-child(2){
        padding-left: 20px;
    }
    .section7 .etapas.etapa1 .list{
        padding-top: 0;
    }

    .etapa2TextoDesktop{
        display: block;
        padding: 40px 20px 0 20px;
    }

    .etapas.etapa2 > div:nth-child(2) > :not(div:first-child), .etapas.etapa3 > div:nth-child(2) > :not(div:first-child){
        display: none;
    }
    .mapa{
        display: none;
    }
    .mapaDesktop{
        display: inline;
        margin: 0;
    }
    .cuadrosEtapa{
        display: inline !important;
    }
    footer > div:nth-child(2) > div:nth-child(2){
        padding-top: 0;
    }
    footer > div:nth-child(2) > div:nth-child(3) > div{
        padding-bottom: 0;
    }
    .section7 .etapas .iconos p{
        padding: 6px 40px 22px 40px;
    }
    .section7 .etapas .iconos > div{
        width: unset;
    }
    .section7 .etapas.etapa3 .iconos{
        justify-content: space-evenly;
    }

    #España, #México, #Honduras, #Haiti, #Guatemala, #Estados_Unidos, #Ecuador, #Colombia, #Brasil, #Bolivia, #Argentina, #Paraguay, #Peru, #R_Dominicana, #Venezuela, #El_salavador{
        display: none;
        z-index: 0;
    }
    #Icon_Argentina, #Icon_España, #Icon_Bolivia, #Icon_Brasil, #Icon_Colombia, #Icon_Ecuador, #Icon_El_salavador, #icon_Estados_Unidos, #Icon_Guatemala, #Icon_Haiti, #Icon_Honduras, #Icon_México, #Icon_Paraguay, #Icon_Peru, #Icon_Venezuela, #Icon_Rep_Dominicana{
        z-index: 1;
        cursor: pointer;
    }
    #espanaClose, #closeArgentina, #boliviaClose, #closeBrasil, #closeMexico, #closePeru, #closeVenezuela, #rDominicana, #closeParaguay, #closeEcuador, #closeColombia, #closeHaiti, #closeHonduras, #closeGuatemala, #closeUSA,#closeSalvador{
        cursor: pointer;
    }
    #Etapa_1_1_, #Etapa2_1_, #Etapa_3{
        cursor: pointer;
    }
    .section1{
        position: relative;
    }
    .section1 video{
        max-width: unset;
        display: inline;
    }
    .textoH1{
        position: absolute;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 110px;
    }
    .divImgSec1 img{
        display:none;
    }
    .section4 p, .section3 p{
        text-align: justify;
    }
    #menu{
        background-color: white !important;
    }

    .section9 > div:nth-child(1){
        display: block;
        margin: 62px 110px 27px 110px;
    }

    .section9 h2{
        margin: 0;
    }

}
footer p{
    text-decoration: none !important;
}

.showInfoCountry p{
    font-family: "ralewayExtraBold";
    color: #212C5D;
}