@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("fonts/Montserrat-SemiBold.ttf") format("truetype")
}

@font-face {
	font-family: "Montserrat-Regular";
	src: url("fonts/Montserrat-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("fonts/Montserrat-Light.ttf") format("truetype")
}

@font-face {
    font-family: "ZillaSlab-Light";
    src: url("fonts/ZillaSlab-Light.ttf") format("truetype")
}

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("fonts/Myriad Pro Regular.ttf") format("truetype")
}

@font-face {
    font-family: "ZillaSlab-Light";
    src: url("fonts/ZillaSlab-Light.ttf") format("truetype")
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("fonts/Montserrat-Bold.ttf") format("truetype")
}





* {
	margin: 0;
	padding: 0;
}

section {
    width: 100%;
    height: auto;
    padding: 100px 0px 0px 0px;
    /*text-align: center;*/
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.msje{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    width: 50%;
    height: auto;
    font-size: 20px;
    font-family: "Montserrat-Light";

    padding-left: 15px;
    margin-top: 10px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

}

.contGeneral{
	margin: 0 auto;
	max-width: 1200px;
    height: auto;
}

/* --  Menu -- */
.header{
	width: 100%;
    /*height: 85px;*/
    text-align: center;
    position: fixed;
    background-color: white;
    z-index: 10;
}

.contHeader{
    max-width: 1200px;
    width: 100%;
    height: 85px;
    position: relative;
    background-color: white;
    margin: 0 auto;
}

.logo{
	width: 38%;
    height: auto;
    margin-top: 10px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
}

.contMenu{
	width: auto;
    height: auto;
    /*margin-top: 32px;*/
    float: left;
    box-sizing: border-box;
    display: inherit;
    text-align: center;
}

.btnMenu{
	font-family: "Montserrat-SemiBold";
	width: 140px;
    font-weight:bold;
    float: left;
    margin: 0px 40px 0px 0px;
    padding-top: 32px;
    box-sizing: border-box;
    font-size: 16px;
    color: #08298A;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 100px;
}

.btnMenu.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #ff9f1c;
}

.btnMenu:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0px;
    left: 0;
    background: #ff9f1c;
    visibility: hidden;
    border-radius: 5px;
}

.btnMenu:hover:before,
.btnMenu:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.flecha{
	padding-top: 5px;
	position: relative;
}

.drop{
	position: absolute; 
	
	left: 0px;   
	display: none;
}

.subBtn{
	background: rgba(4,95,180,.8);
	color: #FFFFFF;
	font-family: "Montserrat-Regular";
	width: 340px;
	height: 35px;
	margin-bottom: 3px;
	font-size: 15px;
	padding-top: 10px;
    text-align: left;
    padding-left: 25px;
}

.subBtn:hover{
    background: #045FB4;
    color: #FFFFFF;
}

.servicios:hover{
    background: #045FB4;
    color: #FFFFFF;
}

.servicios:hover .drop{
	display: block;
    position: absolute;
    padding-top: 49px;
    left: 0;
   
}
/* -- End Menu -- */


/* Banner */
.tituloBanner{
    width: 400px;
    height: 250px;
    background:  rgba(4, 95, 180, .8);
    top: -30px;
    left: -50px;
    position: relative;
    
}

.tituloSlider{
    position: absolute;
    font-size: 25px;
    left: 50px;
    top: 60px;
    color: #FFFFFF;
    font-family: "Montserrat-SemiBold";
    width: 80%;
    height: auto;
    text-align: left;
    line-height: 1.3;
}

.contBanner{
    font-family: "Montserrat-SemiBold";
    top: 120px;
    font-size: 20px;
    position: absolute;
    width: 70%;
    text-align: left;
    left: 50px;
    line-height: 1.3;
    border-left: 6px solid #37aafd;
    padding-left: 30px;
}


/* End banner*/

/* contenido mapa */
.tituloCuadro{
    font-family: "Montserrat-SemiBold";
    text-align: center;
    color: #8338eb;
    font-size: 40px;
}

