* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}


a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}

@font-face {
    font-family: 'abv-icon-pack';
    src:  url('abv-icon-pack/fonts/abv-icon-pack.eot?e');
    src:  url('abv-icon-pack/fonts/abv-icon-pack.eot?e#iefix') format('embedded-opentype'),
      url('abv-icon-pack/fonts/abv-icon-pack.ttf?e') format('truetype'),
      url('abv-icon-pack/fonts/abv-icon-pack.woff?e') format('woff'),
      url('abv-icon-pack/fonts/abv-icon-pack.svg?e#abv-icon-pack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'abv-icon-pack' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-calculator:before {
    content: "\e940";
  }
  .icon-search:before {
    content: "\f002";
  }
  .icon-star:before {
    content: "\f005";
  }
  .icon-check:before {
    content: "\f00c";
  }
  .icon-close:before {
    content: "\f00d";
  }
  .icon-remove:before {
    content: "\f00d";
  }
  .icon-times:before {
    content: "\f00d";
  }
  .icon-cog:before {
    content: "\f013";
  }
  .icon-gear:before {
    content: "\f013";
  }
  .icon-home:before {
    content: "\f015";
  }
  .icon-camera:before {
    content: "\f030";
  }
  .icon-pencil:before {
    content: "\f040";
  }
  .icon-map-marker:before {
    content: "\f041";
  }
  .icon-question-circle:before {
    content: "\f059";
  }
  .icon-info-circle:before {
    content: "\f05a";
  }
  .icon-comments:before {
    content: "\f086";
  }
  .icon-sign-in:before {
    content: "\f090";
  }
  .icon-hand-o-right:before {
    content: "\f0a4";
  }
  .icon-group:before {
    content: "\f0c0";
  }
  .icon-users:before {
    content: "\f0c0";
  }
  .icon-bars:before {
    content: "\f0c9";
  }
  .icon-navicon:before {
    content: "\f0c9";
  }
  .icon-reorder:before {
    content: "\f0c9";
  }
  .icon-user-md:before {
    content: "\f0f0";
  }
  .icon-location-arrow:before {
    content: "\f124";
  }
  .icon-chevron-circle-left:before {
    content: "\f137";
  }
  .icon-chevron-circle-right:before {
    content: "\f138";
  }
  .icon-chevron-circle-up:before {
    content: "\f139";
  }
  .icon-chevron-circle-down:before {
    content: "\f13a";
  }
  .icon-map:before {
    content: "\f279";
  }
  .icon-rss-square:before {
    content: "\f143";
  }
  .icon-youtube-play:before {
    content: "\f16a";
  }
  .icon-twitter-square:before {
    content: "\f081";
  }
  .icon-youtube-square:before {
    content: "\f166";
  }
  .icon-telegram:before {
    content: "\f2c6";
  }
  .icon-facebook-square:before {
    content: "\f082";
  }
  .icon-pinterest-square:before {
    content: "\f0d3";
  }
  .icon-whatsapp:before {
    content: "\f232";
  }
  .icon-instagram:before {
    content: "\f16d";
  }

body {

    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    /*background: linear-gradient(45deg, #A42D84, #00176C) fixed;*/
    background: #20344e;

}
a {
    text-decoration: none;
    outline: none;
}
a[href$=".pdf"]::before {
    content: "\f1c1";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    padding-right: .3rem;
}
h1, h2, h3, h4, p {
    padding: .5rem 0;
    margin-bottom: 1rem;
}
p {

    font-size: 100%;
    line-height: 150%;

}
.video-main {
    padding: .5rem 0;
    margin-bottom: 1rem;
}
.video-main video {
    width: 100%;
    height: auto;
}
h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}
h3 a {
    color: #e03fb0;
}
.noHome {
    display: none !important;
}
.btn {

    text-decoration: none !important;
    text-align: center;
    border-radius: .3rem;
    display: inline-block;

}

.btn-content {

    background: #de2fb1 !important;
    color: white !important;
    font-weight: 900;
    padding: .8rem 1rem !important;
    transition: .5s;

}
.btn-content:hover {

    background: #9e1a7d !important;


}
.btn-apply {
    background: #00990d;
    color: white !important;
    font-weight: 900 !important;
    padding-left: .8rem;
    transition: .5s;
    text-transform: uppercase;
}
.btn-apply:hover {

    background: #007009;

}
.btn-apply::after {

    content: "\f061";
    display: inline-block;
    background: #00840b;
    font-family: "abv-icon-pack";
    font-weight: normal;
    padding: .8rem;
    margin-left: .8rem;
    border-radius: 0 .3rem .3rem 0;

}
.home-apply-btn {

    background: linear-gradient(45deg,#00990d,#31ce3e);
    padding: .9rem 1rem;
    color: white;
    font-weight: bold;
    display: inline-block;
    border-radius: .5rem;
    margin-bottom: 1rem;

}
.group-btns {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: .5rem;
    text-align: center;

}
.item-pagevolunteer-airport-procedures img {
    padding: 1rem;
    border: 1px solid #eee;
    margin-bottom: 2rem;
    height: auto;
    width: initial;
    max-width: 80%;
}

.noMobile {
    display: none;
}
header {

    position: relative;
    line-height: 0;
    background: #662b86;
    padding: 1rem;
    box-shadow: 0 1px 10px #0006;

}
header section {

    display: flex;

}
section {
    max-width: 960px;
}
#search-menu {
    display: none;
}
#search-menu a {
    display: flex;
    background: #8340a7;
    color: white;
    padding: 1rem 1rem;
    font-weight: bold;
    margin-right: .5rem;
    height: 100%;
    align-items: center;
    text-indent: -9999999px;
    font-size: 0;
    border-radius: 5rem;
}
#search-menu i {
    font-size: 1rem;
    text-indent: initial;
}
#search-input {

    padding: 1rem;
    margin: 0 auto;

}
#gsc-i-id1 {
    background: none !important;
    text-indent: 0 !important;
}
.customfull-height {

    height: 93vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;


}
.header-main-text {

    height: 100%;
    display: flex;
    text-align: center;
    background: #0009;
    color: white;
    align-items: center;
    padding: 1rem;

}
.header-main-text-content {

    margin: auto;

}
.header-main-text-content h2 {

    font-size: 170%;

}
.header-main-text-content h3 {

    font-size: 140%;

}

.btn-link-header-main {

    margin: 2rem 0;

}
.btn-link-header-main a {
    margin: .5rem .5rem;
}

.btn-link-header-main a:hover {

    box-shadow: 0px 5px 11px #f099d6cc;

}
#header-box .slider-box {

    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
    padding: 1rem;

}
.customheader-box {

    height: 100%;
    background-size: cover;

}

.header-box-content {

    background: #00000080;
    padding: 1rem;
    color: white;
    height: 190px;
    position: relative;
    transition: 1s;

}
.header-box-content:hover {
    transition: 1s;
    background: #000c;
}
.header-box-content:hover a {
    margin-bottom: 1rem;
}
.header-box-content h2 {

    padding: 0;
    margin: 0 0 .6rem 0;
    color: #ffb3e9;
    line-height: 1.5rem;

}
.header-box-content h3 {

    padding: 0;
    margin-bottom: 2rem;
    line-height: 1.2rem;

}
.header-box-content a {

    background: #662b86;
    color: white;
    padding: .5rem;
    border-radius: .4rem;
    font-size: .8rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    transition: .5s;

}
.header-box-content a:hover {
    background: #cf43a6;
    transition: .5s;
}
.header-box-content h2 strong {

    color: white;

}

.sticky {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
}
.sticky + main {

    margin-top: 69px;

}
#logo {

    margin-right: auto;

}
#logo a {

    background: url("../images/logo-abv-mini.png") no-repeat;
    height: 36px;
    text-indent: -99999px;
    width: 87px;
    display: block;
    background-size: contain;

}
#apply-top a {

    background: #00990d;
    color: white;
    display: flex;
    align-items: center;
    height: 100%;
    text-transform: uppercase;

    font-weight: 900;
    padding: 1rem .5rem;
    font-size: .85rem;
}

