@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
FONT IMPORT
-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

h4{
	max-width: 100% !important;
}
 p{

    max-width: 100%;
    margin-bottom:15px;
}

li {
    max-width: 100% !important;
}

.container-fluid-1024{
    margin-top:10px;
}

.text-blue {
	color: #00527B;
}


.text-gray {
	color: #666;
}

.text-white {
	color: #ffffff;
}

.text-yellow {
	color: #FCE263;
}

section[class*="-section"] {
	padding: 70px 20px 30px 20px;
}

.video-section1 {
	background-image: linear-gradient(to bottom, rgba(255,172,0,0)0%, rgba(255,172,0,0) 35%, rgba(255,172,0,0.5) 35%, rgba(255,172,0,0.5) 50%);
	background-size: cover, 250px;
	background-position: bottom center, 15% top;
}

.video-section2 {
	background-image: linear-gradient(to bottom, rgba(255,172,0,0)0%, rgba(255,172,0,0) 35%, rgba(255,172,0,0.3) 35%, rgba(255,172,0,0.3) 50%);
	background-size: cover, 250px;
	background-position: bottom center, 15% top;
}

.video-section3 {
	background-image: linear-gradient(to bottom, rgba(3,180,217,0)0%, rgba(3,180,217,0) 35%, rgba(3,180,217,0.8) 35%, rgba(3,180,217,0.8) 50%); 
	background-size: cover, 250px;
	background-position: bottom center, 15% top;
}

.video-section4 {
	background-image: linear-gradient(to bottom, rgba(3,180,217,0)0%, rgba(3,180,217,0) 35%, rgba(3,180,217,0.5) 35%, rgba(3,180,217,0.5) 50%); 
	background-size: cover, 250px;
	background-position: bottom center, 15% top;
}

.video-section5 {
	background-image: linear-gradient(to bottom, rgba(204,206,206,0)0%, rgba(204,206,206,0) 35%, rgba(204,206,206,0.5)35%, rgba(204,206,206,0.5) 50%); 
	background-size: cover, 250px;
	background-position: bottom center, 15% top;
}

.video-section6 {
	background-image: linear-gradient(to bottom, rgba(255,172,0,0)0%, rgba(255,172,0,0) 35%, rgba(255,172,0,0.8) 35%, rgba(255,172,0,0.8) 100%);
	background-size: cover, 250px;
	background-position: bottom center, 15% top;
}


.video-section7 {
background-image: linear-gradient(to bottom, rgba(100,90,210,0)0%, rgba(197,87,255,0) 35%, rgba(100,90,210,0.8) 35%,
rgba(100,90,210,0.8) 100%);
background-size: cover, 250px;
background-position: bottom center, 15% top;
color: white;
}




