*{
    margin:0; 
    padding: 0; 
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&family=Raleway:wght@100;200;300;400;500;600&display=swap');
.clr{clear: both;}

.content_tab h1, 
.content_tab h2, 
.content_tab h3, 
.content_tab h4 {
    color: #444;
    font-weight: 500 !important;
    line-height: 1.5;
    /*margin: 0 0 30px 0; JLP*/
    font-family: 'Raleway', sans-serif;
}
.content_tab h3 {
    font-size: 23px ;
}
.content_tab h4 {
    font-size: 18px;
    color:#222;
}
.content_tab p { 
    font-size: 15px;
    line-height: 1.55;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.content_tab strong {
    font-weight: bold !important;
    /* color: #555 !important; JLP */
    color: coral !important;
}

/* Button Style  */
.left_nav-tab_list i {
    float: right;
    font-size: 20px;
    color: #c2c2c2;
}

.cst_button {
    margin:0px !important;
    border-radius: 0px !important;
    max-width: 350px;
    width:100% !important;
    border: 1px solid #e5e5e5 !important;
    border-top: 0px !important;
    /*color: #666; JLP */
    color: white;
    padding: 11px 14px 11px 50px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin: 4px 2px;
    cursor: pointer;
    background-image: url(../img/contacto/phone-arrow-up-right.png) !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: left 5%  center !important;

}
.cst_button:hover {
    background-color: #f5f5f5 !important;
    color:#222;
    background-image: url(../img/contacto/phone-arrow-up-right_dark.png) !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: left 5%  center !important;
}

.cst_button:hover i{
  color:#8c8c8c;
}

.cst_button.active i {
    color: #ffffff;
}

/* Main Div style */
.content_tab {
    margin: 100px 0px;
    /* background: url(../img/contacto/center_image.jpg) left 20% top 20% no-repeat; */
}

.icon_img {
    width:20px;
    padding-right: 5px;
}

/* Left Nav-Tab list style */
.left_nav-tab_list{
    max-width: 350px;
}

@media only screen and (max-width:767px) {
    .left_nav {
        max-width: 580px;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .left_nav-tab_list {
        max-width: 100%;
        width: 100%;
    }

    .cst_button {
        margin:0px !important;
        border-radius: 0px !important;
        max-width: unset;
        width:100% !important;
    }
}

.tab_title {
  font-size: 23px;
  display:block;
  margin-bottom: 30px;
  /*color: #444; JLP*/
  color: white;
  font-weight: 600;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

.tab_article{
  display: block;
  padding-bottom: 15px;
  /* color: #555555; JLP*/
  color: white;
}
.tab_image {
    padding-right: 30px;
    min-width: 272px;
    margin-bottom: 30px;
}

.tab_contact {
    font-size: 18px;
    /*color: #444; JLP */
    color: white;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
}
.tab_button button:first-child{
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
   border-top: 1px solid #e5e5e5 !important;
}

.tab_button button:last-child{
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  font-weight: bold;
  background-color: #1ABC9C !important;
  background-image: url(../img/contacto/phone-arrow-up-right.png)  !important;
  background-position:right 5% center, left 5%  center;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;    
}

.content_tab a {
    text-decoration: none;
    color:#1ABC9C;
}
.content_tab a:hover {
    color:#222;
}

.aires h4, .usa h4 {
    font-weight:0;
    font-size: 18px;
    margin-left: 300px;
}
.usa_text_two {
    display: block;
    margin-bottom: 15px;
    /*color: #555555; JLP */
    color: white;

}

@media only screen and (max-width: 1200px) {
    .aires h4, .usa h4 {
        font-weight:0;
        font-size: 18px;
        margin-left: 0px;
    }

}

.text_box-contact {
    display: block;
}

@media only screen and (min-width: 1200px) {
    .custom-container {
        max-width: 1200px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 320px) {
    .tab_message {
        margin-left: 0px;
    }
}