#calculator-price a, #contactus-menu a {

    background: #8340a7;
    color: white;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 900;
    padding: 1rem 0.5rem;
    margin-right: .5rem;
    width: 2.6rem;/*
    text-indent: -99999999px;
    */
    font-size: 0;

}

#calculator-price a::before  {

    content: "\e940";

}
#contactus-menu a::before  {

    content: "\e900";


}
#calculator-price a::before, #contactus-menu a::before  {

    font-family: 'abv-icon-pack';
    font-weight: normal;
    margin-right: 0.5rem;
    font-size: 1.6rem;
    color: #fff;

}
#calculator-price a:hover::before, #contactus-men a:hover::before {

    color: white;

}
div#content-btn-menu {
    position: fixed;
    z-index: 999999999999;
    right: 1rem;
    bottom: 2rem;
}

#content-btn-menu {
    display: flex;
    align-items: center;
    margin-left: .5rem;

}
.btn-menu {
    font-size: 1.5rem;
    cursor: pointer;

    color: #fff;
}
.btn-menu i {
    background: #00990d;
    padding: 1rem;
    border-radius: 5rem;
    cursor: pointer;
    transition: 1s;
}
#menu-mobile .btn-menu {

    z-index: 3;
    color: white;
    position: initial;
    display: block;
    text-align: right;

}

.btn-menu i:hover {

    text-shadow: -1px 2px 5px #ffffffb3;

}
/* Menu */
#menu-mobile {

    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;

    background: linear-gradient(45deg,#00176CE6,#A42D84);
    padding: 1rem;
    box-shadow: 0px 0px 12px 0px #000c;
    display: none;

    z-index: 9990;

}
.moduletable-main-menu {

    display: block;
}
.moduletable-main-menu ul {

    display: grid;
    grid-template-columns: 1fr;
/*
    grid-gap: 1rem;
*/
    color: #ffffff;

}
.moduletable-main-menu ul li > ul {
/*
    display: none;
    padding: .5rem;
*/
    background-color: #07166a4d;
    
}

.moduletable-main-menu .deeper ul {

    display: none;

}
.moduletable-main-menu ul li a, .moduletable-main-menu ul li .separator {
   
    color: #FFE8E3;
    text-decoration: none;
    padding: 1rem;
    cursor: pointer;
    display: block;
    transition: .5s;
    border-bottom: solid 1px #a22d84;
    line-height: initial;

}

.moduletable-main-menu .nav-child.unstyled.small li a {
    background: #300e58;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.moduletable-main-menu > ul > li > ul > li > .nav-child.unstyled.small li a {
  /*  background: #6c409f; */
}
.moduletable-main-menu ul > li > ul > li .separator {
    background: #300e58;
    font-weight: bold;
}
.moduletable-main-menu .nav-child.unstyled.small li a:hover {
    background: #976acb;
}

.moduletable-main-menu ul li a:hover, .moduletable-main-menu ul li .separator:hover {

  /*  background: #FFFFFF4D; */

}
.moduletable-main-menu ul li .current a {

    font-weight: bold;

}
.main-home::before {

    font-family: 'abv-icon-pack';
    content: "\f015";
    margin-right: .5rem;
    font-weight: normal;

}
.separator::after {
    font-family: 'abv-icon-pack';
    content: "\f137";
    font-weight: normal;
    float: right;

}
.sep-about::before {

    font-family: 'abv-icon-pack';
    content: "\f05a";
    margin-right: .5rem;
    font-weight: normal;

}
.sep-locations::before {

    font-family: 'abv-icon-pack';
    content: "\f279";
    margin-right: .5rem;
    font-weight: normal;

}

.sep-programs::before {

    font-family: 'abv-icon-pack';
    content: "\f0c0";
    margin-right: .5rem;
    font-weight: normal;

}
.sep-prices::before {

    font-family: 'abv-icon-pack';
    content: "\f155";
    margin-right: .5rem;
    font-weight: normal;

}
.sep-faq::before {

    font-family: 'abv-icon-pack';
    content: "\f059";
    margin-right: .5rem;
    font-weight: normal;

}
.sep-services::before {

    font-family: 'abv-icon-pack';
    content: "\f0a4";
    margin-right: .5rem;
    font-weight: normal;

}
.sep-reviews::before {

    font-family: 'abv-icon-pack';
    content: "\f005";
    margin-right: .5rem;
    font-weight: normal;

}
.main-contact::before {

    font-family: 'abv-icon-pack';
    content: "\f086";
    margin-right: .5rem;
    font-weight: normal;

}
.main-blog::before {

    font-family: 'abv-icon-pack';
    content: "\f143";
    margin-right: .5rem;
    font-weight: normal;

}
.main-apply::before {

    font-family: 'abv-icon-pack';
    content: "\f040";
    margin-right: .5rem;
    font-weight: normal;

}
.main-login::before {

    font-family: 'abv-icon-pack';
    content: "\f090";
    margin-right: .5rem;
    font-weight: normal;

}
/* Contenido */

.breadcrumb {
    display: block;
    padding: 1rem;
    font-size: .9rem;
    background: #f9edff;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb a {
    color: #cf43a6;
}

.share-this {
    position: fixed;
    left: 0;
    top: 50%;
    padding: .5rem;
    display: none;
}
.share-this ul li {
    display: block;
    margin-bottom: .5rem;
}


.share-this ul li a {

    display: block;

}
.share-this ul li a i {

    color: white;
    display: block;

}
.share-this .fab, .share-this .far {
    padding: .5rem;
}
.share-this .fa-twitter-square {

    background: #00dbff;

}
.share-this .fa-envelope-square {

    background: #a5a5a5;

}
.share-this .fa-facebook-square {

    background: #005abf;

}
.share-this .fa-google-plus-square {

    background: #de0000;

}
.share-this .fa-linkedin {

    background: #056CA1;

}


.page-content p {

    text-align: justify;
    text-justify: inter-word;

    color: #3A3A3A;


}

.page-content p a {

    color: #9b2578;
    text-decoration: none;
    padding: 0 .1rem;
    background: #f6deef;
    transition: .2s;

}
.page-content p a:hover {

    background: #9b2578;
    color: white;

}
.page-content ul, .page-content ol {
    margin-left: 1rem;

}
.page-content ul li {
    list-style: disc;
    margin-bottom: .5rem;
}
.page-content ul li a, .page-content ol li a {
    color: #cf43a6;
}
.page-content ol li {

    list-style: decimal;
    line-height: 1.9rem;

}
.item-page img, .page-content img {

    width: 100%;
    height: auto;
    padding: .5rem;
    background: white;
    border: solid 1px #ded6cc;
    margin-bottom: 1rem;

}
.item-page img.no-full, .page-content img.no-full {

    width: 100%;
    height: auto;
    padding: .5rem;
    background: white;
    border: solid 1px #ded6cc;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;

}

h1.page-title {
    font-size: 2rem;
    padding-top: 0;
    line-height: 2rem;
    text-transform: initial;
}



h2.page-title {

    font-size: 1.6rem;

}
h3.page-title {

    font-size: 1.4rem;

}
.page-content h2 {
    color: #791eab;
    margin: 0;
}