.video {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

.bordeado {
    border: 1px solid #8c8b8b;
    padding: 15px;
}

.d-flex

{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.d-flex-end

{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: center;
}

.num-datos {

    font-size: 50px;
    color: #36c;
    font-weight: 500;
    text-align: center;
    letter-spacing: -2px;
    font-family: 'Oswald', sans-serif;

}

.num-datos-s {

    font-size: 40px;
    color: #36c;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: 'Oswald', sans-serif;

}

.num-datos-xs {

    font-size: 25px;
    color: #666;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: 'Oswald', sans-serif;

}

.num-datos-lg {

    font-size: 70px;
    color: #36c;
    font-weight: 500;
    text-align: center;
    letter-spacing: -2px;
    font-family: 'Oswald', sans-serif;

}

/*----------------Font sizes-----------------------*/
.txt15 {
  font-size: 1.5rem !important;
	line-height: 2.2rem;
}

.txt16 {
  font-size: 1.6rem !important;
	line-height: 2.5rem;
}
.txt20 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.txt25 {
  font-size: 2.5rem;
  line-height: 3rem;
	margin-bottom: 10px;
}
.txt30 {
  font-size: 3rem;
  line-height: 4rem;
}
.txt40 {
  font-size: 4rem;
  line-height: 5rem;
}

.txt-titulo{
	font-size: 2.5em;
	font-weight: 700;
}

/*--------------COLOR BOXES AND TEXT---------------*/

[class*="-box"] {
  padding: 15px;
  margin: 30px 0;
  color: white;
}
[class*="line-box"] {
  color: #545454;
}
.blue-box {
  background: #677799;
  color: #fff;
}

.gobierno-box{
    background:#3668c9;
    color: #fff;
}

.legalidad-box{
    background:#fdaa29;
    color: #fff;
}

.equidad-box{
    background:#f13365;
    color: #fff;
}

.emprendimiento-box{
    background:#17906a;
    color: #fff;
}

.turquoise-box {
	color: #ffffff !important;
	background-color: #26A6A3;
    letter-spacing: -0.5px !important;
font-weight: 400;
    border-radius: 5px;
    padding: 10px 15px !important;
    margin: 15px 0px !important;
	
}

.turquoise-box-line {
	color: #26A6A3 !important;
	background-color: white;
	border: 2px solid #26A6A3;
    letter-spacing: -0.5px !important;
font-size: 17px;
font-weight: 400;
    border-radius: 5px;
    padding: 10px 15px !important;
    margin: 15px 0px !important;
	
}
.yellow-box {
	background: #ffab00;
	color: #fff;
}
.yellow-text {
	color: #BEB100 !important;
}

.yellow-borde-box {
	background: #F9D326;
	color: #333;
	border: 2px solid #000;
}

.yellow-box2 {
	background: #F0DC7C;
	color: #333;
}

.white-border-box {
	background: #ffffff;
	color: #333;
	border: 1px solid #666;
}

.white-radius-box {
background: #ffffff;
color: #333;
border: 1px solid #DDDAD9;
padding: 30px 40px;
border-radius: 70px 0px;
}

.orange-border-box {
	background:#ffa726;
	color:#333;
   border: 1px solid #666;
}

.yellow-borde-box2 {
	background: #F0DC7C;
	color: #333;
	border: 2px solid #000;
}

.white-transparent {
	background: rgba(255,255,255,0.8);
	color: #333;
	border: 2px solid #000;
}

.white-border{
	color: #ffffff;
	border: 2px solid #ffffff;
}
.yellow-box3 {
	background: #fcf3c2;
	color: #333;
}
.yellow-borde-box3 {
	background: #fcf3c2;
	color: #333;
	border: 2px solid #000;
}



.orange-line-box {
	border: solid 2px #EB7B22;
}
.orange-text {
	color: #EB7B22 !important;
}

.red-text {
	color: #d4431b !important;
}
.orange-box1 {
	background: #fff3e0;
	color:#333;
}
.orange-box2 {
	background: #ffe0b2;
	color:#333;
}
.orange-box3 {
	background: #ffcc80;
	color:#333;
}
.orange-box4 {
	background: #ffb74d;
	color:#333;
}
.orange-box5 {
	background:#ffa726;
	color:#333;
}
.orange-box6 {
	background: #ff9800;
	color:#333;
}
.orange-box7 {
	background: #E79357;
}

.melon-box {
	background: #E65F2D;
}
.melon-box2 {
	background: #ED9171;
}
.melon-box3 {
	background: #F5C1AE;
	color: #333;
}
.brown-box {
	background: #a67c52;
}
.rust-box {
	background: #D64108;
}
.rust-box2 {
	background: #D46038;
}
.rust-box3 {
	background: #DF8162;
}
.turquoise-box {
	background: #00A6A5;
}
.blue-text {
	color: #00527B;
}
.turquoise-box2 {
	background: #4BAFAE;
}
.turquoise-box3 {
	background: #8CC3C2;
}

.turquoise-box3 {
	background: #8CC3C2;
}

.turquoise-box4{
	background: #CFEDED;
	color: #333;
}

.blue-box2 {
	background: #46B3D0;
}
.blue-text2 {
	color: #46B3D0;
}
.blue-box3 {
	background: #008AB7;
}
.blue-box4 {
	background: #00527B;
}
.blue-box5 {
	background: #103646;
}
.violet-box{
	background: #9479B5;;
}
.green-box{
	background: #70C184;
}
/*------------BUTTONS------------*/
[class*="pill-"] {
  padding: .5rem 2rem !important;
  border-radius: 2rem !important;
  margin:10px 0;
  text-align: center;
  line-height: 130%;/*! display: flex; */
  /*! align-items: center; */
  /*! justify-content: center; */
}
  

[class*="pill-"]:visited {
 color:white;
}
.btn-white2-btn {
    color: #fff !important;
    border: solid 1px #fff !important;
    padding: .8rem 2rem !important;
    border-radius: 4rem !important;
    font-size: 1.6rem;
    margin-top: 5px;
    text-align: center;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.btn-white2-btn:hover {
  color: #0E519A !important;
    background: #fff;
}

.pill-yellow-btn {
  color: white;
  background: #fdaa29;
}
.pill-yellow-btn:hover {
  background: #f99a1e;
  color: white;
}
.pill-turquoise-btn {
  background: #00ACCA;
  color: white;
}

.pill-blue-btn {
  background: #3772FF;
  color: white;
}
.pill-line-btn {
  color: #fff;
  border: solid 1px #fff;
}

.pill-line-btn:hover {
   background: #f99a1e !important;
  color: white;
  border: solid 1px #f99a1e;
}






.pill-grayline-btn:hover {
  color: #373B37;
  border: solid 1px #373B37 !important;
}
.pill-gray-btn {
  background:#ccc !important;
  color: #373B37;
;
}

.green-box2{
	background: #327c2c;
}

.green-box3{
	background: #CBDCCB;
	color: #333;
}

/*----morado----*/

.purple1-box{
	background: #ede7f6;
	color:#222;
}

.purple2-box{
	background: #d1c4e9;
	color:#222;
}

.purple3-box{
	background: #b39ddb;
	color:#222;
}

.purple4-box{
	background: #9d87cc;
	color:#222;
}

.white-box{
	background: #fff;
	color: #333;
	-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.24);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.24);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.24);
}
.gray2-box {
	background: #f5f5f5 !important;
	color: #454545 !important;
}


