@charset"utf-8";
@import url(fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, body {
    margin:0;
    padding:0;
    font-family: 'Poppins', sans-serif;
}

*, a, a img {
    border:none
}

article, aside, figure, footer, header, nav, section {
    display:block;
    margin:0;
    padding:0
}

a {   
    font-weight:400;
    font-size:15px;
    color:#555c63;
    text-decoration:none;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s
}

a:active, a:focus, a:hover {
    text-decoration:none;
    outline:0!important
}

body, html {
    width:100%;
    height:100%;
    font-size:15px;
}

body {
    background:#FFF;
    position:relative;    
}

h1, h2, h3, h4, h5, p {
    padding:0;
    margin: 0;
    color:#8492a6;
    text-align:left;
    line-height:1
}

p {
    font-size:16px;
    font-weight:400;   
}

h1 {
    font-size:50px;
    font-weight:900;    
}

h2 {
    font-size:35px;
    font-weight:800
}

ol, ul {
    list-style:none
}

input[type="submit"],
input[type="button"],
button{
    -webkit-appearance: none;
    /*-webkit-border-radius: 0;*/
}

input, select {
    background:#FFF;
    border:1px solid #d0d3e3;
    /*padding:5px*/
}

.input:focus, .select:focus {
    outline:0;  
}

textarea{
    white-space:normal; 
}

::-webkit-input-placeholder { color: #aebacc; } /* WebKit #8492a6*/
:-moz-placeholder { color: #aebacc; } /* Firefox 18- */
::-moz-placeholder { color: #aebacc; } /* Firefox 19+ */
:-ms-input-placeholder { color: #aebacc; } /* IE 10+ */

.limpiar {
    clear:both
}

.bodyinicio{
    overflow-x: hidden;
    background: #FFF
}

.birthMonth, .birthDate, .birthYear{
    padding:0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #8290A4;
    border:0;
    /*border-bottom: 1px solid #D0D8E3;*/
}



/*=======  PLANTILLAS  ========*/
/*=============================*/


/*menu fixed*/
.contenedor-cabecera-web-x-{
    width: 100%;
    position: fixed;/*position: fixed;*/
    z-index: 9999
}

.espacio-cabecera-web-x-{
    width: 100%;
    height: 146px;
    background: #FFF    
}

/*pie de pagina*/

.contenedor-pie-pagina{
    background: #283c4b;
    width: 100%;
    height: auto;
    padding: 60px 0 50px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.contenido-pie-web{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.contenedor-tres-columnas{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.caja-tres-columas{
    width: 25%;
    float: left;
    padding: 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.enlacesRapidos{
    width: 30%;
}
.infocontacto{
    width: 35%;       
}

.logopieweb{
    display: block;
    width: 203px;
    height: auto;
    margin-bottom: 30px;
}

.logopieweb img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.menuRedesSociales{
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}

.menuRedesSociales li{
    display: block;
    height: auto;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin:0;
    padding: 0;
    position: relative;
}

.menuRedesSociales li a{
    display: block;
    margin-right: 10px;
    padding: 10px;
    background: #6484A5;
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,0.5);
}

.menuRedesSociales li a:hover{
    background: #0099de;
    color: rgba(255,255,255,0.8);
}

.redesRespv{
    display: none
}


.caja-tres-columas p{
    font-family:'Poppins', Arial, sans-serif;
    font-weight:400;
    font-size: 14px;
    text-align: justify;
    color: #6486a7;
    margin-bottom: 30px;
}

.titular-h3{
    font-family:'Poppins', Arial, sans-serif;
    font-weight:500;
    font-size: 16px;
    text-align: justify;
    color: #0099de;
    
}

.raya-celeste{
    width: 50px;
    height: 2px;
    background: #00c4ff;
    margin-bottom: 20px;
    margin-top: 7px;
}


/**/
.menu-pie{
    display: block;
    overflow: hidden;
    padding-right:50px;
}

.menu-pie li{
    display: block;
}

.menu-pie li a{
    display: block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:400;
    font-size: 14px;
    text-align: justify;
    color: #6486a7;
    padding:12px 0;
    border-bottom: 1px solid #6486a7; 
}

.menu-pie li a:hover{
    color: #0099de;
    text-decoration: underline;
}


.menu-pie li a.colorActivo{
    color: #0099de;   
}


.menu-pie li a i{
    font-size: 12px;
    color: #00c4ff;
}


/**/

.info-contacto-empresa{
    display: block;
    overflow: hidden;
}

.info-contacto-empresa li{
    display: block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:400;
    font-size: 14px;
    text-align: justify;
    color: #6486a7;
    padding-bottom:35px;
    padding-left: 35px;    
    position: relative;
}


.info-contacto-empresa li:after{
    display:block;
    font-family: 'web-';
    clear:both;
    color: #0099de;
}


.info-contacto-empresa li.i-icon-iconos_8:after{
    content:'\e81a';
    font-size:30px;
    position: absolute;
    top: 0;
    left: 0    
}

.info-contacto-empresa li.i-icon-iconos_16:after{
    content:'\e822';
    font-size:27px;
    position: absolute;
    top: 0;
    left: 0    
}

.info-contacto-empresa li.i-icon-iconos_9:after{
    content:'\e81b';
    font-size:21px;
    position: absolute;
    top: 0;
    left: 0    
}


.info-contacto-empresa li.i-icon-iconos_42:after{
    content:'\e83c';
    font-size:27px;
    position: absolute;
    top: 0;
    left: 0    
}



/*derechos-reservados*/

.derechos-reservados{
    margin-top: 50px;    
}

.linea-full{
    display: block;
    width: 100%;
    height: 1px;
    background: #0099de;
    margin-bottom: 15px;
}

.derechos-reservados p{
    font-family:'Poppins', Arial, sans-serif;
    font-weight:400;
    font-size: 14px;   
    color: #6486a7;
}



/* ---------------------------------------- */
/*  03 BANNER
/* ---------------------------------------- */


.bannerInicio{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}


.bannerInicio:after {
    content: "";
    display: block;
    width: 939px;
    height: 82px;
    background: url(../imagenes/sombra.png) no-repeat;
    position: absolute;
    bottom: -82px;
    left: 50%;
    margin-left: -469px;
    z-index: 1;
}


.page-wrapper{
    display:block;
    width:100%;
    height:auto;
    overflow: hidden;   
}

.page-wrapper img{
    display:block;
    width:100%;
    height:auto;
    margin:0;
    padding:0;  
}

        
.rev-slider .tp-caption {
  white-space: nowrap;
}

.rev-slider .tp-caption h1{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:700;
    font-size: 40px;   
    color: #FFF;
    color: rgba(255, 255, 255, 1);
    line-height:1;
    text-shadow:0 6px 15px rgba(0, 0, 0, 0.9);  
}
.rev-slider .tp-caption h4{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:400;
    font-size:20px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    line-height:1;  
}



.text-color-white {
  color: #fff !important;
  line-height:normal
}
.text-color-white a {
  color: #fff;
}


.rev-slider .tp-caption .linea-titular{
    display:block;
    width: 150px;
    height: 7px;     
    background:#0099de;   
    opacity:1;
    margin-top:5px 
}


/*universales*/
.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.height-10 {
  height: 10%;
}

.height-20 {
  height: 20%;
}

.height-30 {
  height: 30%;
}

.height-40 {
  height: 40%;
}

.height-50 {
  height: 50%;
}

.height-60 {
  height: 60%;
}

.height-70 {
  height: 70%;
}

.height-80 {
  height: 80%;
}

.height-90 {
  height: 90%;
}

.height-100 {
  height: 100%;
}


/* ---------------------------------------- */
/*  CUERPO INICIO
/* ---------------------------------------- */

/*conoce mas de nosotros*/
.cnt-info-inicio{
    width: 100%;
    height: auto;    
}

.cnt-bienvenidos{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;   
}

.info-bienvenidos{  
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; 
}


.info-bienvenidos .logoEmpresa-bienvenidos{
    width: 350px;
    height: auto;
    float: left;
    padding: 60px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.info-bienvenidos .logoEmpresa-bienvenidos img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.info-bienvenidos .cntTxtBienvenidos{
    width: 850px;
    height: auto;
    float: right;
    padding: 0 50px 50px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.titularH2{
    font-size: 35px;
    color: #0099DE;
    margin-bottom: 5px;
}

.rayaCeleste{
    display: block;
    width: 70px;
    height: 3px;
    background: #0099DE;
}

.btnCeleste{
    display: inline-block;
    background: #0099DE;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFF;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}


.btnCeleste:hover{
    background: #0047B1;
}


/*parrafos*/
.contenedor-parrafo {
    color: #808093;
}

.contenedor-parrafo p{
    color: #808093;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height:1.2
}

.contenedor-parrafo p a{   
    line-height:1.2;
    font-size: 16px;
    font-weight: 500;
    color: #808093;
}

.contenedor-parrafo ol li, .contenedor-parrafo ol li a, .contenedor-parrafo ul li, .contenedor-parrafo ul li a {    
    color: #808093;
    margin-bottom:10px;
    text-align:left
}

.contenedor-parrafo ul {
    list-style-type:outside;
    padding-left:30px
}
.contenedor-parrafo ol {
    list-style-type:decimal;
    padding-left:30px
}
.contenedor-parrafo ol li a:hover, .contenedor-parrafo ul li a:hover {
    color:#0099DE;
    text-decoration:underline
}

.contenedor-parrafo h1, .contenedor-parrafo h2, .contenedor-parrafo h3, .contenedor-parrafo h4, .contenedor-parrafo h5, .contenedor-parrafo h6{ 
    font-size: 17px;
    font-weight: 700;
}



/*nuestros clientes*/
.cnt-clientes{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.cnt-logos{
    width: 100%;
    height: auto;
}

.titularCentro{
    text-align: center;
}

.subtitularAzul{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #164190;
    text-align: center;
}

.spacio50{
    display: block;
    margin-bottom: 20px;
}
.cnt-logosClientes{
    width: 100%;
    height: auto;  
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.jMyCarousel ul li img.grayscale{   
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -ms-filter: grayscale(100%);
}

.jMyCarousel ul li img.grayscale:hover {
    cursor: pointer;
    filter: none;
    -webkit-filter: grayscale(0%);

}

/*=======  CAROUSEL  ========*/
/*============================*/

/*nuestros servicios*/
.InfoServicios{   
    width: 1200px;
    height: auto;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}


.cajaCarousel{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 0 40px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF; 
}

.team-showcase-carousel:after, .team-showcase-carousel:before {
    display:block;
    content:" ";
    clear:both
}

.item, .team-showcase-carousel {
    position:relative
}



.item {
    /*margin:5px!important;*/
    background:#FFF;
    width: 480px;
    height: 500px;
    /*text-align: center; */
}
.item .cntimtecarousel {
    width: 100%;
    height: 100%;
    /*text-align: center; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.item .cntimtecarousel a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: hidden;*/
}

.item .cntimtecarousel a .img-ult-curso{
    display: block;
    width: 100%;
    height: 100%;
}

.item .cntimtecarousel a .sombraListadoServicio{
    display: block;
    width: 100%;
    height: 180px;
    border-radius: 0 0 50px 0 ;
    background: rgba(0,0,0,0.65);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out

}

.item .cntimtecarousel a .ctn-txtServicio{
    display: block;
    width: 100%;
    height: 100%;    
    padding: 50px 40px; 
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    -webkit-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}

.item .cntimtecarousel a .ctn-txtServicio .titularListaServicio{
    display: block;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    color: #FFF;
    margin-bottom: 15px;    
}

.item .cntimtecarousel a .ctn-txtServicio .bordeBlancoTitular{
    display: block;
    width: 70px;
    height: 5px;
    background: #FFF;
    margin-bottom: 15px;
}


.item .cntimtecarousel a .ctn-txtServicio p{
    display: none;
    width: 100%;
    height: auto;    
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height:1.2;
    -webkit-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}

.item .cntimtecarousel a .ctn-txtServicio .cajaLeerMas{
    display: none;    
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height:1.2;
    text-align: left;
    padding: 10px 10px;    
    border:1px solid #FFF;
    border-radius: 5px;
    -webkit-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}



.item .cntimtecarousel a:hover .sombraListadoServicio{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 0 ;
    background: rgba(0,69,168,0.7);
}


.item .cntimtecarousel a:hover .ctn-txtServicio{
    display: block;  
    top: 20%;
    left: 0;
}

.item .cntimtecarousel a:hover .ctn-txtServicio p{
    display: block;    
}

.item .cntimtecarousel a:hover .ctn-txtServicio .cajaLeerMas{
    display: inline-block;   

}


.listadoServiciosRspv{
    display: none;
}


/*====  certificaciones ======*/
/*============================*/

.certificaciones{
    width: 100%;
    height: auto;
    padding: 30px 0 70px 0;
}


.cnt-certificados{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.cnt-listado-certificados{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #FFF;
}

.cnt-listado-certificados ul{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.cnt-listado-certificados li{
    display: block;
    width: 46%;
    height: auto;
    float: left;   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.cnt-listado-certificados li .cnt-img-cert{  
    border-radius: 10px;
    border: 2px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 10px;
}





.cnt-listado-certificados li img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}


/*====  PAGINA EMPRESA  ======*/
/*============================*/

.fondoAzulCabecera {
    min-height: 350px;
    background: rgba(22,65,144,0.7);
    position: relative;
}

.bannerCabecera{
    min-height: 350px;
    background: transparent;
}


.fondoAzulCabecera:after {
    content: "";
    display: block;
    width: 939px;
    height: 82px;
    background: url(../imagenes/sombra.png) no-repeat;
    position: absolute;
    bottom: -81px;
    left: 50%;
    margin-left: -469px;
    z-index: 1;
}

.cntTitularCabecera{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 70px;
}

.cntTitularCabecera .titularBannerCabecera{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:700;
    font-size: 40px;   
    color: #FFF;
    color: rgba(255, 255, 255, 1);
    line-height:1;
    position: relative;
    z-index: 10    
}

/*rspv*/
.imgBannerCabeceraRspv{
    display: none;
    width: 100%;
    height: 350px;
    position: relative; 
}

.azulTransparente {
    width: 100%;
    height: 100%;
    background: rgba(22,65,144,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.imgBannerCabeceraRspv:after {
    content: "";
    display: block;
    width: 939px;
    height: 82px;
    background: url(../imagenes/sombra.png) no-repeat;
    position: absolute;
    bottom: -81px;
    left: 50%;
    margin-left: -469px;
    z-index: 1;
}

/****************/
.cntTotalQuienesSomos{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

/**************/
.cajaQuienesSomos{
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 40px;   
}

.fotoQuienesSomos{
    width: 55%;
    height: auto;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.fotoQuienesSomos .cntImg{
    display: block;
    margin-bottom: 10px;
    border-radius: 90px 0 0 0;
    overflow: hidden;
}

.fotoQuienesSomos .cntImg img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.fotoQuienesSomos .rayaFoto{
    display:block;
    width: 300px;
    height: 3px;
    background: #0099de;
}

.infoQuienesSomos{
    width: 45%;
    height: auto;
    float: left;
    padding-right: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;  
}

.titularPaginasInternas{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:700;
    font-size: 25px;    
    color: #0099de;
    line-height:1;
    margin-bottom: 8px;
}


.titularPaginasInternas.titularBlanco{
    color: #FFF
}


.rayaTitularPgInternas{
    width: 70px;
    height: 3px;
    background: #0099de;
    margin-bottom: 20px;
}

.rayaTitularPgInternas.rayaBlanca{
    background: #FFF;
}


.logoEmpresaQuienesSomos{
    width: 200px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;    
}

.logoEmpresaQuienesSomos img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding:0;    
}

/**************/

/**************/
.cajaMisionVision{
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;    
    margin-bottom: 70px;  
}


.fotoMisionVision{
    width: 45%;
    height: auto;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.fotoMisionVision .cntImg{
    display: block;
    margin-bottom: 10px;
    border-radius: 0 90px 0 0;
    overflow: hidden;
}

.fotoMisionVision .cntImg img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.fotoMisionVision .rayaFoto{
    display:block;
    width: 300px;
    height: 3px;
    background: #0099de;
}

.infoQuienesMisionVision{
    width: 55%;
    height: auto;
    float: right;
    padding-left: 30px;
    padding-top: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;  
}

.subTituloPgInterna{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:700;
    font-size: 21px;    
    color: #0099de;
    line-height:1;
    margin-bottom: 8px;
}

.espacionParrafos{
    margin-bottom: 40px;
}


/*====  SERVICIOS  ======*/
/*=======================*/

.cajaInfoServicios{
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 40px;   
}

.cntFrase{
    width: 250px;
    height: auto;
    float: right;
    text-align: right;   
}

.cntFrase i{
    font-size: 60px;
    color: #00c6ff;
    position: relative;
    right: -15px;
    margin: 0;
    padding: 0;
}

.cntFrase div{
    font-size: 25px;
    color: #164190;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
}

.infoServicios{
    width: 900px;
    height: auto;
    float: left;
    padding: 0 40px 0 0;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;    
}

.ctnCajasServicios{
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;    
    margin-bottom: 40px;   
}

.cajaServicio{
    width: 50%;
    height: auto; 
    float: left;
    padding-bottom: 30px;     
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;

}

.paddingIzq{
     padding-right: 65px;
}

.paddingDer{
     padding-left: 65px;
}

.cajaIzq{
    width: 100%;
    height: 640px;   
    border-bottom: 2px solid #aae5f6;   
}

.cajaDer{
    width: 100%;
    height: 640px;   
    border-bottom: 2px solid #aae5f6;     
}

.imgServicio{
    width: 100%;
    height: auto;
    overflow: hidden;   
    margin-bottom: 25px;
}

.redondeIzq{
     border-radius: 0 90px 0 0;
}

.redondeDer{
     border-radius: 90px 0 0 0;
}


.imgServicio img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


.titularPaginasInternas2{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:700;
    font-size: 23px;    
    color: #0099de;
    line-height:1;
    margin-bottom: 8px;
}



/*====  EQUIPOS  ======*/
/*=====================*/

/*parrafos Equipos*/
.contenedor-parrafoEquipo {
    color: #808093;
}

.contenedor-parrafoEquipo p{
    color: #808093;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height:1.2
}

.contenedor-parrafoEquipo p a{   
    line-height:1.2;
    font-size: 16px;
    font-weight: 500;
    color: #808093;
}

.contenedor-parrafoEquipo ol li, .contenedor-parrafoEquipo ol li a, .contenedor-parrafoEquipo ul li, .contenedor-parrafoEquipo ul li a {    
    color: #808093;
    margin-bottom:10px;
    text-align:left
}

.contenedor-parrafoEquipo ul {
    list-style-type:outside;
    padding-left:30px
}
.contenedor-parrafoEquipo ol{
    list-style-type: inherit;
    padding-left:30px
}
.contenedor-parrafoEquipo ol li a:hover, .contenedor-parrafoEquipo ul li a:hover {
    color:#0099DE;
    text-decoration:underline
}

.contenedor-parrafoEquipo h1, .contenedor-parrafoEquipo h2, .contenedor-parrafoEquipo h3, .contenedor-parrafoEquipo h4, .contenedor-parrafoEquipo h5, .contenedor-parrafoEquipo h6{ 
    font-size: 17px;
    font-weight: 700;
}


/*listado equipos*/

.cntTipoDeUnidades{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;   
}

.cntListadoDeUnidades{
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;   
}

.listaUnidades{
    display: block;
    margin: 0;
    padding: 0;
}



.listaUnidades li{
    display: block;
    margin-bottom: 30px;
}

.subTituloPgInternaEquipo{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:500;
    font-size: 21px;    
    color: #0099de;
    line-height:1;
    margin-bottom: 8px;
}

.imgEquipoRpsv{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.imgEquipoRpsv img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}




/*
.listaUnidades{
    display: block;
    margin: 0;
    padding: 0;
}


.listaUnidades li{
    display: block;
    margin-bottom: 40px;
}

.subTituloPgInternaEquipo{
    display:block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:500;
    font-size: 21px;    
    color: #0099de;
    line-height:1;
    margin-bottom: 8px;
}


.imgEquipo{
    min-height: 450px;
    background: transparent;
}


.listaUnidadesRspv{
    display: none;
}
*/

/*=======  CLIENTES  ========*/
/*===========================*/

.cntLogosClientes{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}


.cntLogosClientes ul{
    display: block;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}


.cntLogosClientes ul li{
    display: block;
    width: 220px;
    height: auto;
    margin: 5px;
    padding: 0;
    float: left;    
}

.cntLogosClientes ul li img{
    display: block;
    width: 100%;
    height: auto; 
}


/* ---------------------------------------- */
/*  CONTACTO
/* ---------------------------------------- */

/*cnt-info-contacto-full*/
.cnt-info-contacto-full{
    width: 100%;
    height: auto;    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;    
}

.cuerpoContacto{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;    
}

.infoContacto{
    width: 50%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    padding:50px 40px 40px 0; 
}


.infoUbicanos{
    width: 50%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: right;
    padding:50px 0 40px 40px  
}

.mitadBlanco{
    width: 50%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; 
}

.mitadCeleste{
    width: 50%;
    height: 100%;
    background: #0097dc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; 
}


/*form*/
.cntFormulario{
    margin-top: 20px;
}

.formulario-general-web{
    display: block;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.label-gneral-form {
    display:block;
    width:100%;
    height:auto;
    margin-bottom:15px;
    font-size:15px;
    font-weight:400;
    color:#4F70BE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.label-gneral-form span{
    display:block;    
    color: #EE596A
}

.help-block-error{
    
}

.campo-form-general {
    display:block;
    width:100%;
    background:#FFF;
    color:#4F70BE;
    font-size:15px;
    font-weight:400;
    padding:15px 20px;    
    margin-bottom:5px;
    border:0;
    border: 1px solid #d0d3e3;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.campo-texto-form {
    display:block;
    width:100%;
    height: 100px;
    background:#FFF;
    color:#4F70BE;
    font-size:15px;
    font-weight:400;
    padding:15px 20px;
    margin-bottom:5px;
    border:0;
    border: 1px solid #d0d3e3;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.campo-form-general.help-block-error, .campo-texto-form.help-block-error {
    border-color: #EE596A
}


.campo-form-general:focus, .campo-texto-form:focus {
    outline:0;
    border: 1px solid #0097DC;
    outline-color:#0097DC;    
}

.boton-envio-general{
    display:block;
    padding: 15px 50px;
    background:#0097DC;
    font-weight:500;
    font-size:14px;
    color:#FFF;
    border:0;
    border-radius:8px;
    margin:20px 0;
    cursor: pointer; 
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}

.boton-envio-general:focus{
    outline:0;  
}

.boton-envio-general:hover{
    background: #16418E;
}

.enviadoDatos{
    display: none;
    color: #16418E;
}

.cntAvisoContacto p{
    display: block;
    margin-bottom: 8px;
}

.cntAvisoContacto span{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #EE596A;
    font-style: italic; 
    margin-bottom: 10px;
}

/**/
.info-contacto-empresaPgContacto{
    width: 450px;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.info-contacto-empresaPgContacto li{
    display: block;
    font-family:'Poppins', Arial, sans-serif;
    font-weight:400;
    font-size: 15px;
    text-align: justify;
    color: #FFF;
    padding-bottom:35px;
    padding-left: 45px;    
    position: relative;
}


.info-contacto-empresaPgContacto li:after{
    display:block;
    font-family: 'web-';
    clear:both;
    color: #FFF;
}


.info-contacto-empresaPgContacto li.i-icon-iconos_8:after{
    content:'\e81a';
    font-size:30px;
    position: absolute;
    top: 0;
    left: 0    
}

.info-contacto-empresaPgContacto li.i-icon-iconos_16:after{
    content:'\e822';
    font-size:27px;
    position: absolute;
    top: 0;
    left: 0    
}

.info-contacto-empresaPgContacto li.i-icon-iconos_14:after{
    content:'\e820';
    font-size:29px;
    position: absolute;
    top: 0;
    left: 7px    
}



.info-contacto-empresaPgContacto li.i-icon-iconos_9:after{
    content:'\e81b';
    font-size:21px;
    position: absolute;
    top: 0;
    left: 0    
}


.info-contacto-empresaPgContacto li.i-icon-iconos_42:after{
    content:'\e83c';
    font-size:27px;
    position: absolute;
    top: 0;
    left: 0    
}


.contenedor-mapa{
    width: 100%;
    height:500px;
    background: #EAEAEA;
    position: relative;
    z-index:0;
}


#enviandodatos-usuario {
    font-size:16px;
    font-weight:400;
    color:#00A959;
    display:none
}
#enviandodatos-usuario i {
    font-size:24px;
    color:#00A959
}

.txtRegistroUser{
    display: block;
    padding: 10px 0;
    font-size: 17px;
    color: #FFF;
    position: relative;
    z-index: 999    
}


/*=============================================
=             MEDIDA 1680px                   =
=============================================*/
@media only screen and (max-width:1680px) {

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 420px;
        height: 500px;   
    }

    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .fondoAzulCabecera {
        min-height: 300px;
    }

    .bannerCabecera{
        min-height: 300px;
    }


}


/*=============================================
=             MEDIDA 1680px                   =
=============================================*/
@media only screen and (max-width:1600px) {

    /*=======  CAROUSEL  ========*/
    /*============================*/
    .item {          
        width: 400px;
        height: 500px;   
    }

}


/*=============================================
=             MEDIDA 1440px                   =
=============================================*/
@media only screen and (max-width:1440px) {


    /*=======  CAROUSEL  =========*/
    /*============================*/
    .item {           
        width: 480px;
        height: 500px;   
    }


}


/*=============================================
=             MEDIDA 1366px                   =
=============================================*/
@media only screen and (max-width:1366px) {


    /*=======  CAROUSEL  ========*/
    /*============================*/
    .item {           
        width: 456px;
        height: 500px;   
    }

    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .fondoAzulCabecera {
        display: none;        
    }

    .imgBannerCabeceraRspv{
        display: block;        
    }



}


/*=============================================
=             MEDIDA 1280px                   =
=============================================*/
@media only screen and (max-width:1280px) {

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 427px;
        height: 500px;   
    }


    .contenedor-mapa{
        height:400px;
    }


}


/*=============================================
=             MEDIDA 1024px                   =
=============================================*/
@media only screen and (max-width:1024px) {

    .espacio-cabecera-web-x-{
        height: 104px;

    }

    /*pie de pagina*/

    .contenido-pie-web{
        width: 100%;
        height: auto;
        padding:0 15px; 
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* ---------------------------------------- */
    /*  CUERPO INICIO
    /* ---------------------------------------- */

    .cnt-bienvenidos{
        width: 100%;
        height: auto;        
        padding: 50px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }


    .info-bienvenidos .logoEmpresa-bienvenidos{
        width: 30%;
        height: auto;
        float: left;
        padding: 60px 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }


    .info-bienvenidos .cntTxtBienvenidos{
        width: 70%;
        height: auto;
        float: right;
        padding: 0 50px 45px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    /*nuestros clientes*/

    .cnt-clientes{
        width: 100%;
        padding: 30px 0;
    }

    .cnt-logos{
        width: 100%;
        height: auto;
        padding: 0 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    /*nuestros servicios*/
    .InfoServicios{        
        width: 100%;
        height: auto;
        padding: 0 20px;
    }

    /*=======  CAROUSEL  ========*/
    /*============================*/

    /*nuestros servicios*/
    .InfoServicios{   
        width: 100%;
        height: auto;
    }  
    .item {          
        width: 513px;
        height: 500px;   
    }


    .item .cntimtecarousel a .ctn-txtServicio{     
        padding: 50px 40px; 

    }

    .item .cntimtecarousel a .ctn-txtServicio .titularListaServicio{
        font-size: 22px;
    }

    .item .cntimtecarousel a .ctn-txtServicio .bordeBlancoTitular{
        display: block;
        width: 65px;
        height: 3px;
    }

    .item .cntimtecarousel a:hover .ctn-txtServicio{      
        top: 15%;
        left: 0;
    }

    /*====  certificaciones ======*/
    /*============================*/

    .certificaciones{
        padding: 30px 0 0 0;
    }


    .cnt-certificados{
        width: 100%;
    }


    .cnt-listado-certificados{
        padding: 10px 20px 40px 40px;        
    }

    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .imgBannerCabeceraRspv{       
        height: 200px;
    }


    .bannerCabecera{
        min-height: 200px;
    }


    .cntTitularCabecera{
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-left: 20px;
    }

    .cntTitularCabecera .titularBannerCabecera{
        font-size: 35px;   
    }

    /**************/
    .cntTotalQuienesSomos{
        width: 100%;
        padding: 0 20px;
    }

    .cajaQuienesSomos{      
        margin-bottom: 40px;
    }


    /**************/
    .cajaMisionVision{  
        margin-bottom: 20px;
    }

    /*====  SERVICIOS  ======*/
    /*=======================*/

    .cajaInfoServicios{
        padding-top: 30px;
        margin-bottom:0;
    }

    .cntFrase{
        display: none;
    }

    .infoServicios{
        width: 100%;
        height: auto;
        float: none;
        padding:0 20px;
        margin-bottom: 20px;    
    }

    .cajaServicio{
        float: left;
        padding-bottom: 0;    
        margin-bottom: 25px;
    }

    .paddingIzq{
         padding-right: 20px;
    }

    .paddingDer{
         padding-left: 20px;
    }

    .cajaIzq{
        height: 600px;  
    }

    .cajaDer{
        height: 600px; 
    }

    /*=======  CLIENTES  ========*/
    /*===========================*/

    .cntLogosClientes ul li{
        display: block;
        width: 180px;
        height: auto;
    }

    /* ---------------------------------------- */
    /*  CONTACTO
    /* ---------------------------------------- */

    .cuerpoContacto{
        width: 100%;
        height: auto;
        padding: 0 20px;      
    }

    /**/
    .info-contacto-empresaPgContacto{
        width: 100%;
    }


}


/*=============================================
=             MEDIDA 966px                    =
=============================================*/
@media only screen and (max-width:966px) {

    .caja-tres-columas{
        width: 100%;
        float: none;
        padding: 20px 10px;
    }


    .infocontacto{
        width: 100%;       
    }
   
    .menu-pie{
        display: block;
        overflow: hidden;
        padding-right:0;
    }

    .redesDesktop{
        display: none;
    }
    .redesRespv{
        display: block;
    }


    /* ---------------------------------------- */
    /*  03 BANNER
    /* ---------------------------------------- */  
    .rev-slider .tp-caption h1{
        font-size:35px;
    }
    .hero-slider .tp-caption {
        padding-left: 35px;
    }


    /* ---------------------------------------- */
    /*  CUERPO INICIO
    /* ---------------------------------------- */

    .cnt-bienvenidos{
        width: 100%;
        height: auto;        
        padding: 40px 0 20px 0;
    }


    .info-bienvenidos .logoEmpresa-bienvenidos{
        width: 40%;     
        padding: 60px 50px;
    }

    .info-bienvenidos .cntTxtBienvenidos{
        width: 60%;
        padding: 0 50px 40px 0;
    }

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 485px;
        height: 500px;   
    }


    /*====  certificaciones ======*/
    /*============================*/

    .certificaciones{
        padding: 30px 0 0 0;
    }


    .cnt-listado-certificados{
        width: 100%;
        height: auto;
        padding: 10px 20px 40px 40px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }


    /*=======  CLIENTES  ========*/
    /*===========================*/

    .cntLogosClientes ul li{
        display: block;
        width: 160px;
        height: auto;
    }


}


/*=============================================
=             MEDIDA 853px                    =
=============================================*/
@media only screen and (max-width:853px) {

    .bannerInicio:after {
        content: "";
        display: block;
        width: 100%;
        height: 82px;
        background: url(../imagenes/sombra.png) no-repeat;
        background-size:100% auto;
        position: absolute;
        bottom: -82px;
        left: 50%;
        margin-left: -50%;
        z-index: 1;
    }


    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 428px;
        height: 500px;   
    }

    .contenedor-pie-pagina{       
        padding: 25px 0 20px 0;
    }


    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .fondoAzulCabecera:after {
        content: "";
        display: block;
        width: 100%;
        height: 82px;
        background: url(../imagenes/sombra.png) no-repeat;
        background-size:100% auto;
        position: absolute;
        bottom: -81px;
        left: 50%;
        margin-left: -50%;
        z-index: 1;
    }

    .imgBannerCabeceraRspv:after {
        content: "";
        display: block;
        width: 100%;
        height: 82px;
        background: url(../imagenes/sombra.png) no-repeat;
        background-size:100% auto;
        position: absolute;
        bottom: -81px;
        left: 50%;
        margin-left: -50%;
        z-index: 1;
    }




    /*====  certificaciones ======*/
    /*============================*/

    .cnt-listado-certificados li{       
        width: 43%;       
    }

    /*====  SERVICIOS  ======*/
    /*=======================*/

    .paddingIzq{
         padding-right: 10px;
    }

    .paddingDer{
         padding-left: 10px;
    }

    .cajaIzq{
        height: 600px;  
    }

    .cajaDer{
        height: 600px; 
    }


    /*=======  CLIENTES  ========*/
    /*===========================*/

    .cntLogosClientes ul li{
        display: block;
        width: 140px;
        height: auto;
    }


}


/*=============================================
=             MEDIDA 800px                    =
=============================================*/
@media only screen and (max-width:800px) {

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 400px;
        height: 500px;   
    }



    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .imgBannerCabeceraRspv{        
        height: 150px;
    }



    .fondoAzulCabecera {
        min-height: 150px;
    }

    .bannerCabecera{
        min-height: 150px;
    }

    .cntTitularCabecera{
        padding-top: 30px;
        padding-left: 20px;
    }

    .cntTitularCabecera .titularBannerCabecera{
        font-size: 30px;   
    }

    /**************/

    .cajaQuienesSomos{      
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .fotoQuienesSomos{
        width: 100%;
        height: auto;
        float: none;
    }

    .fotoQuienesSomos .cntImg{
        display: block;
        margin-bottom: 10px;
        border-radius: 0 90px 0 0;
        overflow: hidden;
    }

    .fotoQuienesSomos .rayaFoto{
        display: none;
    }

    .infoQuienesSomos{
        width: 100%;
        height: auto;
        float: none;
        padding-right: 0;
        margin-bottom: 10px;
    }


    .titularPaginasInternas{     
        font-size: 23px;    
    }

    .rayaTitularPgInternas{
        width: 50px;
        height: 3px;
    }

    /**************/
    .cajaMisionVision{
        margin-bottom: 20px;
    }

    .fotoMisionVision{
        width: 100%;
        height: auto;
        float: none;
    }

    .fotoMisionVision .rayaFoto{
        display: none
    }

    .infoQuienesMisionVision{
        width: 100%;
        height: auto;
        float: none;
        padding-left: 0;
        padding-top: 0;
    }

    .subTituloPgInterna{
        font-size: 19px;   

    }


    /*====  SERVICIOS      ======*/
    /*============================*/

    .cajaServicio{
        width: 100%;
        height: auto; 
        float: none;
        margin-bottom: 15px;
    }

    .titularPaginasInternas2{     
        font-size: 20px;    
    }

    .cajaServicio{
        float: none;
        padding-bottom: 0;    
        margin-bottom: 25px;
    }

    .paddingIzq{
         padding-right: 0;
    }

    .paddingDer{
         padding-left: 0;
    }

    .cajaIzq{
        height: auto;  
    }

    .cajaDer{
        height: auto; 
    }

    .redondeIzq{
         border-radius: 0 50px 0 0;
    }

    .redondeDer{
        border-radius: 0 50px 0 0;
    }



    .subTituloPgInternaEquipo{
        font-size: 19px;  
    }


    /*=======  CLIENTES  ========*/
    /*===========================*/

    .cntLogosClientes ul li{
        display: block;
        width: 30%;
        height: auto;
    }



    /* ---------------------------------------- */
    /*  CONTACTO
    /* ---------------------------------------- */
    .cuerpoContacto{
        padding: 0;      
    }

    .infoContacto{
        width: 100%;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        float: none;
        padding:40px 20px 20px 20px;
        background:#FFF; 
    }

    .infoUbicanos{
        width: 100%;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        float: none;
        padding:40px 20px 20px 20px;
        background:#0097dc; 
    }

    .mitadBlanco{
        display: none; 
    }

    .mitadCeleste{
        display: none;  
    }



}


/*=============================================
=             MEDIDA 768px                    =
=============================================*/
@media only screen and (max-width:768px) {


    /* ---------------------------------------- */
    /*  03 BANNER
    /* ---------------------------------------- */  
    .rev-slider .tp-caption h1{
        font-size:30px;
    }
    .hero-slider {
        min-height: 50px;
    }

    .rev-slider .tp-caption h4{
        font-size:18px;
    }

    .rev-slider .tp-caption .linea-titular{
        display:block;
        width: 120px;
        height: 5px;  
    }


    /* ---------------------------------------- */
    /*  CUERPO INICIO
    /* ---------------------------------------- */

    .info-bienvenidos .logoEmpresa-bienvenidos{
        width: 100%;
        height: auto;
        float: none;
        padding: 20px 50px;
    }

    .info-bienvenidos .logoEmpresa-bienvenidos img{
        display: block;
        width: 250px;
        height: auto;
        margin: 0 auto;        
    }

    .info-bienvenidos .cntTxtBienvenidos{
        width: 100%;
        height: auto;
        float: none;
        padding: 0px 30px;
        margin-bottom: 10px;
    }


    .titularH2{
        font-size: 32px;
    }

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 385px;
        height: 430px;   
    }

    .item .cntimtecarousel a .ctn-txtServicio .titularListaServicio{
        font-size: 20px;
    }


}


/*=============================================
=             MEDIDA 667px                    =
=============================================*/
@media only screen and (max-width:667px) {


    /* ---------------------------------------- */
    /*  03 BANNER
    /* ---------------------------------------- */  
    .rev-slider .tp-caption h1{
        font-size:28px;
    }

    .rev-slider .tp-caption h4{
        font-size:22px;
    }


    /* ---------------------------------------- */
    /*  CUERPO INICIO
    /* ---------------------------------------- */

    .info-bienvenidos .logoEmpresa-bienvenidos{
        padding: 20px 50px;
    }


    .info-bienvenidos .logoEmpresa-bienvenidos img{
        width: 200px;     
    }

    .titularH2{
        font-size: 30px;
    }

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 667px;
        height: 510px;
        left: -96px;  
    }


    /*====  EQUIPOS  ======*/
    /*======================*/



}


/*=============================================
=             MEDIDA 640px                    =
=============================================*/
@media only screen and (max-width:640px) {

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 640px;
        height: 510px;
        left: -82px;  
    }


    .cnt-listado-certificados li{   
        width: 100%;    
        float: none;    
        margin-bottom: 35px;
    }

    .cnt-listado-certificados li .cnt-img-cert{  
        border-radius: 10px;
        border: 2px solid #000;    
        margin:0;
        margin-bottom: 5px;
    }



    /**************/

    .titularPaginasInternas{     
        font-size: 20px;    
    }

    .subTituloPgInterna{
        font-size: 18px;   

    }

    /*====  SERVICIOS      ======*/
    /*============================*/
    .titularPaginasInternas2{     
        font-size: 18px;    
    }


    .subTituloPgInternaEquipo{
        font-size: 18px;    
    }



}


/*=============================================
=             MEDIDA 603px                    =
=============================================*/
@media only screen and (max-width:603px) {


    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 603px;
        height: 510px;
        left: -64px;  
    }


    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .imgBannerCabeceraRspv{        
        height: 140px;
    }

    .fondoAzulCabecera {
        min-height: 130px;
    }

    .bannerCabecera{
        min-height: 130px;
    }

    .cntTitularCabecera .titularBannerCabecera{
        font-size: 25px;   
    }


}


/*=============================================
=             MEDIDA 600px                    =
=============================================*/
@media only screen and (max-width:600px) {

    /*=======  CLIENTES  ========*/
    /*===========================*/

    .cntLogosClientes ul li{
        display: block;
        width: 50%;
        height: auto;
        margin: 0;
        margin-bottom: 5px;
    }




}


/*=============================================
=             MEDIDA 568px                    =
=============================================*/
@media only screen and (max-width:568px) {


    /* ---------------------------------------- */
    /*  03 BANNER
    /* ---------------------------------------- */  
    .rev-slider .tp-caption h1{
        font-size:25px;
    }

    .rev-slider .tp-caption h4{
        font-size:14px;
    }


    /*=======  CAROUSEL  ========*/
    /*============================*/

    .item {          
        width: 568px;
        height: 510px;
        left: -46px;  
    }

}



/*=============================================
=             MEDIDA 533px                    =
=============================================*/
@media only screen and (max-width:533px) {


    /*=======  CAROUSEL  ========*/
    /*============================*/

    .cajaCarousel{
        display: none;
    }

    .listadoServiciosRspv{
        display: block;
        width: 100%;
        height: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;        
    }


    .listadoServiciosRspv a{
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .listadoServiciosRspv a .img-ult-curso{
        display: block;
        width: 100%;
        min-height: 250px;
    }


    .listadoServiciosRspv a .sombraListadoServicio{
        display: block;
        width: 100%;
        height: 100%;        
        background: rgba(0,0,0,0.65);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out
    }

    .listadoServiciosRspv a .sombraListadoServicioAzul{
        display: block;
        width: 100%;
        height: 100%;        
        background: rgba(0,69,168,0.7);
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out
    }

    .listadoServiciosRspv a .ctn-txtServicio{
        display: block;
        width: 100%;
        height: 100%;    
        padding: 30px 30px; 
        position: absolute;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        -webkit-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out
    }

    .listadoServiciosRspv a .ctn-txtServicio .titularListaServicio{
        display: block;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        color: #FFF;
        margin-bottom: 15px;    
    }

    .listadoServiciosRspv a .ctn-txtServicio .bordeBlancoTitular{
        display: block;
        width: 60px;
        height: 3px;
        background: #FFF;
        margin-bottom: 15px;
    }

    .listadoServiciosRspv a .ctn-txtServicio p{
        display: block;
        width: 100%;
        height: auto;    
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        line-height:1.2;
        -webkit-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out
    }

    .listadoServiciosRspv a .ctn-txtServicio .cajaLeerMas{
        display: inline-block;    
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        line-height:1.2;
        text-align: left;
        padding: 10px 10px;    
        border:1px solid #FFF;
        border-radius: 5px;
        -webkit-transition:all .5s ease-in-out;
        -o-transition:all .5s ease-in-out;
        transition:all .5s ease-in-out
    }




}


/*=============================================
=             MEDIDA 480px                    =
=============================================*/
@media only screen and (max-width:480px) {


    .contenedor-pie-pagina{       
        padding: 25px 0 20px 0;
    }


    .logopieweb{
        display: block;
        width: 140px;
        margin-bottom:0;
    }

    .titular-h3{
        font-size: 14px;        
    }

    .menu-pie li a{
        font-size: 13px;
    }

    .info-contacto-empresa li{
        font-size: 13px;

    }


    .info-contacto-empresa li.i-icon-iconos_8:after{
        font-size:28px; 
    }

    .info-contacto-empresa li.i-icon-iconos_16:after{
        font-size:25px;

    }

    .info-contacto-empresa li.i-icon-iconos_9:after{
        font-size:19px;
    }


    .info-contacto-empresa li.i-icon-iconos_42:after{
        font-size:25px;
    }


    /* ---------------------------------------- */
    /*  03 BANNER
    /* ---------------------------------------- */
    .rev-slider .tp-caption .linea-titular{
        margin-top:14px 
    }


    /*parrafos*/
    .contenedor-parrafo p{       
        font-size: 14px;
        margin-bottom: 14px;
    }

    .contenedor-parrafo p a{  
        font-size: 14px;

    }

    .contenedor-parrafo ul {
        padding-left:25px
    }
    .contenedor-parrafo ol {
        padding-left:25px
    }


    /* ---------------------------------------- */
    /*  CUERPO INICIO
    /* ---------------------------------------- */

    .info-bienvenidos .logoEmpresa-bienvenidos img{
        width: 180px;     
    }

    .titularH2{
        font-size: 28px;
    }

    .btnCeleste{
        font-size: 13px;      
    }


    /*=======  CAROUSEL  ========*/
    /*============================*/

    .listadoServiciosRspv a .img-ult-curso{
        min-height: 280px;
    }


    /*====  empresa ==============*/
    /*============================*/

    .cajaQuienesSomos{
        padding-top: 20px;
    }

    .fotoQuienesSomos .cntImg{
        border-radius: 0 40px  0 0;        
    }

    .fotoMisionVision .cntImg{
        border-radius: 0 40px  0 0; 
    }



    /*====  EQUIPOS      ======*/
    /*=========================*/

    /*parrafos*/
    .contenedor-parrafoEquipo p{       
        font-size: 14px;
        margin-bottom: 14px;
    }

    .contenedor-parrafoEquipo p a{  
        font-size: 14px;

    }

    .contenedor-parrafoEquipo ul {
        padding-left:25px
    }
    .contenedor-parrafoEquipo ol {
        padding-left:25px
    }







}



/*=============================================
=             MEDIDA 414px                    =
=============================================*/
@media only screen and (max-width:414px) {


    /* ---------------------------------------- */
    /*  CUERPO INICIO
    /* ---------------------------------------- */

    .titularH2{
        font-size: 25px;
    }


    /*=======  CAROUSEL  ========*/
    /*============================*/

    .listadoServiciosRspv{
        padding: 10px 0;
    }


    .listadoServiciosRspv a .img-ult-curso{
        min-height: 250px;
    }

    .listadoServiciosRspv a .ctn-txtServicio{ 
        padding: 30px 20px; 

    }

    .listadoServiciosRspv a .ctn-txtServicio .titularListaServicio{
        font-size: 18px;   
    }


    .listadoServiciosRspv a .ctn-txtServicio p{
        display: none;
    }


    /*====  SERVICIOS      ======*/
    /*============================*/

    .imgServicio{   
        margin-bottom: 15px;
    }

    /* ---------------------------------------- */
    /*  CONTACTO
    /* ---------------------------------------- */

    .info-contacto-empresaPgContacto li{
        padding-left: 35px;   

    }

}


/*=============================================
=             MEDIDA 384px                    =
=============================================*/
@media only screen and (max-width:384px) {


    /* ---------------------------------------- */
    /*  03 BANNER
    /* ---------------------------------------- */  
    .rev-slider .tp-caption h1{
        font-size:23px;
    }

    /*=======  CAROUSEL  ========*/
    /*============================*/

    .listadoServiciosRspv a .img-ult-curso{
        min-height: 200px;
    }


    .cnt-listado-certificados{
        padding: 0 5px;
    }



    /*====  PAGINA EMPRESA  ======*/
    /*============================*/

    .cntTitularCabecera .titularBannerCabecera{
        font-size: 23px;   
    }

    .info-contacto-empresaPgContacto li{
        font-size: 14px;
    }


}


/*=============================================
=             MEDIDA 375px                    =
=============================================*/
@media only screen and (max-width:375px) {



}


/*=============================================
=             MEDIDA 360px                    =
=============================================*/
@media only screen and (max-width:360px) {



}


/*=============================================
=             MEDIDA 320px                    =
=============================================*/
@media only screen and (max-width:320px) {




}