#welcome-home, #welcome-home p {

    text-align: center;

}
footer {
    background: #662b86;
    color: white;
}
footer section {

    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    text-align: center;
    padding: 3rem 1em 5rem;


}
.custom-logo-footer a img {

    width: 80%;
    height: auto;

}
.soclal-footer {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 1em;
    margin: 0 auto 1rem;

}
.soclal-footer li a {

    color: #ffffff;
    font-size: 2rem;

}
.soclal-footer li a span {

    display: none;

}
ul.language-list li {
    display: inline-block;
    margin: 0 .5rem .5rem .5rem;
}
ul.language-list li a {
    display: block;
    color: #fff;
    background: #521075;
    padding: .5rem .7rem;
    border-radius: 2rem;
}
.custom-link-footer ul li a {

    display: block;
    padding: .5rem 0;
    color: white;
    text-decoration: none;
    background: #ffffff1a;
    border-bottom: solid 1px #715e9b;

}
.custom-link-footer ul li a:hover {

    background: #fff3;

}
#footer-fixed {

    position: fixed;
    bottom: 0;
    padding: 1rem;
    background: #14003db3;
    width: 100%;
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-gap: 1rem;
    display: none;

}
#apply-footer {

    background: linear-gradient(180deg, yellow,#ffb400);
    color: #650039;
    font-weight: bold;
    text-transform: uppercase;

}
#icons-footer-menu {

    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    font-weight: 200;

}
#icons-footer-menu a {

    font-size: 1.9rem;
    color: #febe6b;

}
.mail-icon, .phone-icon, .chat-icon {

    text-decoration: none;

}
.mail-icon span, .phone-icon span, .chat-icon span {

    display: none;

}
.mail-icon::before {

    font-family: "Font Awesome 5 Pro";
    content: "\f2b6";

}
.phone-icon::before {

    font-family: "Font Awesome 5 Pro";
    content: "\f10b";

}
.chat-icon::before {

    font-family: "Font Awesome 5 Pro";
    content: "\f075";

}
main {

    background: #fffcf8;
    color: #262626;

}
#main-text-top {

    width: 100%;
    background: #a72d7e;
    color: #fcd6ff;
    /*
    height: 100vh;
    display: flex;
    align-items: center;
    */

}
#main-text-bottom {

    width: 100%;
    background: #3c9b46;
    color: #e7ffe7;
    /*
    height: 100vh;
    display: flex;
    align-items: center;
    */

}
.moduletable-box {
    padding: 2rem 1rem;
}
#main-text-top a {

    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;

}
#main-text-bottom a {
    color: #9fffa9;
    text-decoration: underline;
    font-weight: bold;
}

.custom-box h2 {

    line-height: 1.6rem;
    padding-top: 0;

}

/* How to */
.howTo img {

    width: 100%;
    height: auto;

}
.howTo tr td {

    text-align: center;

}
.howTo a {

    color: #cf43a6;

}
/* Contenido de pais */
.page-item {

    padding: 1rem;

}
#main-image img {
    width: 100% !important;
    height: auto !important;
}
#main-image p {
    margin: 0;
    padding: 0;
}
.custom-img-top-page img {
    width: 100% !important;
    height: auto !important;
}
.prog-icon-element {

    text-align: center;

}
.prog-icon-element p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #757575;
    font-weight: 400;
    margin: 0;
}

.prog-icon-element img {
    width: 90px !important;
    border-radius: 5rem;
    padding: 1rem;
    margin: 0 auto !important;
}
#prog-icon {

    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;

    margin-bottom: 1rem;

}
.panel-main {
    margin-bottom: 2rem;
}
.panel-title {

    cursor: pointer;

}
.panel-title h3 {

    border-bottom: solid 1px #c27baf;
    margin-bottom: 0;
    transition: .3s;

}
.panel-title h3:hover {

    background: #f9efff;
    padding-left: .5rem;
    transition: .3s;

}
.panel-title h3:after {

    content: "\f13a";
    float: right;
    font-family: 'abv-icon-pack';
    padding: .2rem;
    color: #C27BAF;
    font-weight: 900;

}
.panel-title h3.up:after {

    content: "\f139";
    float: right;
    font-family: 'abv-icon-pack';
    padding: .2rem;
    color: #C27BAF;
    font-weight: 400;

}
.panel-content {

    display: none;
    padding: 1rem 0;

}
.panel-content ul {
    margin-bottom: 2rem;
    margin-left: 0;
}

.panel-content ul li {
    margin-bottom: 1rem !important;
    position: relative;
    padding-left: 1.5rem;
    list-style: none !important;
}
.panel-content ul li::before {
    content: "\f00c";
    margin-right: .3rem;
    font-family: 'abv-icon-pack';
    font-weight: 900;
    color: #28c930;
    position: absolute;
    left: 0;
}
.panel-content ul li ul {
    margin-top: 1rem;
}
.panel-content ul li ul li::before {
    display: none;
}
.panel-content img {
    margin-bottom: 1rem;
}
.panel-content video {
    
    padding: .5rem 0;

}
.panel-content ul li i {
    display: none;
}
.group-panel {
    margin-bottom: 2rem;
}
.panel-content :last-child {
    margin-bottom: 0;
}
.custom-photos-gallery ul {

    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;

}
.custom-photos-gallery ul li {

    list-style: none;
    padding: 0;
    margin: 0;

}
.custom-photos-gallery ul li::before {

    content: none;

}
.custom-photos-gallery ul li img {

    margin: 0;
    display: block;

}
.custom-photos-gallery ul li a {

    display: block;
    padding: .5rem;
    border: solid 1px #efefef;
    background: white;

}
.panel-table {

    width: 100%;
    margin-bottom: 1rem;
    border: solid 1px #f8ead7;
    border-collapse: collapse;

}
.panel-table a {

    color: #845e29;
    text-decoration: underline;

}
.panel-table thead tr th, .panel-table tbody tr td {

    padding: .5rem;

}
.panel-table tbody tr {

    border-bottom: solid 1px #e7d1b3;

}
.panel-table tbody tr:nth-child(2n+1) {

    background: #f8ead7;

}
#list-programs-country, .list-programs-country {

    text-align: center;

}
#list-programs-country li, .list-programs-country li {

    list-style: none;
    display: inline-block;

}
#list-programs-country li a, .list-programs-country li a {

    padding: .5rem 1rem;
    background: #e03fb0;
    display: inline-block;
    color: white !important;
    font-weight: 900;
    border-radius: .5rem;

}
.pro-Box {

    border: solid 1px #5e247a;
    padding: 1rem;
    border-radius: .5rem;
    margin: .5rem 0 1rem;

}
.pro-Box ul li {

    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    list-style: none;

}
.pro-Box ul li::before {

    content: "\f14a";
    margin-right: .3rem;
    font-family: 'abv-icon-pack';
    font-weight: 900;
    color: #28c930;
    position: absolute;
    left: 0;

}
.pro-Box ul li a {
    color: #cf43a6;
}
.moduletablenutshell {
    margin-bottom: 1.5rem;
}
.customnutshell {

    padding: 1rem;
    background: white;
    border-radius: 1rem;
    border: solid 1px #662b86;

}
.customnutshell h3 {

    color: #662b86;

}
.customnutshell ul li {

    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    list-style: none;

}
.customnutshell a {

    color: #cf43a6;

}
.customnutshell ul li i {

    color: #28c930;
    position: absolute;
    left: 0;
    top: 3px;

}
.custom-safety ul {

    background: white;
    padding: 1rem;

}
.custom-safety ul li {

    line-height: 1.85rem;
    font-size: 1.1rem;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;

}
.custom-safety ul li::before {

    content: "\f2f7";
    color: #28c930;
    position: absolute;
    left: 0;
    font-family: 'abv-icon-pack';
    font-weight: 900;
    transition: 1s;

}

.custom-safety ul li:hover::before {

    color: #00e30b;
    transform: rotateY(360deg);

}

/* Reviews */