/*----------------Margins-----------------------*/

.mtop0 {
  margin-top: 0rem;
}
.mtop5 {
  margin-top: .5rem;
}
.mtop10 {
  margin-top: 1rem;
}
.mtop15 {
  margin-top: 1.5rem;
}
.mtop20 {
  margin-top: 2rem;
}
.mtop30 {
  margin-top: 3rem;
}
.mtop35 {
  margin-top: 3.5rem;
}
.mtop40 {
  margin-top: 4rem;
}
.mbottom15 {
  margin-bottom: 1.5rem;
}
.mbottom20 {
  margin-bottom: 2rem;
}
.mbottom30 {
  margin-bottom: 3rem;
}
.mleft5 {
  margin-left: .5rem;

}

.mright{
    margin-right: 1.5rem;
}

.pb20{
    padding-bottom: 20px;
}

.pb30{
    padding-bottom: 30px;
}

.pr-20{
    padding-right: 20px;
}

.pl-20{
    padding-left: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pt0{
    padding-top: 0px;
}

.pb0{
    padding-bottom: 0px;
}

/*------- ACCORDION-----*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-group .panel-title > a, .panel-group .panel-title > span {
    padding: 20px 15px !important;
	
}

.panel-title > a{
	font-size: 18px;
	font-weight: 500;
	color: #00527B;
}


/* ----------Image and text aside-----------*/
.news-header {
	padding-bottom: 30px;
}
.news-header .inner {
	margin-left: -100px;
	background-size: contain;
}
.news-header .inner hgroup {
	background: #00ACCA;
	padding: 5px 20px;
}
.news-header h3 {
	font-size: 30px;
	margin-bottom: 5px;
	color: white;
}
.news-header h4 {
	font-size: 17px;
	margin-bottom: 15px;
	font-family: 'Work Sans', sans-serif;
	font-weight: normal;
	color: white;
}
.news-header .row {
	display: flex;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

@media (max-width: 992px) {
.news-header .row {
	display: block;
}
.news-header .inner {
	margin-left: 0px;
	padding: 0;
	
}
}

/*-----testimoniales-----*/

figure.snip1167 {
  position: relative;
  overflow: hidden;
	margin-top: 40px;
  min-width: 220px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1167 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1167 img {
  max-width: 100%;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
}
figure.snip1167 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 65px 50px 30px 50px;
  font-size: 1em;
	font-style: italic;
  font-weight: 400;
  margin: -50px 0 0;
  line-height: 1.4em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1167 blockquote:before,
figure.snip1167 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1167 blockquote:before {
  top: 70px;
  left: 20px;
}
figure.snip1167 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1167 .author {
  padding: 20px;
  margin: 0;
  text-align: center;
	font-style: normal;
}
figure.snip1167 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 600;
}
figure.snip1167 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
	margin-top: 5px;
}

blockquote {
    border-left: 0px !important;
}

/* ----------LIST-----------*/

[class*='list'] {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	border-top: none !important;
}
ul.list1 li {
	padding: 0 0 0px 15px;
	margin: 0 0 10px 0;
	position: relative;
	border-top: none !important;
	font-size: 14px !important;
}
ul.list1 li:last-child {
	margin: 0;
}
ul.list1 li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	display: block;
	height: 0;
	width: 0;
	left: 0px;
	top: 5px;
	position: absolute;
	color: rgba(51,102,204,0.5);
	font-size: 10px;
}

.rotate-izq{
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
}

.rotate-der{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
}

/*------ cajas color faq--------*/

.faq-box {

background: #ffffff;
 color:#333;
 transition:all .3s ease;
border-radius: 40px 0px;
	
border: 1px solid #DDDAD9;
padding: 20px;
	
}


.fade
{
        opacity:0.5;
}
.fade:hover
{
        opacity:1;
}


.change-color:hover
{
background:rgb(247,201,97);
border: 1px solid rgb(247,201,97);

}


