
/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates&display=swap");

/* Mobile Layout: 320px.  RESPONSIVE PARA TELÉFONOS*/
@media only screen and (max-width: 991px) {
/*================================================
Banner Area CSS
=================================================*/

.main-banner {
  height: auto;
  font-family: "Quicksand", sans-serif;
  position: relative;
  z-index: 1;
  background: rgba(13,116,180,1);
  background: -moz-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,116,180,1)), color-stop(100%, rgba(99,44,121,1)));
  background: -webkit-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: -o-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: -ms-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: linear-gradient(to bottom, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d74b4', endColorstr='#632c79', GradientType=0 );
}

.main-banner-content {
  padding: 120px 0px 20px 0px;
}

.main-banner-content .logo-banner {
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}
.main-banner-content img{
  width: 250px;
  margin:0 auto;
}
.main-banner-content .titulo{
  margin-top: 0px;
  font-weight: 700;
  text-align: center;
}
.main-banner-content .titulo h2{
  font-size: 75px;
  color: #ffffff; 
  font-weight: 700;
}
.main-banner-content .mask{
  display: none;
}
/*================================================
Verificación Area CSS
=================================================*/

#verificacion {
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  padding: 60px 0px 60px 0px;
  text-align: center;
}

#verificacion h2 {
  font-size: 36px;
  color: #0D74B4;
  font-weight: 700;
}
#verificacion .sub-title{
  color:#000000;
}
#verificacion img{
  width: 300px;
  text-align: center;
}
#verificacion button{
  text-align: center;
  margin-top: 20px;
}
#verificacion .img-ver{
  margin: 0 auto;
}
/*================================================
Licencias Area CSS
=================================================*/

#licencias {
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  padding: 20px 0px 20px 0px;
  text-align: center;
  color:#000000;
}

#licencias h2 {
  font-size: 36px;
  color: #0D74B4;
  font-weight: 700;
}
#licencias h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
#licencias .content{
  text-align: left;
  background: #626F77;
  color:#ffffff;
  padding: 20px;
  margin:0px;
  text-align: center;
  height: auto;
}
#licencias .content:hover{
  background: #D41724;
  transition: .2s ease-in;
}
#licencias p {
  font-size: 14px;
  text-align: center;
}
#licencias .leyenda{
  margin: 20px 0px;
}
#licencias .leyenda p{
  text-align: center;
  font-size: 14px;
}

/*================================================
  Aviso Privacidad Area CSS
==================================================*/

#privacy {
  font-family: "Quicksand", sans-serif;
  background-color: #ffffff;
  /* For browsers that do not support gradients */
  /*background-image: linear-gradient(90deg, #632f6f, #cb2964);*/
  /* Standard syntax (must be last) */
  color: #000000;
  padding: 150px 0px 120px 0px;
}

#privacy .section-title h2 {
  color: #4e4e4e;
}

#privacy .privacy-content p {
  text-align: justify;
}

/*================================================
Footer Area CSS
=================================================*/

.footer-area {
  background-color: #632C79;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.widget-footer{
  color:#ffffff;
  text-align: center;
}
.widget-footer img{
  width: 50px;
}
.widget-footer span{
  font-weight: 700;
}
.widget-footer p{
  font-size: 12px;
  width: 450px;
  text-align: justify;
  margin:10px 0px;
}
.widget-footer h2{
  font-size: 22px;
}
.widget-footer i{
  font-size: 18px;
  margin:5px;
}
.copyright-area {
  margin-top: 40px;
  border-top: 1px solid #afd27d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-area p {
  color: #ebe7e7;
  font-size: 15px;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #3aade1;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
  text-align: left;
}

.copyright-area ul li {
  display: inline-block;
  color: #ebe7e7;
  font-size: 15px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area ul li a {
  display: inline-block;
  color: #ebe7e7;
}

.copyright-area ul li a:hover {
  color: #3aade1;
}

.copyright-area ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}
.copyright-area .logocr {
  text-align: center;
}
.copyright-area .logocr img {
  width: 250px;
  margin: 0px 0px 20px 0px;
}

/*================================================
Go Top CSS
=================================================*/

.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #002e5b;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #3aade1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

}