.testimonial-main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.testimonial {

    padding: 2rem 2rem 1rem;
    background: linear-gradient(45deg,#f2e7db,#fff);
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0px 0px 10px #a88b6ab3;
    margin: 0 1rem 3rem !important;

}
.testimonial-body p {

    font-style: italic;
    text-align: center;

}
.testimonial-body p::before, .testimonial-body p::after {

    font-family: 'abv-icon-pack';
    font-weight: 900;
    color: #dac6b0;

}

.testimonial-body p::before {

    content: "\f10d";
    margin-right: .5rem;

}
.testimonial-body p::after {

    content: "\f10e";
    margin-left: .5rem;

}

.testimonial-author img {

    padding: .5rem;
    border-radius: 100%;
    width: 150px !important;
    height: 150px;
    background: #dac6b0;

}
.testimonial-volunteer {

    margin: 1rem 0;

}
.testimonial-volunteer span {

    color: #ffb400;
    margin-bottom: .5rem;
    font-size: 1.2rem;

}
span.fa.fas::after {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'abv-icon-pack';
    font-size: 1.5rem;
    margin-bottom: .5rem;
    display: block;
}
.testimonial-volunteer span {
    font-size: 0;
    text-indent: 0;
}
.testimonial-volunteer p {

    padding: 0;
    margin: 0;
    text-align: center;

}
/* Prices */
.btn-prices {
    text-align: center;
    display: none;
}
.btn-prices li {
    display: inline-block;
    margin: .5rem;
}
.btn-prices li a {
    padding: .5rem 1rem;
    background: #287f63;
    display: block;
    color: white;
}
/* Locations */
.volunteer-locations, .tag-page {

    padding: 1rem;

}
.programs-list {

    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
    padding: 1rem 0;

}
.programs-list > div {

    padding: 1rem;
    background: white;
    border: solid 1px #e4ccac;
    border-radius: 1rem;
    transition: .5s;

}
.programs-list .items-row h2 {

    line-height: 2rem;
    text-align: center;
    margin-bottom: 0;

}
.programs-list .items-row h2 a {
    color: #e03fb0;
    transition: .5s;
}
.programs-list > div img {
    width: 100%;
    border-radius: .5rem;
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
}
.programs-list > div:hover {

    background: #e03fb0;
    transition: .5s;

}
.programs-list > div:hover a {

    color: white;

}
.programs-list > div:hover p {
    color: #ffeaf9;
}
.programs-list > div p {

    display: none;
    transition: .5s;

}



.volunteer-locations .items-leading {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.volunteer-locations .items-leading p {
    display: none;
}
.volunteer-locations .items-leading .readmore {
    display: none;
}
.volunteer-locations .items-leading > div {
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    border: solid 1px #eddec9;
}

.article-info.muted {

    display: none;

}
.article-info-term {
    display: none;
}
.category-name a {

    display: inline-block;
    padding: .1rem .5rem;
    background: #f9edf5;
    color: #cf43a6;
    font-size: .9rem;
    border-radius: .5rem;
    text-transform: lowercase;

}

.panel-coordinator div img {

    display: inline-block;
    width: 100%;
    margin: 0 1rem 0 0;

}

/* Reviews Home */
.moduletable-home-reviews {


    padding: 1rem;
    text-align: center;

}
.category-module-home-reviews {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
ul.category-module-home-reviews li {
    padding: 1rem;
    white-space: normal;
    display: inline-block;
    width: 270px;
    vertical-align: top;
}
ul.category-module-home-reviews li a {
    color: #2196F3;
    font-family: "Oswald";
    line-height: 1.6rem;

    font-size: 1.4rem;
    font-weight: bold;

    display: block;
}

.moduletable-home-reviews h3 {

    font-size: 2rem;
    line-height: 1.9rem;
    margin-bottom: 0;
}
.category-module-home-reviews li .image_intro {
    width: 100%;
    height: auto;
    display: block;
}

.mod-articles-category-info {
    background: white;
    padding: .5rem;
    width: 90%;
    margin: 0 auto;
    margin-top: -1rem;
    position: relative;
    box-shadow: 3px 3px 3px #00000017;
    border-radius: .5rem;
}

.moduletable-home-reviews .btn {

    padding: .5rem 1rem;
    background: #e03fb0;
    color: white;
    font-weight: 900;

}
.mod-articles-category-introtext {
    font-style: italic;
    font-size: 0.9rem;
    line-height: 1.4rem;
}


.table-programs-list {

    border-collapse: collapse;
    width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;

}
.table-programs-list thead {

    font-family: 'Oswald', sans-serif;

}
.table-programs-list a {

    color: #cf43a6;

}
.table-programs-list td, .table-programs-list th {
    color: #000;
    border-bottom: solid 1px #e0e0e0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: .5rem 0;
}
.table-programs-list tbody tr:nth-child(2n+1) {

    background: #fff5fc;

}
#table-programs-list-question {

    cursor: pointer;
    background: #fff5fc;
    padding: .5em;
    color: #b13c8f;
    border-radius: .5rem;

}
#table-programs-list-question:hover {

    background: #b13c8f;
    color: white;

}
.proBox h3 {

    border-bottom: solid #662b86;
    color: #cf43a6;

}
.proBox ul li {

    margin-bottom: .5rem;
    padding: .5rem;

}
.proBox ul li:nth-child(2n+1) {

    background: #fcf0f3;

}
.proBox ul li strong {

    color: #2d0045;

}
.panel-content ul li {

    list-style: none;

}
.safety-list li {

    text-align: justify;
    line-height: 1.85rem;

}
/* Blog home */


.blog-featured_home {
    padding: 1rem;
}
.blog-featured_home h1 {

    text-align: center;
    line-height: 1.6rem;

}
div#blog-featured-list {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
div#blog-featured-list > div {
    display: inline-block;
    width: 220px;
    margin-right: 1rem;
    vertical-align: top;
}
div#blog-featured-list > div > div {
    white-space: normal;
}

#blog-featured-list h2 a {

    font-size: 2rem;
    line-height: 1.9rem;
    display: block;
    color: #cf43a6;

}

.content-home-image a {
    background: #00BCD4;
    display: block;
}
.content-home-image img {
    opacity: .6;
}
#blog-featured-list .item:hover img {
    opacity: 1;
}
#blog-featured-list img {
    width: 100%;
    height: auto;
    display: block;
}


#blog-featured-list .content-home-info {

    padding: .5rem 1rem;
    background: #fef3ff;

}
.content-home-info p {
    display: none;
}
#blog-featured-list div:nth-child(even) .content-home-info {

    background: #f5f3ff;

}

.blog-blog {

    padding: 1rem;

}

.blog-blog h2 {

    margin: 0;

}

.blog-blog .item-image img {

    width: 100%;
    height: auto;

}
/* Blog content  feedbacks */
.header-review {
    padding: 0 1rem;
}
.header-review img {
    width: 100%;
    padding: .5rem;
    background: white;
    border: solid 1px #f2ece4;
    margin: 0 0 1rem;
}
.blog.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-gap: 1rem;
}

.blog.reviews  h2 {
    padding-bottom: 0;
}
.blog.reviews .article-info {

    margin-bottom: 1rem;

}
.blog.reviews .published {

    display: none;

}
.blog.reviews img {

    width: 100%;
    height: auto;

}
.blog.reviews .item p {
    margin-bottom: 0;
    font-style: italic;
}
.cat-children.reviews {

    display: none;

}
section .page-header h1 {

    padding: 1rem 0;
    line-height: 110%;
    margin-bottom: .5rem;
    font-size: 190%;

}

/* Volunteer Programs */
.volunteer-programs {
    padding: 1rem;
}
.cat-children {

    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
    text-align: center;

}
.cat-children h3 {

    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: center;

}
.cat-children h3 a {

    color: white;
    background: #cf43a6;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 1px #662b86;
    line-height: 1.4rem;

}
.cat-children h3 a:hover {

    background: #662b86;

}
#footer-page {
    padding: 1rem;
}

/* Recommendation */

#volunteer-programs-panel {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
    }
    .volunteer-program img {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }
    .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #B6423F00;
    transition: all .3s ease-in-out;
    }
    .overlay:hover {
    background-color: #B6423FCC;
    }
    .volunteer-program-title {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    margin: 0;
    line-height: 1.75;
    transition: all .3s ease-in-out;
    }
    .overlay:hover .volunteer-program-title {
    margin-bottom: 2rem;
    }
    .volunteer-program-title span {
    background-color: #B6423F;
    display: inline-block;
    padding: 0 10px;
    color: white;
    transition: all .3s ease-in-out;
    }
    .overlay:hover .volunteer-program-title span {
    background-color: transparent;
    }
    .volunteer-program {
    position: relative;
    }
    .overlay i {
    
    opacity: 0;
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: white;
    margin-bottom: 4rem;
    font-size: 2em;
    
    }
    .overlay:hover i {
    
    opacity: 1;
    transition: all .3s ease-in-out;
    
    }
/* Calculator */
#calculator {
    width: 300px;
    color: #fff;
}

/* Boxes */

