div#wrapper {
    margin-bottom: 154px;
}

.mapContent {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
}

#container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

/* Ocultar tooltips sin estilos específicos (solo hay estilos para tooltip1-7) */
.tooltips:not(.tooltip1):not(.tooltip2):not(.tooltip3):not(.tooltip4):not(.tooltip5):not(.tooltip6):not(.tooltip7) {
    display: none !important;
}

.loc{
    width: 25px;
    height: 31px;
    position: absolute;
    background-image: url(../img/loc.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;
}

/* Guatemala - noroeste */
.loc.loc1 {
    left: 13%;
    top: 50%;
}

/* El Salvador - junto a Guatemala */
.loc.loc2 {
    left: 19%;
    top: 58%;
}

/* Honduras - centro arriba */
.loc.loc3 {
    left: 28%;
    top: 50%;
}

/* Nicaragua - centro */
.loc.loc4 {
    left: 34%;
    top: 62%;
}

/* Costa Rica - sur centro */
.loc.loc5 {
    left: 41%;
    top: 77%;
}

/* Panamá - sur derecha */
.loc.loc6 {
    left: 54%;
    top: 83%;
}
 
/* República Dominicana - extremo derecho arriba */
.loc.loc7 {
    left: 83%;
    top: 9%;
}

/* Media queries eliminadas - las posiciones porcentuales son responsivas por defecto */


.tooltips {
    width: 280px;
    height: auto;
    padding: 20px;
    color: black;
    background: #f5f5f5;
    position: absolute;
    z-index: 3;
    text-align: justify;
    font-size: 12px;
    overflow: visible !important;
    display: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 4px;
    /* Las posiciones serán establecidas dinámicamente por JavaScript */
}

/* Los tooltips individuales no necesitan posiciones fijas */
.tooltip1, .tooltip2, .tooltip3, .tooltip4, .tooltip5, .tooltip6, .tooltip7 {
    /* Posiciones manejadas por JavaScript */
}

/* Líneas decorativas - Desactivadas */
.line1, .line2, .line3, .line4, .line5, .line6, .line7,
.line-left, .line-right, .line-top, .line-bottom {
    display: none !important;
}

/* Eliminadas definiciones antiguas duplicadas de tooltip2-7 que causaban conflictos */

/* Media queries simplificadas - solo ajustan tamaño de tooltips si es necesario */
@media (min-width: 1024px) and (max-width: 1400px){
    .tooltips {
        width: 240px;
        padding: 18px;
    }
}

@media (max-width: 1023px) { 
    .tooltips {
        width: 220px;
        padding: 18px;
    }
}

g.highcharts-button {
    display: none;
}

/* Eliminado - div#map ya no existe en el HTML
div#map {
    width: 100%;
    float: left;
    padding: 0px 0px;
}
*/

.loc.active{
    background-image:url(../img/loc-active.png);    
}

span.figure {
    width: 80px;
    height: 30px;
    position: absolute;
    background: url(../img/figure.png);
    background-size: 100%;
    top: 0;
    left: 58%;
    margin-top: -30px;
    z-index: 3;
        margin-left: -154px;
}
section.contacto {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 0px;
    background:url(../img/contacto.png);
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.nav.nav-tabs {
    width: 100%;
    float: left;
    border-bottom: none;
}

.nav-tabs>li>a {
        width: 100%;
    text-align: center;
    color:white;
        border-right: 1px solid white;
        font-weight:bold;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    color: #FFF;
    cursor: default;
    background-color: #e00915;
    border: none;
    border-bottom-color: transparent;
    font-weight:bold;
        cursor: pointer;
}

.inputfield {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    padding: 10px;
    color: white;
    margin-bottom: 30px;
}

.textField{
    background:none;
    border:none;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    width:100%;
}

div#home, div#menu1 {
    padding: 15px 80px;
}

.textLabel{
    color:white;
}

.send {
    background: none;
    color: white;
    margin: 5% 0px;
    padding: 10px;
    border: 1px solid white;
}

.send:hover {
    background:#e00915;
    color: white;
    margin: 5% 0px;
    padding: 10px;
    border: 1px solid white;
}

span.requerid {
    position: absolute;
    color: white;
    right: 0;
    top: 0;
    font-size: 18px;
    margin-right: -20px;
}

.custom-file-input{
         color:rgba(255, 255, 255, 0);
    color: white;
}


span.btn.btn-default.btn-file {
    width: 100%;
    background: none;
    color: white;
    border: none;
    margin: 0% 0% 0% -30%;
    
   }

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    text-indent: -100px;
}

