html {
  scroll-behavior: smooth;
  overflow-x: hidden;

}
@font-face {
  font-family: 'gobCL_Light';
  src: local('gobCL_Light'),
       local('gobCL_Light'),
       local('gobCL_Light'),
       url(../fonts/gobCL_Light.otf);
}
@font-face {
  font-family: 'Roboto-Bold';
  src: local('Roboto-Bold'),
       local('Roboto-Bold'),
       local('Roboto-Bold'),
       url(../fonts/Roboto-Bold.ttf) format('truetype');}
@font-face {
  font-family: 'Roboto-Light';
  src: local('Roboto-Light'),
       local('Roboto-Light'),
       local('Roboto-Light'),
       url(../fonts/Roboto-Light.ttf) format('truetype');}
@font-face {
  font-family: 'Roboto-Regular';
  src: local('Roboto-Regular'),
       local('Roboto-Regular'),
       local('Roboto-Regular'),
       url(../fonts/Roboto-Regular.ttf) format('truetype');}
@font-face {
  font-family: 'ChaletComprime-CologneSixty';
  src: local('ChaletComprime-CologneSixty'),
       local('ChaletComprime-CologneSixty'),
       local('ChaletComprime-CologneSixty'),
       url(../fonts/ChaletComprime-CologneSixty.ttf) format('truetype');}

@font-face {
  font-family: 'fa-light';
  src: local('fa-light'),
       local('fa-light'),
       local('fa-light'),
       url(../fonts/fa-light.ttf) format('truetype');}
body {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; 
  overflow-x: hidden;
}

#page {
    background-image: radial-gradient(#7ABCFF, #4C94D0);
}
.menudi{
	display: flex;
	justify-content: right;
	align-items: center;
}
.logos{
  width: 120px;
}
.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
#primary-menu li:not(:last-child){
  margin-right:  40px;
}
.navbar{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
#primary-menu{
  text-align: right;
}
.nav-link{
  color: #787878 !important;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.nav-link:hover{
  color: #565656 !important;
}

#lnk-head {
  z-index: 2;
  bottom: 120px;
  background: #004085;
  color: #fff;
  text-align: center;
  padding: 30px;
  font-size: 32px;
  font-family: Roboto-light;
}
#lnk-head p{
  margin: 0;
}
#lnk-headl{
  display: inline-flex;
border: 1.5px solid #fff ;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
#lnk-headl a{

font-size: 20px;
color: #fff;
font-family: Roboto-Light;
text-decoration: none;


}
#lnk-headl:hover {
  border: 2px solid #fff ;
}
#header{
      z-index: 1;
    width: 100%;
    background: url(../img/bgheader.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
#content-head{
    width: 100%;
    background: url(../img/bg1.png);
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 2;

}
#parallax{
  position: absolute;
}
#bgp1,#bgp2,#bgp3,#bgp4,#bgp5,#bgp6,#bgp7,#bgp8,#bgp9,#bgp10,#bgp11,#bgp12{
  display: flex;
  justify-content: center;
  align-items: center;
}
#bgp6,#bgp7,#bgp8,#bgp9,#bgp10,#bgp11,#bgp12{
  position: absolute;
}
.bgp7-2{
display: flex;
justify-content: center;
align-items: center;
}
#parallax-1{
  display: flex;
  justify-content: center;
  
}
#ley{
  margin-top: 30px;
  text-align: left;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #001730;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 200;
}
#ley2{
  display: none;
  margin-top: 30px;
  text-align: left;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  color: #001730;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 200;
}
.lnk-ley{
  background: #001730;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 10px;
}
.lnk-ley:hover{
  background: #001730;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
#preguntas-frecuentes{
  background: #fff;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
  position: relative;
  z-index: 200;
}
#preguntas-frecuentes h1{
  font-family: 'ChaletComprime-CologneSixty';
  font-size: 50px;
  margin:0;
  color: #64A9E7;
}
.azul-cl:before {
    content: "\f071";
    margin-right: 10px;
    font-size: 30px !important;
    color: #f7bf45;
    font-family: 'FontAwesome';
    
}
.mb-0 > a:hover {
color: #001730 !important;
text-decoration: none;
}
.mb-0 > a {
  display: block;
  position: relative;
  color: #001730 !important;
  padding-left: 30px;
    font-family: 'Roboto-Regular';
  font-size: 16px;
}
.mb-0 > a:after {
  content: "\f138"; /* fa-chevron-circle-right */
  font-family: 'fa-light';
  position: absolute;
  left: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f13a"; /* fa-chevron-circle-down */
  color: #001730 !important;
}
.card{
  border: none !important;
}
.card-header{
  padding-left: 0 !important;
  background: #fff !important;
  border: none !important;
  font-family: 'Roboto-Regular';
  font-size: 16px;
}
.card-body{
  padding-left: 0 !important;
  font-family: 'Roboto-Light';
  font-size: 16px;
  color: #001730 !important;
  text-align: left;
}
.card-body ul {
    margin: 0;
    padding-left: 20px;
}
.list-card p {
  margin: 0;
  font-family: 'Roboto-Bold';

}
.txt-l{
  font-family: 'Roboto-Light';
}
#video video{
  max-width: 100%;
  display: block;
}
#video{
  background: #D5BAA9;
  position: relative;
  z-index: 200;
  padding: 0 !important
}
.contacto{
  color: #fff;
  background: #001730;
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 30px;
  margin-top: 70px;
  position: relative;
  z-index: 200;
}
.contacto a{
  color: #fff;
}
.contacto a:hover{
  color: #fff;
}
.contacto a:visited{
  color: #fff;
}
.txt-Rb{
  font-family: 'Roboto-Bold';

}
.contacto h1{
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Roboto-Light';
  font-size: 40px;
}
.contacto p{
  margin:0;
  font-family: 'Roboto-Light';
  font-size: 16px;
}
.foob{
  margin-top: 50px;
}
.txt-foors{
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: 'Roboto-Bold';
  font-size: 22px;
}
.txt-foors p{
 font-family: 'Roboto-Bold';
  font-size: 22px; 
  width: 100%;
  text-align: right;
}