.box-info {

    padding: 1rem;
    margin-bottom: 1.5rem;

}
.box-info p {

    line-height: 1.4rem;

}
.box-info p:last-child, .box-info ul:last-child {

    margin-bottom: 0;

}
.box-info ul {

    margin-left: 1rem;

}
.box-info ul li {

    margin-bottom: .5rem;
    list-style: disclosure-closed outside;

}
.box-info-blue {
    background: #0096ff;
    color: #f1f9ff;
}
.box-info-blue p {
    color: white;
}
.box-info-blue p a {
    background: #0083de;
    color: white;
}
.box-info-blue ul li a {
    background: #fff;
    color: #0079ce;
    padding: 0 .3rem;
}
.box-info-orange {
    background: #de6800;
    color: #f1f9ff;
}
.box-info-orange p {
    color: white;
}
.box-info-orange p a {
    background: #de6800;
    color: white;
}
.box-info-orange ul li a {
    background: #fff;
    color: #a54d00;
    padding: 0 .3rem;
}
.box-info-simple {
    background: #fff5fc;
}


/* Blog & Reviews */
.blog {

    padding: 1rem;

}
.blog .items-row {

    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border: 1px solid #e6d9c8;

}
.blog div img {

    width: 100%;
    height: auto;

}
.blog div .ficha, .blog div .readmore {

    display: none;

}
.items-more ol {

    margin-bottom: 1.5rem;

}
.items-more ol li {

    margin-bottom: .5rem;

}
.items-more ol li a {

    display: block;
    padding: .5rem;
    background: #cf43a6;
    color: white;
    font-size: .8rem;

}
.blog div .item h2 {

    line-height: 1.6rem;
    padding-top: 0;

}
.blog div .item h2 a {

    color: #cf43a6;

}
.pagination {

    text-align: center;
    padding: 1.5rem 1rem;

}

.pagination ul li {

    display: inline-block;
    border: 1px solid #eddeca;
    margin-bottom: .5rem;

}
.pagination ul li a {

    background: #ffeffa;
    color: #cf43a6;
    padding: 0 .3rem;

}
.pagination ul li span {

    padding: 0 .3rem;

}
.item-page.reviews img {

    width: 100%;
    height: auto;

}
.item-page.reviews {

    padding: 1rem;

}
.item-page {

    padding: 0 1rem;

}

/* Cost & Fees */

.customtableCost table caption {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #662b86;
    text-transform: uppercase;
}

/*
.table-cost {

    display: block;
    width: 100%;
    overflow-x: auto;
    

}

.table-cost table {
    border-collapse: separate;
    border: none;
    margin: 0 0 1rem 0;
    border-spacing: 1px;
}
.table-cost table thead tr td {

    background: #662b86 !important;
    color: white;

}
.table-cost table td {

    border: none;
    padding: .5rem 1rem;
    white-space: nowrap;

}
.table-cost table td a {

    color: #662b86;
    font-weight: bold;

}
.table-cost table tr:nth-child(2n) {

    background: #faf1ff;

}
.table-cost table tr td:first-child {

    background: #faf1ff;
    position: absolute;
    color: white;
    width: 160px;
    display: block;

}
.table-cost table tr td:nth-child(2) {

    margin-left: 161px;
    display: block;

}
.table-cost table tr td a {

    color: #662b86;
    height: 100%;

}
.table-cost table tbody tr:hover td {
    background: #2bccd8;
    color: white;
}
.table-cost table tbody tr:hover td a {
    color: white;
}
.table-cost table tr:nth-child(2n+1) > td:first-child {

    background: #fffcf8;

}
.table-cost table tr:nth-child(2n+1):hover td:first-child {

    background: #2bccd8;

}
.table-cost::after {

    content: "*scroll sideways to see all the weeks we offer";
    display: block;

}
*/
.btn-fees li {
    display: inline-block;
}
.btn-fees button {
    padding: .5rem;
    background: #cf43a6;
    border: none;
    color: white;
    font-size: 1rem;
    line-height: 1rem;
}

/* Calculator Pop-up */

.customcalcTop select {
    padding: .5rem;
    display: block;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    margin-bottom: .5rem;
    font-size: 1rem;
    border-radius: .3rem;
    color: #239110;
    background: #e3ffe2 url(../images/arrow-select.png) no-repeat 97% / 20px;
}
.customcalcTop p {

    margin-bottom: .5rem;

}
#infoLinkTop {

    padding: .5rem 0;

}
#infoLinkTop a {

    display: block;
    padding: .5rem;
    background: #04a100;
    color: white;
    border-radius: .5rem;
    font-weight: 900;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;

}
#infoLinkTop a:hover {
    background: #187d06;
}
#calc-totalcost-box {

    font-weight: 900;
    font-size: 3rem;
    text-align: right;

}
#calc-totalcost-box::before {

    content: "USD$";
    margin-right: .2rem;
    font-size: 1.2rem;

}
.infoLinkTopDisabled {

    display: none !important;

}
.btnInfoCalc.callCalc, .box-mensaje {

    text-align: right;

}
.partners-list {

    text-align: center;

}
.partners-list li {

    display: inline-block;
    text-align: center;

}
.partners-list li img {

    width: auto;
    height: 53px;
    border-radius: 1.2rem;
    margin: 0;

}
/* Contact Form */

#contactForm {

    background: #9375ae;

}
#contactForm form {
    padding: 2rem;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    width: 100%;
    margin: 0 auto;
}

#contactForm label {

    display: block;
    margin-bottom: 1rem;
    font-weight: 900;
    text-transform: capitalize;

}
#contactForm input {

    display: block;
    padding: .5rem 0.6rem;
    width: 100%;
    border: none;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-radius: .3rem;
}

#contactForm form textarea {

    height: 16rem;
    border: none;
    border-radius: .3rem;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1rem;
    padding: .5rem 0.6rem;
    

}
.contactUs .block {

    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;

}
.contactUs .block ul li img {

    width: 20px;
    padding: 0;
    border: 0;
    margin: 0;
    display: inline-block;
    margin-right: 6px;

}
.contactUs .block ul li {

    list-style: none;

}
.contactUs .block h4 {

    padding: 0;

}
#contactform_mess {

    padding: 1rem;
    background: #662b86;
    color: white;
    text-align: center;

}
.insuranseList {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}