.linea{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    background: #A4A4A4;
    text-align: center;
}

.cuadroMapa{
    margin: 0 auto;
    text-align: center;
    
    width: 70%;
    height: 400px;
    
    margin-bottom: 50px;
}

.mapa{
    position: relative;
    left: -415px;
    top: 50px;
}

.contMapa{
    /*border: 2px solid black;*/
    width: 80%;
    height: auto;
    margin: 0 auto;
    top: -100px;
    position: relative;
    left: 50px;
    
}

.tituloMapa{
    color: #FFFFFF;
    font-family: "Montserrat-Light";
    font-size: 30px;
   text-align: left;  
}

.subMapa{
    color: #FFFFFF;
    font-family: "Montserrat-Regular";
    font-size: 100px;
   text-align: left;  
}

.subtituloMapa{
    color: #FFFFFF;
    font-family: "Montserrat-SemiBold";
    font-size: 15px;
    text-align: left;
}

.contValor{
    /*border: 1px solid black;*/
    /*padding-top: 50px;*/
    width: 100%;
    height: 568px;
    /*padding-bottom: 50px;*/
    display: inline-flex;
}

.valorA{
    width: 40%;
}

.banderas{
    width: 857px;
    position: relative;
    top: -150px;
}

.imgFlechaLeer{
    width: 30px;
}

.imgBandera{
    position: absolute;
    top: 1120px;
    overflow: hidden;
    height: 627px;
    /*border: 1px solid black;*/
}

.subValor{
    padding-top: 25px;
    color: #ffc81c;
    font-family: "ZillaSlab-Light";
    font-size: 30px;
    text-align: left; 
    width: 85%;
    padding-bottom: 30px;
}

.conoce{
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
    color: #ffffff;
    background-color: #8338eb;
    border-radius: 30px;
    border: 1px solid #ff9f1c;
    font-family: "Montserrat-Light";
    cursor: pointer;
}

/*font-family: "Montserrat-Light";*/

/*informacion*/
.contInformacion{
    width: 100%;
    /*border:1px solid black;*/
    height: auto;
    display: inline-flex;
    margin-bottom: 30px;
}

.continfo{
    /*border:1px solid red;*/
    width: 35%;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
}

.tituloInfo{
    font-family: "Montserrat-SemiBold";
}

.contenido{
    border: 1px solid #8338eb;
    height: auto;
    position: relative;
    padding-bottom: 20px;
}

.fecha{
    padding-top: 10px;
    font-family: "Montserrat-SemiBold";
    color: #37aafd;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    
    height: auto;
    text-align: left;
}

.introduccion{
    font-family: "ZillaSlab-Light";
    color: #757575;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    line-height: 1.3;
    
    text-align: left;
}

.leer{
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #8338eb;
    text-align: right; 
    padding-right: 20px;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    /*margin-top: 15px;*/
    position: relative;
    margin-top: 10px;

}

.parteUno{
    width: 100%;
    border:1px solid black;
    height: auto;
    display: inline-flex;
}

.parteDos{
    display: inline-grid;
}


/* footer */
.contFooter{
    /*background-color: #ffffff;*/
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    display: inline-flex;
    /*margin: 0 auto;*/
    /*max-width: 1200px;*/
    /*border: 1px solid white;*/
    /*text-align: center;*/

    justify-content: center;
  align-items: center;
}

.contLogo{
    height: auto;
    width: 50%;
    /*border: 1px solid white;*/
    text-align: center;
    /*padding-top: 30px;*/

}

.contMarca{
    font-family: "Montserrat-Regular";
    font-size: 15px;
    color: #FFFFFF;
    padding-left: 75px;
}

.contRedes{
    width: 50%;
    font-family: "Montserrat-Regular";
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 200px;
}


/* nosotros */

.contNosotros{
    width: 100%;
    /*border: 1px solid red;*/
    border-top: 2px solid #acacac;
    display: inline-flex;
}

.nosotrosA{
    width: 50%;
    /*border:1px solid red;*/
    font-family: "Montserrat-Light";
    font-size: 18px;
    line-height: 2;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 50px;
}