.imgfrs{
    display: flex;
  justify-content: center;
  align-items: center;
}
.imgrs {
  margin-right: 30px;
}
.mrf{
  margin-top: 10px;
  margin-bottom: 10px;
}
.azul-cl{
  color: #2B80CC;
  background: #F8FAFD;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.card-body a {
    color: #2B80CC;
    text-decoration: none;
}
.card-body a:hover {
    color: #2B80CC;
    text-decoration: underline;
}
.card-body a:visited {
    color: #2B80CC;
    text-decoration: none;
}
@media screen and (max-width: 900px) {

#lnk-head {
    z-index: 2;
    bottom: 20px;
    background: #004085;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    font-family: Roboto-light;
}
#lnk-headl a {
    font-size: 15px;
    color: #fff;
    font-family: Roboto-Light;
    text-decoration: none;
}
#ley{
  font-size: 14px;

}
.lnk-ley{
  display: inline-block;
}
#ley2{
  font-size: 14px;
}
#preguntas-frecuentes h1{
  font-size: 35px;
}
.mb-0 > a{
  font-size: 14px;
}
.card-body{
 font-size: 14px;
 padding-top: 5px !important; 
 padding-bottom:  5px !important; 
}
.card-body p{
  margin: 0;
}
.contacto{
  margin-top: 40px;
}
.contacto p{
  font-size: 14px;
}
.contacto h1{
  font-size: 30px;
}
#primary-menu li:not(:last-child){
  margin: 0;
}
.txt-foors{
  justify-content: left;
}
.txt-foors p{
  text-align: left;
}
.foob{
  margin-top: 25px;
}
.txt-foors{
  margin-top: 15px;
}
.imgfrs{
  margin-bottom: 15px;
}
#preguntas-frecuentes{
  padding-left: 25px;
  padding-right: 25px;
}
.txt-foors{
  justify-content: left;
}
.txt-foors p{
  text-align: center;
}

}
@media screen and (max-width: 400px) {
#bgp4 {
    display: none;
}
#lnk-head {
    z-index: 2;
    bottom: 20px;
    background: #004085;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-family: Roboto-light;
}
#lnk-headl a {
    font-size: 12px;
    color: #fff;
    font-family: Roboto-Light;
    text-decoration: none;
}
#ley{
  font-size: 12px;

}
#ley2{
  font-size: 12px;
}
#preguntas-frecuentes h1{
  font-size: 25px;
}
.mb-0 > a{
  font-size: 12px;
}
.card-body{
 font-size: 12px;
 padding-top: 5px !important; 
 padding-bottom:  5px !important; 
}
.card-body p{
  margin: 0;
}
.contacto{
  margin-top: 40px;
}
.contacto p{
  font-size: 12px;
}
.contacto h1{
  font-size: 20px;
}
#primary-menu li:not(:last-child){
  margin: 0;
}
.txt-foors{
  justify-content: left;
}
.txt-foors p{
  text-align: center;
}

}