.insuransePost {

    text-align: center;
    border: solid 1px #f3f0c9;
    padding: 1rem;

}
.insuransePost p {

    text-align: center;
    height: 177px;
    overflow-y: scroll;

}
div.insuransePost img {

    width: 100%;
    margin: 0 0 1rem 0;

}
#how-safety {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
#how-safety li {
    list-style: none;
}
#how-safety li i {
    display: block;
    text-align: center;
    font-size: 300%;
    margin-bottom: 1rem;
}
#how-safety li h2 {
    text-align: center;
}
#safety-btns {
    text-align: center;
}
#safety-btns a {
    margin-bottom: 1rem;
}
.featured-box, .important-box, .importante {
    padding: 1rem 2rem;
    background: #f6e4ff;
    color: #662b86;
    margin: 0 auto 2rem;
    max-width: 690px;
    border-radius: 1rem;
}
.featured-box strong, .important-box strong, .importante strong  {

    color: #662b86;

}
.importante ul li {
    list-style: disc inside;
    margin-bottom: 0.5rem;
}
.importante ol li {
    list-style: decimal inside;
    margin-bottom: 0.5rem;
}
.importante a {
    color: #9100e0;
    font-weight: bold;
    text-decoration: underline;
}
#how-safety i.fa-shield-check, #how-safety i.fa-info-circle, #how-safety i.fa-users {
    background: linear-gradient(45deg,#69ff60,#066c00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
#listTerms {

    overflow-y: scroll;
    padding: 1rem;
    background: #fff;
    height: 400px;
    margin-bottom: 2rem;
    border: 1px solid #f8ebda;
    border-radius: .5rem;

}
.video-responsive, .vr {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 2rem;
}
.video-responsive iframe, .vr iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.coordinators {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.page-content .coordinators img {

    width: 100%;
    margin: 0;
    padding: 0;

}
.custom-list-btns ul li {
    display: inline-block;
    margin-bottom: .5rem;
}
.custom-menu-fixed {

    display: none;

}
.custom-menu-fixed .btn-menu {

    margin: 0;

}

.non-profit {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
}
.non-profit img {
    display: none;

}
.airport {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: .5rem;
}
.airport-01, .airport-02, .airport-03, .airport-04, .airport-05 {
    background: #ffedfa;
}

.airport img {

    max-width: 500px;

}
ul.list-btn-colors {

    text-align: center;
    margin: 0;

}
.list-btn-colors li {

    display: inline-block;

}
#continents-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.continent-country {

    text-align: center;
    border-radius: 1rem;
    padding: 1rem;
    border: .5rem double #efdff5;
    background: #fcf4ff;

}
.continent-country ul {

    margin: 0 0 1.5rem;

}
.continent-country ul li {

    display: inline-block;
    padding: .3rem .5rem;
    background: #f9e7ff;
    color: #656565;
    border-radius: 1rem;
    font-size: 1rem;

}
.continent-country .city-link, .continent-country .info-country-item {

    text-align: center;

}
.continent-country h2 {

    margin: 0;

}
.continent-country h2 a {

    color: #e03fb0;

}
#list-continent-locations h3 {

    margin: 1rem 0;
    color: #662b86;

}
.volunteer-img-title {

    margin: 1.5rem 0;

}
.volunteer-img-title ul {

    margin: 0 !important;
    text-align: center;

}
.volunteer-img-title ul li {

    display: inline-block;

}
.bullet-orange {
border-left: 1.2rem orange solid;
padding-left: .5rem;
}
.bullet-lime {
    border-left: solid 1.2rem #9ecc3b;
    padding-left: .5rem;
}
.bullet-blue {
border-left: solid 1.2rem #4b68b1;
    padding-left: .5rem;

}
.bullet-magenta {
    border-left: solid 1.2rem #d54699;
    padding-left: .5rem;
}
.volunteer-img-title ul li a {

    padding: .5rem;
    background: #ec69c4;
    color: #fff;
    font-weight: bold;

}
.list-cats-main {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.list-cats-main div {
    padding: 1rem;
    background: white;
    border: 1px solid #f5e7d6;
    border-radius: 1rem;
    transition: .5s;
}
.list-cats-main div h3 {
    text-align: center;
    line-height: 1.5rem;
    padding: 0;
}
.list-cats-main div h3 a {
    color: #e03fb0;
}
.list-cats-main div img {
    width: 100%;
    height: auto;
    border-radius: .5rem;
    display: block;
}
.list-cats-main div:hover {
    background: #e03fb0;
    transition: .5s;
}
.list-cats-main div:hover a {
    color: white;
    transition: .5s;
}
#include {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
    margin-bottom: 2rem;
}
#include div {
    background: #fbf3ff;
    padding: 1rem;
    color: #662b86;
    border: solid 1px #662b86;
    border-radius: .5rem;
}
#include div p {
    color: #662b86;
}
#include div h2 a {
    color: #9442c0;
    text-decoration: underline;
}
.center-btn {

    text-align: center;
    margin-bottom: 1rem;
    padding: .5rem 0;

}
.item-image img {
    width: 100% !important;
    height: auto;
    margin-bottom: 1rem;
    padding: .5rem;
    background: white;
    border: solid 1px #eee;
}
/* Menu Pais */

.moduletable-menu-pais {

    background: #fff5e7;
    padding: 1rem;
    border-top: #ffe2ba solid;

}
.moduletable-menu-pais ul li {

    display: inline-block;
    margin: 0 .5rem .5rem 0;

}
.moduletable-menu-pais ul li a {

    padding: .5rem 1rem;
    background: #e03fb0;    
    display: inline-block;    
    color: white;   
    font-weight: 900;
    border-radius: .5rem;

}
.moduletable-menu-pais > ul > li > a {

    margin-bottom: .5rem;
    background: #a353cf;
    display: none;

}
.moduletable-menu-pais > ul > li > ul > li > a {

    margin-bottom: .5rem;
    background: #662B86;
    color: #fff;

}
.moduletable-menu-pais .current a {

   /* background: #662b86; */

}
.moduletable-menu-pais > ul > li > ul, .moduletable-menu-pais > ul > li > ul > li > ul {

    padding-top: .5rem;

    

}
.moduletable-programs-country-box, .custom-programs-country-box {

    background: #f9efff;
    padding: 1rem .5rem;
    margin-bottom: 2rem;

}
.moduletable-programs-country-box h2, .custom-programs-country-box h2 {

    color: #791eab !important;

}
.overview-main {
    background: #fffee9;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f3f0b8;
}
.overview-main h2 {
    border-bottom: 2px solid;
    margin-bottom: 1rem;
    padding-top: 0;
}
.overview-main ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.overview-main ul li strong {
    display: block;
}
.boxList {
    padding: .5rem 2rem;
    background: #fffaf2;
    margin-bottom: 2rem;
}
.boxList-3 {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.importante p:last-child {
    margin: 0;
}
.video-player {

    max-width: 640px;
    margin: 0 auto 1.5rem;
    position: relative;

}
.video-player img {

    width: 100% !important;
    height: auto;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

}
.video-player a {
    margin-top: -36%;
    position: absolute;
    text-align: center;
    padding: 0 2rem;
    color: white;
    font-weight: 900;
    text-shadow: 1px 1px 3px #000;
    width: 100%
}

.video-player a::before {
    content: "\f16a";
    display: block;
    margin-top: -20%;
    width: 40px;
    font-family: "abv-icon-pack";
    background: #f00;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: .5rem;
    margin-bottom: 1rem;
}
#default_hype_container {

}
.volunteer-locations .item p {
    display: none;
}
picture img {

    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;

}
div#blog-featured-list img {
    padding: 0;
    margin: 0;
    border: 0;
}
.proBox {
    margin-bottom: 2rem;
}
.panel-gallery {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
    margin-bottom: 2rem;
}
.panel-gallery img {
    width: 100% !important;
    margin: 0 !important;
}
.header-review .category-desc {
    margin-bottom: 1.5rem;
}

.moduletablemenu-content-footer {
    padding: 1rem;
    border-bottom: solid 1px #c27baf;
    background: #ffddf5;
    margin-top: 1rem;
    text-align: center;
    color: #662b86;
}
.moduletablemenu-content-footer ul {
    text-align: center;
}
.moduletablemenu-content-footer ul li {
    display: inline-block;
    margin: .5rem;
}
.moduletablemenu-content-footer ul li:last-child {
    margin-right: 0;
}
.moduletablemenu-content-footer ul li a {
    display: inline-block;
    padding: .5rem 1rem;
    background: #ffffff;
    color: #e03fb0;
    font-weight: bold;
}
.moduletablemenu-content-footer ul li.current a {
    color: white;
    background: #e03fb0;
}
.moduletabletabs {
    position: relative;
    margin: 1rem 0;
}
.moduletabletabs ul::before {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg,#662b86,#662b8600);
    left: 0;
}
.moduletabletabs ul::after {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg,#662b8600,#662b86);
    right: 0;
    top: 0;
}
.moduletabletabs ul {
    background: #662b86;
    padding: 0 1rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    
    -webkit-overflow-scrolling: touch;
}
.moduletabletabs ul li {
    display: inline-block;
    margin-right: .5rem;
}
.moduletabletabs ul li a {
    display: block;
    padding: .6rem .5rem .5rem;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 3px #662b86;
}
.moduletabletabs ul li.current a {
    border-bottom: solid #fffcf8 3px;
}
.page-item.reviews img {

    height: auto !important;
}
.list-logos img {
    height: 100px !important;
    width: auto !important;
    padding: 0 .5rem;
    display: inline-block !important;
}
.list-logos {
    background: white;
}
.center {
    text-align: center;
}

#toc ul li {

    list-style: decimal inside;

}
.main-link {

    background: #a22d84 !important;

}
.panel-table caption {
    padding: 1rem 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #d1b591;
}
.extra-costs {
    background: #fff3e2;
    padding: 1rem;
}

.only-desktop {
    display: none;
}