.custom-file-input:focus, .custom-file-input:active{
    outline:none;border:none;
}
.custom-file-input::after { 
    color:white;
    padding-left:0px;
    float: left;
 }

.custom-file-input::before {
  content: 'SUBIR';
  display: inline-block;
  background: none;
  border: 2px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 12pt;
  float:right;
  height:35px;
  width:150px;
  text-align:center;
      color:white;
margin-right: -100%;
}

.txtRequerid{
    color:white;
}

.movil{
    display:none;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}


@media only screen and (max-width: 768px) {

   .EmpresasS {
              display: none;
            }
    
nav.nav-tabs li a{
    background: white;
    color: black;
        padding: 10px 50px;
}

.custom-file-input::-webkit-file-upload-button {
    text-indent: -10px;
}

.nav.nav-tabs li.active a{
   background-color: rgba(224, 9, 21, 0.61);
    color: white;
}
.nav-tabs>li {
    margin-bottom: -1px;
    display: inline-block;
}
ul.nav.nav-tabs {
    text-align: center;
}

.nav-tabs {
    border-bottom: 2px solid #F00;
    padding-bottom: 1px;
        margin: 5% 0px;
}

.panel-heading {
    background: none;
    background-color: white !important;
    border: none !important;
    border-color: rgba(255, 0, 0, 0) !important;
}

.panel.panel-default {
    border: none;
}

h4.panel-title a {
    color: #e00915;
}
h4.panel-title a.collapsed {
    color: black;
}

a:hover{
    text-decoration:none;
}

.imgIconTab{
    width:14px !important;
}

.text{
        color: #ffffff !important;
}
      
        
    .movil{
    display:block   ;
}   
    .mapContent{
        display:none;
    }
    
        div#wrapper {
        margin-bottom: 222px;
    }
    
    section.contacto {
        background-size: cover;
        background-position: center;
    }
    div#home, div#menu1 {
    padding: 0;
}
.nav-tabs>li>a {
    padding: 31px 0px 81px;
}
ul.nav.nav-tabs {
    margin-bottom: 25px;
}

.custom-file-input::after {
    content: '';   
    color:white;
    }

.aline{
    margin-left: -2%;
}


.custom-file-input::before {
    content: 'SUBIR';
    background: none;
    border: 2px solid #999;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    font-size: 12pt;
    float: right;
    height: 35px; 
    width: 140px;
    text-align: center;
    color: white;
    margin-right: 70px; 
    margin-top: 12%;
}



.fileAlto{
    height: 70px;
        display: flex;
    justify-content: center;
    align-items: center;
}

}
@media (min-width: 320px) and (max-width: 359px) { 
    span.figure {
    margin-left: -72px;
}

img#captcha2 {
    margin-top: 13% !important;
}

img#refresh-captcha2 {
    margin-top: 13% !important;
}




}


@media (min-width: 360px) and (max-width: 375px) { 





.modal-content {
    margin-top: 72%;
    border-color: red;
    width: 90%;
    text-align: center;
    margin-left: 6%;
}
.modal-body {
    position: relative;
    padding: 15px;
    font-size: 21px;
}

/*

.custom-file-input {
    color: rgba(255, 255, 255, 0);
    width: 100%;
    color: white;
    position: absolute;
    float: left;
    margin-left: 5%;
}

.custom-file-input::before {
    content: 'SUBIR';
    margin-top: 8%;
    margin-right: 50%;
}

*/

span.figure {
    width: 80px;
    height: 30px;
    position: absolute;
    background: url(../img/figure.png);
    background-size: 100%;
    top: 0;
    left: 78%;
    margin-top: -30px;
    z-index: 3;
    margin-left: -154px;
}


}

@media (min-width: 400px) and (max-width: 499px){
    img#refresh-captcha2 {
    margin-top: 9%;
}
img#captcha2 {
    margin-top: 10%;
}


span.figure {
    margin-left: -71px;
}

}


@media (min-width: 750px) and (max-width: 799px) { 
    span.figure {
    margin-left: -13%;
}




}






/*Modal --- Mmejia*/

button.close {
      color: #e00915 !important;
}


.highcharts-background{
    width: 800px !important;
}


.error {
    border:1px solid red;
}

 
  