@media only screen and (max-width: 471px) {
/*================================================
Banner Area CSS
=================================================*/

.main-banner {
  height: 500px;
  font-family: "Quicksand", sans-serif;
  position: relative;
  z-index: 1;
  background: rgba(13,116,180,1);
  background: -moz-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,116,180,1)), color-stop(100%, rgba(99,44,121,1)));
  background: -webkit-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: -o-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: -ms-linear-gradient(top, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  background: linear-gradient(to bottom, rgba(13,116,180,1) 0%, rgba(99,44,121,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d74b4', endColorstr='#632c79', GradientType=0 );
}

.main-banner-content {
  padding: 120px 0px 20px 0px;
}

.main-banner-content .logo-banner {
  margin: 0px 0px 0px 0px;
  color: #ffffff;
}
.main-banner-content img{
  width: 250px;
  margin:0 auto;
}
.main-banner-content .titulo{
  margin-top: 100px;
  font-weight: 700;
  text-align: center;
}
.main-banner-content .titulo h2{
  font-size: 75px;
  color: #ffffff; 
  font-weight: 700;
}

/*================================================
Verificación Area CSS
=================================================*/

#verificacion {
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  padding: 60px 0px 60px 0px;
  text-align: center;
}

#verificacion h2 {
  font-size: 36px;
  color: #0D74B4;
  font-weight: 700;
}
#verificacion .sub-title{
  color:#000000;
}
#verificacion img{
  width: 300px;
  text-align: center;
}
#verificacion button{
  text-align: center;
  margin-top: 20px;
}
#verificacion .img-ver{
  margin: 0 auto;
}
/*================================================
Licencias Area CSS
=================================================*/

#licencias {
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  padding: 20px 0px 20px 0px;
  text-align: center;
  color:#000000;
}

#licencias h2 {
  font-size: 36px;
  color: #0D74B4;
  font-weight: 700;
}
#licencias h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
#licencias .content{
  text-align: left;
  background: #626F77;
  color:#ffffff;
  padding: 20px;
  margin:0px;
  text-align: center;
  height: auto;
}
#licencias .content:hover{
  background: #D41724;
  transition: .2s ease-in;
}
#licencias p {
  font-size: 14px;
  text-align: center;
}
#licencias .leyenda{
  margin: 20px 0px;
}
#licencias .leyenda p{
  text-align: center;
  font-size: 14px;
}
/*================================================
Permisos Area CSS
=================================================*/

#permisos {
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  padding: 20px 0px 20px 0px;
  text-align: center;
  color:#000000;
}

#permisos h2 {
  font-size: 36px;
  color: #0D74B4;
  font-weight: 700;
}
#permisos h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
#permisos .info-permiso{
  margin:20px 0;
  background: #0D74B4;
  color:#ffffff;
  padding:20px;
  border-radius: 10px;
  border:1px solid #4e4e4e;
  text-align: left;
  height: auto;
}
/*================================================
  Aviso Privacidad Area CSS
==================================================*/

#privacy {
  font-family: "Quicksand", sans-serif;
  background-color: #ffffff;
  /* For browsers that do not support gradients */
  /*background-image: linear-gradient(90deg, #632f6f, #cb2964);*/
  /* Standard syntax (must be last) */
  color: #000000;
  padding: 150px 0px 120px 0px;
}

#privacy .section-title h2 {
  color: #4e4e4e;
}

#privacy .privacy-content p {
  text-align: justify;
}

/*================================================
Footer Area CSS
=================================================*/

.footer-area {
  background-color: #632C79;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.widget-footer{
  color:#ffffff;
}
.widget-footer img{
  width: 50px;
}
.widget-footer span{
  font-weight: 700;
}
.widget-footer p{
  font-size: 12px;
  width: 450px;
  text-align: justify;
  margin:10px 0px;
}
.widget-footer h2{
  font-size: 22px;
}
.widget-footer i{
  font-size: 18px;
  margin:5px;
}
.copyright-area {
  margin-top: 40px;
  border-top: 1px solid #afd27d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-area p {
  color: #ebe7e7;
  font-size: 15px;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #3aade1;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
  text-align: left;
}

.copyright-area ul li {
  display: inline-block;
  color: #ebe7e7;
  font-size: 15px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area ul li a {
  display: inline-block;
  color: #ebe7e7;
}

.copyright-area ul li a:hover {
  color: #3aade1;
}

.copyright-area ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #ffffff;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}
.copyright-area .logocr {
  text-align: center;
}
.copyright-area .logocr img {
  width: 250px;
  margin: 0px 0px 20px 0px;
}

/*================================================
Go Top CSS
=================================================*/

.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #002e5b;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #3aade1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
}