.blogtravel-blog {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1rem;
}
.blogtravel-blog > div {
    background: white;
    padding: .5rem 1rem;
    border: solid 1px #ffe9cc;
}
.toc {
    background: #ecfffe;
    padding: 1rem;
    border: solid .2rem #d4fcff;

    margin-bottom: 2rem;
}
.toc ol { counter-reset: item }
.toc li { display: block }
.toc li:before { content: counters(item, ".") " "; counter-increment: item }

#pvsa-president {
    display: none;
}
.reviews ol>li>ol, .reviews ol>li>ul {
    padding: 1rem 0;
}
.custom-home-links-articles {
    text-align: center;
    padding: 2rem 0;
}
div#blog-featured-list > div:nth-child(even) {
    background: #f5f3ff;
}
div#blog-featured-list div:nth-child(odd) {
    background: #fef3ff;
}
.blogtravel-blog .item a img {
    width: 100%;
    border: 1px solid #eee;
    padding: .5rem;
    height: auto;
}

.tag-category ul.category.list-striped {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: .5rem;
    margin: 2rem 0;
}
.tag-category ul.category.list-striped > li {
    background: #fff1f1;
    padding: 1rem;
}
.tag-category ul.category.list-striped > li img {
    width: 100%;
    height: auto;
    padding: .5rem;
    background: #fff;
    border: solid 1px #ffd9f2;
}
ul.newsflash-horiz.mod-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
}
ul.newsflash-horiz.mod-list > li {
    padding: 1rem;
    background: #fff3fc;
}
ul.newsflash-horiz.mod-list > li h4 {
    padding-top: 0;
    line-height: 1.3rem;
    margin-bottom: 0;
}
ul.newsflash-horiz.mod-list > li h4 a {
    color: #de2fb1;
}
ul.newsflash-horiz.mod-list > li img {
    width: 100%;
    padding: .5rem;
    background: white;
    border: 1px solid #ffdff7;
    margin-bottom: 1rem;
    height: auto;
}
.newsflashrelated {
    border-top: solid 1px #eee;
    display: grid;
    border-bottom: solid 1px #eee;
    padding: 1rem;
    grid-template-columns: 200px 1fr;
    background: #fff2fb;
    grid-gap: 1rem;
    margin-bottom: 1rem;
}
.newsflashrelated figure img {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.newsflashrelated h4 {
    margin: 0;
    padding: 0;
    line-height: .9rem;
}
.newsflashrelated h4 a {
    color: #de2fb1;
}
div#top-rated {
    margin: 1rem 0;
    display: none;
}
div#top-rated img {
    width: auto !important;
    height: 110px !important;
    display: inline-block;
}
div#main-menu-top {
    margin-left: .5rem;
}
.icon-navicon.menuTop {
    background: #de2fb1;
    border-radius: .4rem !important;
    padding: .4rem;
    line-height: 2.3rem;
}
.upItem::after {
content: "\f13a";
font-family: 'abv-icon-pack';
}

ul.newsflash-horiz-volunteering-in {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 2rem;
}
ul.newsflash-horiz-volunteering-in figure {
    display: none;
}
h3.newsflash-title-volunteering-in {
    margin: 0;
}
ul.newsflash-horiz-volunteering-in li > p {
    display: none;
}
ul.newsflash-horiz-volunteering-in li h3 a {
    display: block;

}
ul.newsflash-horiz-volunteering-in li:nth-child(odd) h3 {
    background: #fef2ff;
}
.center-btns {
    margin: 0 auto;
    text-align: center;
    }
.moduletable-menu-pais ul.nav.menu.mod-list {
    text-align: center;
}
.custombox {
    padding: 1rem;
}
blockquote {
    background: #ffffd0;
    padding: 1rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
}
blockquote p {
margin: 0;
padding: 0;
}
img.img-full {
    width: 100% !important;
    height: auto;
    padding: 0;
    border: 0;
}
.search-page img.gs-image {
    padding: 0;
    height: auto;
    margin: 0;
    width: 100% !important;
}
button.show-more-btn {
    background: #52af5c;
    padding: 5px;
    border: 0;
    -webkit-appearance: none;
    color: white;
    font-size: .7rem;
}
button.show-more-btn.up::after {
    content: "[show less]";
    font-size: .7rem;
}
button.show-more-btn.up {
    font-size: 0;
}
#main-text-top .show-more-btn {
    background: #cb50a2;
}
#main-text-top p, #main-text-bottom p {
    text-align: justify;
}

#main-text-top  {
    background: url(https://static.abroaderview.org/home/main-text-box-bg.jpg?w=1200&h=600&fit=crop&q=10);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;

}
div#main-text-top section {
    background: #66002eba;
    max-width: initial;
    width: 100%;
    display: flex;
    align-items: center;
}
div#main-text-top section .moduletable-box{
    

    width: 100% !important;
    display: block;
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}
#main-text-bottom  {
    background: url(https://static.abroaderview.org/home/main-text-box-bg-footer.jpg?w=1200&h=600&fit=crop&q=10);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;

}
div#main-text-bottom section {
    background: #003e18d1;
    max-width: initial;
    width: 100%;
    display: flex;
    align-items: center;
}
div#main-text-bottom section .moduletable-box{
    

    width: 100% !important;
    display: block;
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
}
div#main-image .custom-bg {
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.hide {
    display: none;
    padding: 1rem;
}
a.bleft, a.bright,a.rbleft, a.rbright {
    position: absolute;
    top: 40%;
    padding: .5rem .6rem;
    display: block;
    background: #de2fb1;
    color: #ffffff;
    border-radius: 5rem;
    font-weight: bold;
    font-size: 0;
}
a.bleft,a.rbleft {
    left: 0;
    transform: rotate(180deg);
}
a.bright, a.rbright {

    right: 0;

}
a.bright:after, a.bleft:after, a.rbright:after, a.rbleft:after {
    content: "\f061";
    font-family: "abv-icon-pack";
    font-size: 1rem;
}
@media (min-width: 375px) {

    
}
@media (min-width: 414px) {

    
}

@media (min-width: 768px) {
    .moduletable-programs-country-box, .custom-programs-country-box {

        background: #f9efff;
        padding: 1rem 2rem;
        margin-bottom: 2rem;
    
    }
    .icon-navicon.menuTop {
        background: #de2fb1;
        border-radius: .4rem !important;
        padding: .7rem;
        line-height: 3rem;
    }
    div#top-rated {

        display: block;
    }
    #pvsa-president {
        display: block;
    }
    #logo a {
        height: 48px;
        width: 180px;
    }
    
    .item-page img.no-full, .page-content img.no-full {

        width: initial;
        border: none;
    
    }
    .tag-category ul.category.list-striped {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: .5rem;
        margin: 2rem 0;
    }

    #apply-top a::after {

        font-family: "abv-icon-pack";
        content: "\f061";
        margin-left: 4px;
        font-weight: normal;
    
    }
    .item-page img, .page-content img {

        width: 70%;
        margin: 2rem auto;
        display: block;
    
    }


    .page-header {

        position: relative;
    
    }
  
    /* Recommendation */

    #volunteer-programs-panel {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1rem;
    }
    .sticky + main {

        margin-top: 79px;
    
    }

    #header-box .slider-box {

        grid-template-columns: repeat(3,1fr);
        width: 100%;
    
    }
    
    .partners-list li img {

        width: auto;
        height: 74px;
        border-radius: 1.2rem;
        margin: 0;
    
    }
    #menu-mobile {

        
        width: 300px;
    
        
    
    }
    #calculator-price a,  #contactus-menu a {

        width: auto;
        text-indent: 0;
        font-size: initial;
    
    }
    /* Paises */
    #prog-icon {
        grid-template-columns: repeat(5,1fr);
        max-width: 890px;
        margin: 1.5rem auto;
    }
    
    #search-input {

        padding: 1rem;
        width: 360px;
        margin: 0 auto;
    
    }
    #search-menu {
        display: initial;
    }
    .custom-box {

        display: grid;
        grid-template-columns: 1fr 200px;
        grid-gap: 2rem;
    
    }
    .center-vert-element {

        display: flex;
        align-items: center;
    
    }
    .moduletable-box {

        padding: 3rem 1rem;
    
    }
    .custom-box p:last-child {

        margin-bottom: 0;
        padding-bottom: 0;
    
    }
    .contactUs .block {

        display: grid;
        grid-template-columns: 16% 1fr 19% 1fr;
        grid-gap: 1rem;
    
    }
    .insuranseList {

        grid-template-columns: repeat(3,1fr);

    }
    #how-safety {

        grid-template-columns: repeat(2,1fr);

    }
    .coordinators {

        grid-template-columns: repeat(3,1fr);

    }
    .non-profit {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr 210px;
    }
    .non-profit img {
        display: initial;
        width: 100% !important;

    }
    .table-cost {
        display: block;
        width: 100%;
        overflow-x: auto;
        border-collapse: collapse;
    }
    .table-cost td, .table-cost th {
        padding: .5rem;
        border: 1px solid;
    } 
    .customtableCost table {
        border-collapse: collapse;
        border-radius: 0.5rem;
        border: solid 2px #662b86;
        width: 100%;
        margin-top: 2rem;
    }
    .customtableCost table caption {
        font-weight: bold;
        color: #662b86;
        text-transform: uppercase;
        display: table-caption;
    }
    .customtableCost table td, .customtableCost table th {
        padding: .5rem;
        border: 1px solid;
    }
    .customtableCost table thead {
        background: #662b86;
        color: white;
    }
    .customtableCost table thead tr th {
        border: solid 1px #8146a1;
    }
    .customtableCost table tbody tr:nth-child(2n) {
        background: #fbf5ff;
    }
    .customtableCost table a {
        color: #de2fb1;
        font-weight: bold;
    }
    .customtableCost table tbody tr:hover {
        background: #e9c7ff;
    }

    .btn-prices {
        display: block;
    }
    #search-fees {
    display: none;
    }
    #continents-list {

        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1rem;
    
    }
    .continent-country ul {

        overflow: hidden;
        height: 73px;
    
    }
    .info-country-item {

        height: 108px;
        overflow: hidden;
    
    }

    .list-cats-main {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1rem;
    }
    .list-cats-main div img {

        height: 150px;

    }

    /* Locations */


