*{
    padding: 0;
    margin: 0;
    color: #19933f;
}
.row{
    margin: 0!important;
    padding: 0;
}
h1{
    font-size: 3.5em!important
}
.wrap{
    margin-left: 100px;
    margin-right: 100px;
}
a:link{
    text-decoration: none!important
}
.nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
}
.logo{
    color: white;
}
.nav ul{
    display: flex;
    justify-content:flex-end;
    list-style: none;
    margin-left:auto;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.nav ul li{
    font-size: 20px;
    padding: 42px;
    color: white;
}
.nav ul li:hover{
    background: #19933f;
}
.mapa{
    position: relative;
    width: 600px;
    height: 920px;
    background: url('mapa.png');
    background-size: 100% 100%;
}
.puntero{
    position: absolute;
    transform-style: preserve-3d; 
    cursor: pointer;
}
.puntero:hover .img-puntero{    
    filter: invert(100%);
}
.colombia{    
    margin-left: 60px;
    margin-top: 80px;
}
.brasil{    
    margin-left: 350px;
    margin-top: 250px;
}
.peru{
    margin-top: 250px;
    margin-left: 60px;
}
.bolivia{
    margin-top: 330px;
    margin-left: 175px;
}
.argentina{    
    margin-top: 540px;
    margin-left: 180px;
}
.img-puntero{
    width: 40px;
    transition: all .2s;
    animation: punteros 1s linear infinite alternate;
}

@keyframes punteros {
    from   {
        transform: rotateY(0deg);
    }
    to  { 
        transform: rotateY(180deg);
    }
}
.arrow_box {
	position: relative;
    background: black;
    margin-top: 60px;
    max-height: auto!important;
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0; 
    position: absolute;
    transition: all 1s;
    z-index: 99;
}

.close-b{
    float: right;
    cursor: pointer;
}
.arrow_box p{
    opacity: 0;
    transition: .5s;
    transition-delay: .9s;
}
.p-colombia{
    right: -120px;
    top: 30px;
}
.p-peru{
    right: -100px;
    top: 220px;
}
.p-bolivia{
    right: -240px;
    top: 280px;
}
.p-argentina{
    top: 500px;
    right: -280px;
}
.p-activo{
    top: 0;
    right: 0;
    right: 0;
    width: 400px;  
    opacity: 1;
    height: auto;
    overflow: visible;
    position: relative;
    display: block;
}
.p-activo p{
    opacity: 1;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: auto;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-left-color: black;
	border-width: 20px;
	margin-top: -20px;
	height: auto;
}
.arrow_box:before {
	border-left-color: black;
	border-width: 30px;
	height: auto;
	margin-top: -30px;
}

.servicios{
    opacity: .5;
    margin-left: 40px; 
    margin-right: 40px
}
.servicio-h4{
    font-weight: bold; 
    color: black
}
.servicios:hover{
    opacity: 1;
}
.servicio-p{
    text-align: justify; 
    color: black
}
.menu a:hover{
    background: #19933f;
    color: white;
}
.logo-auspicio{
    width: 280px;
    margin: 0 15px 0 15px;
}
.logo-auspicio img{
    width: 200px;    
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s;
}
.logo-auspicio:hover img{
    -webkit-filter: none;
    filter: none;
}
.foo-superior{
    background: #19933f;
    padding: 50px
}
.foo-inferior{
    background: black;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100px;
}

.carousel-indicators li{
    width: 60px!important; 
    height: 60px!important; 
    border-radius: 50%;
    border: solid #19933f 2px;
    cursor: pointer;
    text-indent: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p1{
    line-height: .1; 
    font-weight: bold; 
    margin-bottom: 8px; 
    margin-top: 13px;
}
.p2{
    line-height: .1; 
    font-weight: bold; 
    margin-top: 7px;
}
.hp{
    margin: 0; 
    background: #19933f; 
    width: 50%; 
    height: 2px;
}
.li-activo{
    background: #19933f!important;
}
.li-activo p{
    color: white;
}
.li-activo hr{
    background: white;
}
.btn-cliente{
    border: solid #19933f 2px; 
    border-radius: 20px; 
    padding: 5px 10px 5px 10px; 
    font-size: 1.2em; 
    margin-left: 10px; 
    margin-right: 10px; 
    color: black;
    background: white;
    outline: none;
    cursor: pointer;
}
.cliente-activo{
    background: #19933f; 
    color: white;
}
.cliente{
    display: grid; 
    grid-template-columns: auto auto auto; 
    margin: 0 100px;
    margin-top: 70px
}
.logo-auspicio{
    text-align: center;
}

.evento{
    padding: 50px 100px 100px 100px!important;
}
.evento .row .col-3 h1{
    font-weight:bold; 
    font-size: 100px!important; 
    line-height: .6;
}
.fondo-evento{
    height: 400px; 
    width: 100%; 
    background-size: 100% 100%!important;
}
.ocultate{
    z-index: 0!important;
    opacity: 0!important;
}
.logo{
    margin-left: 40px
}
.arrow_box div p a{
    color: white;
    line-height: 2;
    padding: 2px 10px;
    background: #19933f;
    border-radius: 15px;
    letter-spacing: 1px;
    font-size: 1vw;
    height: auto;
}
.btn-cliente{
    width: 120px
    outline: none;
}

.borderb{
    border: solid 2px;
    border-color: black;
}

.menu{
    text-align: center;
}

.img_fra{
    float: left;
    margin: -39px 38px 0px 220px;
    
}

@media screen and (min-width: 1600px){
    .cliente{
        justify-items: center;
    }
    .mapa{        
        margin: auto;
    }
    .fondo-evento{        
        max-width: 500px;
        margin: auto;
    }
}

@media screen and (max-width: 1267px){
    .btn-cliente{
        margin: 0;
        outline: none;
    }
    .servicios{
        margin: 10px;
    }
    .mapa{
        margin-left: -10%
    }
}

@media screen and (max-width: 1160px){
    .btn-cliente{
        margin: 5px 0;
        outline: none;
    }
    .cliente{        
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))!important;
        margin: 0;
    }
    .evento{
        padding: 0!important;
    }
    .evento .row .col-3 h1{
        font-size: 4em!important; 
        line-height: .8
    }
    .primera .row .col-md-6 h1{
        width: 500px;
    }
    .mapa{
        margin-left: -25%;
        margin-top: 25%
    }
    .primera-p{
        display: none;
    }
    .planeta{
        margin-top: 250px
    }
    .arrow_box div{
        height: 400px;
        background: black;
    }
    .arrow_box{
        width: 300px
    }
    .logo img{
        width: 200px
    }
    .nav ul a li{
        padding: 30px
    }
}