.tituloSeg{
    padding-top: 50px;
    font-family: "Montserrat-SemiBold";
    color: #37aafd;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
}

.nosotrosB{
    width: 50%;
    height: 560px;
    /*border: 1px solid black;*/
    
}

.contVentajas{
    width: 100%;
    /*border: 1px solid black;*/
    height: auto;
    margin-top: 240px;
    padding-left: 40px;
}

.tituloVen{
     font-family: "Montserrat-SemiBold";
     font-size: 36px;
     color: #FFFFFF;
}

.subVentajas{
    font-family: "Montserrat-Light";
    font-size: 21px;
    color: #FFFFFF;
}

.subVentajas img{
    top: 15px;
    position: relative;
    width: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

.tituloValores{
    font-family: "Montserrat-SemiBold";
    text-align: center;
    font-size: 40px;
    color:#FFFFFF;
    margin-top: 30px;
}

.imgValores{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.subValores{
    font-family: "Montserrat-Light";
    font-size: 16px;
    color: #FFFFFF;
    width: 90%;
    margin: 0 auto;
   /*border: 1px solid black;*/
    line-height: 1.6;
    text-align: center;
}

.contVal{ 
    /*border:1px solid red;*/
    width: 35%;
    margin-right: 10px;
    margin-left: 10px;
    height: 500px;
}


/* beneficios */

ul.b {
    list-style-type: square;
    

}

.bannerBenef{
    background-image: url("../images/servicios/presencial-horas-1.jpg");
    width: 100%;
    height: 200px;
}

.contBen{
    top: 65px;
    font-family: "Montserrat-SemiBold";
    font-size: 32px;
    width: 52%;
    text-align: justify;
    line-height: 1.3;
    border-left: 6px solid #ff9f1c;
    color: #08298A;
    padding-left: 20px;
    position: relative;
    left: 50px;
}

.beneficio{
    font-family: "Montserrat-Light";
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    display: inline-flex;
    width: 100%;
    /*border:1px solid black;*/
}

.benImagen{
    position: relative;
    padding-right: 20px;
}

.tituloCon{
    font-family: "Montserrat-SemiBold";
    font-family: 40px;
}

.subtituloCon{
    font-size: 18px;
    font-family:"Montserrat-Light";
    text-align: left;
}

.contQuien{
    display: inline-flex;
    width: 100%;
    padding-top: 30px;
    /*border: 1px solid black;*/
}

.quien{
    width: 40%;
    /*border:1px solid red;*/
}

.interno{
    width: 90%;
    font-family: "Montserrat-Light";
    font-size: 18px;
    text-align: left;
    /*border:1px solid black;*/
    margin: 0 auto;
}


.contCirculo{
    width: 100%;
    /*border: 2px solid red;*/
    display: inline-flex;
    padding-left: 30px;
}
.contenedorCirculos{
    width: auto;
    height: auto;
    position: relative;
    display: table;
    /* border: 1px solid black; */
    /* left: 715px; */
    padding-top: 60px;
    
}

.contCirculos{
    width: 100%;
    max-width: 1000px;
    height: auto;
    position: relative;
   
}

.circuloUno{
    width: 220px;
    height: 220px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* border: 3px solid #ff9f1c; */
    background: #ff9f1c;

    position: relative;
    overflow: hidden;
    left: 110px;
    top: -8px;
}

.circuloUno .textoUno{
    font-family: "Montserrat-SemiBold";
    color: #FFFFFF;
    padding-top: 65px;
    font-size: 25px;
    padding-left: 36px;
}

.imgesCirculo{
    padding-left: 95px;
    padding-top: 10px;
}

.contCirculos2{
    display: inline-flex;
    width: 100%;
    height: auto;
    margin-top: -29px;
}

.circuloDos{
    width: 220px;
    height: 220px;
    margin-bottom: 10px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* border: 3px solid #37aafe; */
    background: #37aafe;

    position: relative;
    overflow: hidden;
}

.circuloDos .textoDos{
    font-family: "Montserrat-SemiBold";
    color: #FFFFFF;
    padding-top: 71px;
    font-size: 25px;
    padding-left: 20px;
}


.circuloTres{
    width: 220px;
    height: 220px;
    margin-bottom: 10px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* border: 3px solid #8338ec; */
    background: #8338ec;

    position: relative;
    overflow: hidden;
    top: -3px;

}

.circuloTres .textoTres{
    font-family: "Montserrat-SemiBold";
    color: #FFFFFF;
    padding-top: 67px;
    font-size: 23px;
    width: 97%;
    padding-left: 10px;
    text-align: center;
    line-height: 1.3;
}

.titulo{
    font-family: "Montserrat-SemiBold";
    font-size: 25px;
}

.tec{
    margin-top: 50px;
    width: 100%;
    height: 50px;
    background-color: #707070;
    font-family: "Montserrat-SemiBold";
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.cuadro{
    width: 500px;
    height: 500px;
    background-color: #FFFFFF;
    position: absolute;
    /*border: 1px solid black;*/
    top: 350px;
    -webkit-box-shadow: -8px 10px 5px 1px rgba(145,142,145,1);
    -moz-box-shadow: -8px 10px 5px 1px rgba(145,142,145,1);
    box-shadow: -8px 10px 5px 1px rgba(145,142,145,1);
}

.titleCuadro{
    font-family: "Montserrat-SemiBold";
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    width: 100%;
    /*border:1px solid black;*/
    /*margin-right: 70px;*/
}

.listaCuadro{
    padding-left: 50px;
    font-size: 18px;
    text-align: left;
}

.contenidoCuadro{
    display: inline-flex;
}

.imagenCuadro{
    /*border: 1px solid black;*/
    margin-top: 60px;
    text-align: right;
    cursor: pointer;
}

.imgTec{
    top: -34px;
    /* padding-left: 7px; */
    left: 130px;
    position: relative;
}


/* INFORMACION */
.contTodo{
    text-align: right;
}

.btnTodo{
    border-bottom: 1px solid #acacac;
    color: #757575;
    padding-right: 20px;
    font-size: 20px;
    cursor: pointer;
}

.btnTodo:hover{
    color: #8338eb;
}

.active{
    color: #8338eb;
    font-family: "Montserrat-Light";
    font-size: 25px;
    border-right: 8px solid #8338eb;
    padding-right: 10px;

}

.rectangulo{
    border:1px solid #8338eb;
    width: 100%;
    height: 225px;
    display: inline-flex;
    margin-bottom: 20px;
    position: relative;
}

.imgRect{
    width: 30%;
    height: auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: 
    margin-bottom: 15px; 
}

.contRect{
/*border: 1px solid red;*/
    
    width: 70%;
}

.grupo{
    display: inline-flex;
    width: 100%;
}

.tag{
    color: #5cbafd;
    font-family: "Myriad Pro Regular";
    padding-left: 20px;
    font-size: 15px;
    width: 70%;
}

.leerGrupo{
    width: 30%;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #8338eb;
    text-align: right; 
    padding-right: 30px;
}

.paginacion{
    /*border: 1px solid black;*/
    width: 100%;
    margin-bottom: 50px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.pag{
    border: 1px solid #757575;
    width: 100px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #757575;
    cursor: pointer;
    
}

.pagNum{
    border: 1px solid #757575;
    width: 50px;
    height: 40px; 
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #757575;
    cursor: pointer; 
}

.pag:hover{
    color: #8338eb;
    border: 1px solid #8338eb;
}

.pagNum:hover{
    color: #8338eb;
    border: 1px solid #8338eb;
}

.recta{
    width: 300px;
    height: 74px;
    border: 2px solid #8338eb;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    display: inline-flex;
    cursor: pointer;
}

.imgRecta{
    /*border: 1px solid black;*/
    background-image: url("../images/banner/rectangulo.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 117px;
}

.imgPlay{
    position: relative;
    top: 19px;
    left: 74px;
}

.textoRecta{
    /*border: 1px solid black;*/
    font-family: "Montserrat-SemiBold";
    font-size: 15px;
    padding-top: 15px;
    text-align: center;
    color: #8338eb;
}

/* CONTACTO */
.clientes{
    width: 100%;
    padding-top: 30px;
}
.inputText{
   /*border: 1px solid black;*/
    display: inline-grid;
    width: 100%;
}

.inputText label{
    font-family: "Montserrat-Light";
    font-size: 18px;
}

.txtName{
    font-size: "Montserrat-Light";
    width: 100%;
    height: 35px;
    font-size: 15px;
    color: #6c8d9b;
    text-align: left;
    float: left;
    box-sizing: border-box;
    background: none;
    border: 1px solid #8338eb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: text;
}

.sltTipos{
    border: 1px solid #8338eb;
    width: 100%;
    overflow: hidden;
    padding: 5px 8px;
    height: 35px;
    font-size: 15px;
    font-family: "Montserrat-SemiBold";
     color: #8338eb;
    background-color: transparent;
    background-image: none;
    appearance: none;
}

.direccion{
    width: 100%;
    background-color: #8338eb;
    height: 600px;
}

.contDireccion{
    padding-top: 100px;
}

.dir{
   /*border:1px solid black;*/
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.imgDir{
    /*border: 1px solid black;*/
    width: 30%;
    padding-left: 50px;
}

.tituloDir{
    font-size: 20px;
    font-family: "Montserrat-SemiBold";
    color: #FFFFFF;

}

.direcc{
    /*border: 1px solid red;*/
    width: 70%;
    text-align: left;
    color: #FFFFFF;
    font-family: "Montserrat-Light";
}

.local{
    width: 100%;
}

iframe{
    width: 100%;
    height: 350px;
}

.contEnviar{
    display: inline-flex;
    width: 100%;
}

.enviar{
    color: #FFFFFF;
    font-family: "Montserrat-Light";
    font-size: 20px;
    background-color: #8338eb;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    padding: 10px 20px 10px 20px;
}

/* detalles */
.imgNoticia{
    /*border: 1px solid red;*/
    width: 100%;
    height: 270px;
}

.imgNoticia img{
    width: 100%;
}

.contNoticias{
   /* border: 1px solid black;*/
    width: 100%;
    height: auto;
}

.guia{
    font-family: "Montserrat-Regular";
    color: #8338eb;
    font-size: 12px;
    cursor: pointer;
}

.guia:hover{
    font-weight: bold;
}

.contnot{
    /*border: 2px solid black;*/
    width: 100%;
    display: inline-flex; 
    height: auto; 
    margin-top: 20px;
}

.notA{
    /*border:1px solid blue;*/
    width: 70%;
}

.subtituloNot{
    border-left: 6px solid #37aafd;
    font-family: "ZillaSlab-Light";
    font-size: 25px;
    color: #37aafd;
    padding-left: 10px;
    margin-top: 10px;
}

.contDos{
    width: 100%;
    /*border: 1px solid blue;*/
    margin-top: 10px;
    height: 100%;
    display: inline-flex;
}

.uno{
    width: 10%;
    /*border:1px solid black;*/
}

.redes{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
    width: 50px;
    text-align: center; 
   /* border: 1px solid #8338eb;*/
    margin-left: 15px;

}

.dos{
    width: 90%;
    height: auto;
    /*border:1px solid black;*/
}

.contFuente{
    width: 100%;
    /*border: 1px solid red;*/
    display: inline-flex;
    height: auto;
}

.fuente{
    width: 85%;
    font-family: "Montserrat-SemiBold";
    color: #757575;
    font-size: 12px;
    /*border: 1px solid black;*/
}

.aumentar{
    width: 15%;
    display: inline-flex;
    text-align: right;
    border-left: 3px solid #acacac;
}

.menos{
    font-family: "Montserrat-Regular";
    color: #8338eb;
    font-size: 19px;
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.mas{
    font-family: "Montserrat-Regular";
    color: #8338eb;
    font-size: 33px;
    cursor: pointer;
}

.conte{
    display: inline-grid;
    font-family: "Montserrat-Light";
    color: #757575;
    
    padding-top: 30px;
    width: 90%;
}

.conte p{
    width: 750px;
}



.notB{
    /*border:1px solid blue;*/
    width: 30%;
}

a:link { 
    text-decoration:none; 
} 

hr {
    margin-top: 10px;
    background-color: red;
    width: 100%;
}

.antisobornoA{
    width: 100%;
    height: 150px;
    font-family: "Montserrat-Light";
    font-size: 25px;
    color: #8338eb;
    text-align: left;
    border: 1px solid #acacac;
    padding-top: 40px;
    padding-left: 50px;
}

.isoImagen{
    /*border:1px solid black;*/
    padding-top: 5px;
    width: 15%;
}

.isoTitulo{
    font-size: 25px;
    color: #8338eb;
    padding-top: 7px;
    font-family: "Montserrat-Light";
    width: 55%;
    /*border:1px solid black;*/
    text-align: left;
}

.isoMas{
    padding-top: 15px;
    width: 30%;
    cursor: pointer;
    /*border:1px solid black;*/
}

.contIso{
    width: 100%;
    /*border:1px solid black;*/
    height: auto;
    display: inline-grid;
    text-align: left;
    padding-left: 86px;
    padding-right: 30px;
    font-family: "Montserrat-Light";
    color: #757575;
    font-size: 16px;   
}

.contIso span{
    color: #8338eb;
    font-size: 28px;
    padding-top: 5px;
}

.iso{
    display: inline-flex;
    height: auto;

}

.soborno{
    padding-top: 100px;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    color: #757575;
    background-color: #FFFFFF;
    padding-bottom: 140px;
    padding-right: 50px;

}

.contImagen{
    width: 100%;
    height: 130px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    display: 
    margin-bottom: 15px;  
}

.contcont{
    width: 100%;
    height: 274px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
}

.homeA{
    width: 70%;
    /*border:1px solid red;*/
    height: auto;
}

.homeB{
    width: 30%;
    /*border:1px solid black;*/
    height: auto;
}

.conteHome{
    width: 100%;
    height: auto;
    display: inline-flex;
}


.verMas{
    margin-left: 8px; 
    cursor:pointer;
    width: 98%;
    height: 50px;
    margin-bottom: 30px;
    top: -30px;
    background-color:#ebebeb;
    margin-top: 28px;
}

.img1{
    width: 100%;
    height: 250px;
}

.img1 p{
    font-family: "Montserrat-SemiBold";
    font-size: 34px;
    color: #FFFFFF;
    padding-left: 21px;
    position: relative;
    top: 150px;
}


/**********************/
/* -- Servicios -- */
.titulo{
    width: 100%;
    color: #6b7699;
    font-size: 52px;
    font-family: "Montserrat-SemiBold";
    text-align: center;
    height: auto;
}

.linea {
    width: 40px;
    height: 5px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    background: #ad3fdb;
    /*border: 1px solid;*/
}
.contServicios{
    background-color: #edf1f3;
    /*padding-bottom: 90px;*/
    padding-top: 90px;
    justify-content: center;
}

.contServicio{
    width: 90%;
    max-width: 1200px;
    height: auto;
    /*border: 1px solid red;*/
    display: inline-flex;
    margin-top: 0px; 
}

.serv{
    width: 26%;
    height: 350px;
    border: 0px solid #a1a1a1;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    margin-right:  20px;
}

.imgServ{
    /*padding-top: 30px;*/
    box-sizing: border-box;
}

.serv1{
    font-family: "Montserrat-Regular";
    color: #662c91;
    font-size: 20px;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight:bold;
}

.cont{
    font-family: "Montserrat-Regular";
    color: #6b7699;
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;

}


.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn {
    font-family: 'Montserrat-SemiBold';
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn img{
    position: relative;
    top: 4px;
    left: 5px;
}