.programs-list {

    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;

}
.programs-list > div p {

    height: 14rem;
    overflow: hidden;
    display: block;

}

.volunteer-locations .items-leading {

    grid-template-columns: repeat(3,1fr);

}
.volunteer-locations .items-leading p {
    display: block;
    height: 10rem;
    overflow: hidden;
}
#include {
    grid-template-columns: repeat(2,1fr);
}
.testimonial-main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.overview-main ul {

    grid-template-columns: repeat(3,1fr);

}
.boxList-3 {

    grid-template-columns: repeat(3,1fr);

}
.video-player a {
    margin-top: -20%;

}
#default_hype_container, #ecuadorcountry_hype_container, #india_hype_container {
    display: block;
}
/*
.only-desktop {
    display: initial;
}*/
.only-mobile {
    display: none;
}

.panel-coordinator div img {

    width: 30%;

}
#content-btn-menu {

    padding: 0 .8rem;

}
.blogtravel-blog {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
}  
.blogtravel-blog h2 a {
    display: block;
    height: 63px;
    line-height: 2rem;
    overflow-y: hidden;
}
ul.newsflash-horiz.mod-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1rem;
}
.toc {
    background: #ecfffe;
    padding: 1rem 2rem;
    border: solid .2rem #d4fcff;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

}
@media (min-width: 960px) {

    .page-item {
        padding: 1rem;
        max-width: 960px;
        margin: 0 auto;
    }
    h1.page-title {
        font-size: 3rem;
        padding-top: 0;
        line-height: 3rem;

    }
    #logo a {
        background: url(../images/logo-desktop.png) no-repeat;
        height: 48px;
        text-indent: -99999px;
        width: 260px;
        display: block;
        background-size: contain;
    }
    
    .non-profit {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr 610px;
    }
    .non-profit img {
        display: initial;

    }
    

    .customfull-height {


        background-attachment: fixed;
    
    
    }
    .sticky {
        position: initial;
    }
    .sticky + main {
        margin: 0;
    }



    #blog-featured-list h2.item-title {

        margin-bottom: 0;
    
    }
    #blog-featured-list h2 a {
        font-size: 1.5rem;
        line-height: 1.7rem;
        display: block;
        color: #cf43a6;
    }
     /* Home blog effects */
     #blog-featured-list .content-home-info {

        position: relative;
        transition: .2s;
        
    }
    #blog-featured-list .content-home-info:hover, #blog-featured-list .item-image:hover + .content-home-info {

        margin-top: -20px;
        transition: .4s;
    
    }
   

    /* paises */
    


    /* Reviews */
    .blog.reviews img {
/*
        width: 260px;
        height: 160px;
   */ 
    }
    section {

        width: 960px;
        margin: auto;
    
    }
    /*
    #chatra {
        left: 1rem !important;
    }*/
    footer section{

        grid-template-columns: repeat(3,1fr);

    }
    #contactForm form {

        grid-template-columns: 1fr 1fr;

    }
    .list-cats-main {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1rem;
    }
    .blogtravel-blog {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1rem;
    }

}
a.main-apply {
    background: #00990d;
    font-weight: bold;
}
/*
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .customfull-height {
        background-attachment: initial;   
    }

 }
*/

@media only screen 
and (min-device-width : 360) 
and (max-device-width : 780px) 
and (orientation : landscape) {

    #wrap {
        width: 100%;

    }

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

    .customfull-height {
        background-attachment: initial;   
    }
    .custom-menu-fixed {

        display: initial;
        position: fixed;
        right: 0;
        bottom: 50%;
        background: #e03fb0;
        padding: 1rem;
    
    }
    .soclal-footer {
        width: 100%;
    }
    .custom-menu-fixed b {
        display: none;       
    }

    #wrap {
        width: 75%;
        margin-left: 0;
    }
    section {
        width: 100%;
    }
    #menu-mobile {
        width: 25%;
        display: block;
    }
    #main-menu-top, #content-btn-menu {
        display: none;
    }
    .custom-up-arrow {
        
        left: 37%;
        
    }


}

@media (min-width: 1080px) {
    body {
        font-size: 18px
    }


    #wrap {
        width: 75%;
        margin-left: 0;
    }
    .insuranseList {

        grid-template-columns: repeat(4,1fr);

    }
    .coordinators {

        grid-template-columns: repeat(4,1fr);

    }
    .custom-menu-fixed {
        display: initial;
        position: fixed;
        right: -39px;
        bottom: 50%;
        background: #e03fb0;
        padding: .5rem 0.7rem;
        transition: .5s;
        transform: rotate(-90deg);
        border-radius: .5rem .5rem 0 0;
        z-index: 9999;
    }
    .custom-menu-fixed:hover {
        /* margin-right: 1rem; */
        /* transition: .5s; */
        background: #a72a82;
        /* transform: rotate(0); */
    }
    .info-country-item {

        height: 117px;
        overflow: hidden;
    
    }
    .list-cats-main div h3 {

        height: auto;
        font-size: 1.25rem;
    
    }
    #menu-mobile {
        width: 25%;
        display: block;
    }
    #main-menu-top, #content-btn-menu {
        display: none;
    }
    header section, main section {
        width: 100%;
    }
    .btnInfoCalc.callCalc {
        font-size: 1rem;
    }
    .panel-gallery {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        grid-gap: 1rem;
    }
    .blogtravel-blog h2 a {
        display: block;
        height: 72px;
        line-height: 2.1rem;
    }

}
@media (min-width: 1360px) {
    body {
        font-size: 20px
    }
    #wrap {
      /*  width: 1360px;
        margin: 0 auto; */
    }
    section {

        width: 100%;
    
    }
    .moduletable-contact-us {

        width: 80%;
        margin: 0 auto;
    
    }
    #how-safety {
        grid-template-columns: repeat(3,1fr);
    }
    
    #continents-list {

        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 1rem;
    
    }
    .info-country-item {

        height: 216px;
        overflow: hidden;
    
    }
    
    .list-cats-main div img {
        height: 190px;
    }
    #include {
        grid-template-columns: repeat(3,1fr);
    }
    

}
@media (min-width: 1920px) {
    section {
       /* max-width: initial; */
    }
}