@media screen and (max-width: 997px){
    .menu{
        padding-left: 50px;
    }
    .wrap{
        margin-left: 50px;
        margin-right: 50px
    }
    .carousel-indicators{
        margin-left: 5%!important;
    }
    .fondo-evento{
        height: 300px; 
    }
    .foo-superior .row .col-md-4 p{
        margin: 0!important;
    }
    .foo-superior .row .col-md-4 h1{
        margin: 0!important;
        text-align: center;
    }
    .logo-auspicio{
        width: 200px;
    }
    .logo-auspicio img{
        width: 200px;
    }
    .mapa{
        margin-left: -35%;
        margin-top: 35%;
        width: 500px;
        height: 800px;
    }
    .puntero.colombia{        
        margin-left: 75px;
        margin-top: 70px;
    }
    .puntero.brasil{        
        margin-left: 270px;
        margin-top: 210px;
    }
    .puntero.peru{        
        margin-top: 210px;
        margin-left: 50px;
    }
    .puntero.bolivia{        
        margin-top: 285px;
        margin-left: 165px;
    }
    .puntero.argentina{        
        margin-top: 475px;
        margin-left: 185px;  
    }
    .nav ul{
        margin-left: 0;
    }
    .logo{
        margin-top: 15px
    }
    
}

@media screen and (max-width: 767px){
    h1{
        text-align: center!important;
    }
    .nav ul{
        margin-left: 0;
    }
    .nav ul a li{
        padding: 20px;
        font-size: 16px;
    }
    .fondo-evento{
        height: 400px; 
        margin: 10px 50px;
    }
    .carousel-indicators{
        bottom: 0;
        top: 170px;
        width: 100%;
        right: 0;
        left: 0;
        margin: auto!important;
    }
    .planeta{
        display: none;
    }
    .mapa{
        margin-top: -280px;
        margin-left: 45%;
        width: 300px;
        height: 500px;
    }
    .primera{
        margin-top: 40px!important
    }
    .primera .row .col-md-6 h1{
        text-align: center;
        margin: auto;
    }
    .img-puntero{
        width: 25px
    }
    .puntero.colombia{        
        margin-left: 45px;
        margin-top: 40px;
    }
    .puntero.brasil{        
        margin-left: 175px;
        margin-top: 135px;
    }
    .puntero.peru{
        margin-top: 125px;
        margin-left: 30px;
    }
    .puntero.bolivia{
        margin-top: 170px;
        margin-left: 100px;
    }
    .puntero.argentina{
        margin-top: 305px;
        margin-left: 110px;
    }

}

@media screen and (max-width: 567px){
    .wrap{
        margin: 0;
        margin-top: 20px!important;
    }
    .primera .row .col-md-6 h1{
        font-size: 35px!important;
    }
    .menu{
        padding: 0;
    }
    .logo-auspicio{
        width: 150px;
    }
    .logo-auspicio img{
        width: 150px;
    }
    .cliente{
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr))!important;
    }
    .servicios{
        margin: 0;
        transition: all .4s;
    }
    .servicios img{
        width: 100px;
    }
    .servicio-h4{
        font-size: 16px;
    }
    .servicio-p{
        font-size: 14px;
    }
    .foo-superior .row .col-md-4 p{
        font-size: 14px!important;
        margin: 0!important;
        margin-bottom: 15px!important;
    }
    .foo-superior .row .col-md-4 h1{
        margin: 0!important;
    }
    .foo-inferior{
        height: 60px;
    }
    .foo-inferior h3{
        font-size: 20px
    }
    .evento .row .col-9 h4{
        font-size: 19px;
    }
    .evento .row .col-9 p{
        font-size: 14px;
    }
    .fondo-evento{
        margin-right: 0;
        margin-left: 0;
        height: 250px;
        margin-bottom: 0!important;
    }
    .carousel-indicators{
        top: 180px;
    }
    .carousel-indicators li{
        width: 40px!important;
        height: 40px!important;
    }
    footer{
        margin-top: 0!important;
    }
    .mapa{
        margin: auto;   
        margin-top: -280px!important;     
    }
    .primera .row .col-md-6 h1{
        width: auto;
    }
    .p-activo{
        z-index: 1;
        max-height: 300px!important;
        overflow: hidden;
    }
    .arrow_box{
        margin: auto;
        top: 100px
    }
    .nav{
        overflow: hidden;
    }
    .close-b{
        position: relative;
        float: right;
        cursor: pointer;
        display: inline-block;
        right: 0px;
    }
    .nav ul a li{        
        font-size: 12px;
        padding: 14px;
    }
}

.indicador{
   
    font-size:2vw;
    color:white; 
    font-weight: bold;
}

.vis{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    
}