/*
Theme Name: Detur
Theme URI: http://www.kunturweb.com
Description: Theme Detur de kunturweb.com
Author: kunturweb.com
Author URI: http://www.kunturweb.com
Version: 1.0
*/
*{margin:0px;padding:0px;font-family: 'Open Sans', sans-serif;}
input:focus, textarea:focus{
	outline:0px;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #18224c;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}
h1, h2, h3, h4{
    color: #001781;
    margin: 0;
    padding: 0;
    font-family: 'Baloo Bhai', cursive;
    font-weight: normal;
}
a, ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    line-height: 25px;
	color: #18224c;
	text-decoration: none;
    font-weight: normal;
    text-transform: none;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
a:hover, a:focus{
	color: #30b777;
    text-decoration: none;
}
body{
	background: #fff;
    background-size: cover;
	width: 100%;
    height: auto;
    overflow-x: hidden;
}
.wrap{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*
    Estilos para header
*/
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    box-sizing: border-box;
    z-index: 10;
}
.logo{
    position: relative;
    float: left;
    height: 60px;
    width: auto;
    z-index: 10;
}
.logo img{
    height: 100%;
    width: auto;
}
/*
    Estilos para Menu
*/
.menu2{
    display: none;
}
.menu{
    float: right;
    position: relative;
    width: auto;
}
.menu ul{
    width: auto;
    float: left;
}
.menu ul li{
    float: left;
    position: relative;
    list-style: none;
    position: relative;    
}
.menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
}
.menu ul li a:hover{	
	color: #dd1d9b;
}
.menu ul li a:active{
    color: #dd1d9b;
}
.menu ul li:last-child a{
    background: #dd1d9b;
    border-radius: 30px;
    padding: 7px 20px;
    margin: 0 0 0 8px;
}
.menu ul li:last-child a:hover{
    background: #edb610;
    text-decoration: none;
    color: #001781;
}
#headdos{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
    z-index: 900;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.2);
    top: -55px;
    overflow: hidden;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
#headdos .logo{
    height: 50px;
    overflow: hidden;
}
#headdos .logo img{
    height: 50px;
}
#headdos .menu ul li{
    margin: 8px 0;
}
#headdos .menu ul li a{
    color: #001781;
    padding: 5px 15px;
}
#headdos .menu ul li a:hover{
    color: #dd1d9b;
}
#headdos .menu ul li:last-child a{
    background: #dd1d9b;
    border-radius: 30px;
    padding: 5px 15px;
    color: #fff;
}
#headdos .menu ul li:last-child a:hover{
    background: #edb610;
    text-decoration: none;
    color: #001781;
}
/*
    Estilos para Slider del home
*/
.slidertop{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* alutra para slider principal */
    height: 100vh !important;
    overflow: hidden !important;
}
.botonslider{
    display: inline-block !important;
    float: none !important;
    background: #30b777  !important;
    font-size: 16px !important;
    padding: 12px 30px !important;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.5) !important;
}
.botonslider:hover{
    background: #f30000 !important;
}
.swiper-button-next, .swiper-button-prev{
    background: none !important;
    height: 40px !important;
    width: auto !important;
    left: -60px !important;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.swiper-button-next{
    left: auto !important;
    right: -60px !important;
}
.swiper-button-next i, .swiper-button-prev i{
    color: #fff;
    font-size: 30px;
    padding: 5px;
    opacity: 0.3;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.swiper-button-next:hover i, .swiper-button-prev:hover i{
    opacity: 0.6;
}
.swiper-container:hover .swiper-button-prev{
    left: 0 !important;
}
.swiper-container:hover .swiper-button-next{
    right: 0 !important;
}
/*
    Estilos para Slider del home
*/
.slidertop{
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    height: 100vh;
}
.slidertop .fotoslider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    animation: fadefoto 40s infinite;
}
@keyframes fadefoto{
    0%{transform: scale(1,1)}
    50%{transform: scale(1.3,1.3)}
    100%{transform: scale(1,1)}
}
.mascaraslider{
    background: linear-gradient(90deg, rgba(0,23,129,0.6), rgba(0,23,129,0.9));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.textoslider{
    width: 700px;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 4;
}
.textoslider h1{
    color: #fff;
    font-weight: normal;
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 62px;
    font-family: 'Baloo Bhai', cursive;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
    animation: bajartitulo 1.2s 1;
}
@keyframes bajartitulo{
    0%{transform: translate(0,-40px);opacity: 0;}
    100%{transform: translate(0,0);opacity: 1;}
}
.textoslider p{
    font-size: 16px;
    line-height: 25px;
    max-width: 450px;
    width: 100%;
    color: #fff;
    text-align: center;
    display: inline-block;
    animation: subirtitulo 1.2s 1;
}
@keyframes subirtitulo{
    0%{transform: translate(0,40px);opacity: 0;}
    100%{transform: translate(0,0);opacity: 1;}
}
.bordeslider{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(images/bordeslider.png) no-repeat bottom center;
    background-size: 100% auto;
    z-index: 10;
}
/*
    Estilos para Cuerpo base
*/
.cuerpo{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 120px 20px;
    box-sizing: border-box;   
    z-index: 2;
    overflow: hidden;
}
.wrapnosotros{
    width: 1100px;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    height: auto;
    float: left;
    z-index: 3;
    text-align: center;
}
.wrapnosotros img{
    position: relative;
    float: left;
    width: 500px;
    height: auto;
}
.textonosotros{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 0 0 570px;
    box-sizing: border-box;
    transform: translate(0,-50%);
    z-index: 3;
}
.titulocentral{
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 30px 0;
    letter-spacing: -2px;
    text-align: center;
}
.textonosotros .titulocentral{
    text-align: left;
}
.cuerpo-servicios{
    padding: 70px 20px 100px 20px;
}
.secservicio{
    width: 25%;
    height: auto;
    min-height: 330px;
    float: left;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 3;
    margin: 20px 0;
}
.secservicio i{
    margin: 0 0 40px 0;
    font-size: 50px;
    color: #001781;
}
.secservicio h3{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 23px;
}
.secservicio p{
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.fondocont{
    position: absolute;
    top: 0;
    right: 0;
    width: 900px;
    height: auto;
    z-index: 1;
}
.fondocont2{
    transform: scaleX(-1);
    right: auto;
    left: 0;
}
.cuerpo-cursos{
    padding: 140px 20px;
}
.mascaracurso{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,23,129,1), rgba(0,23,129,0.15));
}
.textocurso{
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    z-index: 3;
}
.textocurso span{
    text-align: left;
    width: 100%;
    height: auto;
    color: #dd1d9b;
    font-weight: bold;
    font-family: 'Baloo Bhai', cursive;
    font-size: 25px;
    float: left;
}
.textocurso h2{
    color: #fff;
    text-align: left;
    font-size: 30px;
    line-height: 33px;
    margin: 0 0 40px 0;
}
.textocurso p{
    color: #fff;
}
.botongeneral{
    color: #fff;
    background: #dd1d9b;
    padding: 12px 30px;
    border-radius: 30px;
    float: left;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 10px 0 rgba(243,0,0,0.2);
    font-weight: bold;
    font-size: 16px;
    margin: 40px 0 0 0;
    text-decoration: none;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.botongeneral:hover{
    background: #edb610;
    text-decoration: none;
    color: #001781;
    box-shadow: 0 5px 20px 0 rgba(237,182,16,0.5);
}
.sectitulo{
    margin: 0 0 50px 0;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
}
.subtitulo{
    text-align: center;
    max-width: 650px;
    display: inline-block;
}
.secteam{
    width: calc(33.3% - 40px);
    margin: 20px;
    float: left;
    background: #001781;
    border-radius: 3px;
    height: 440px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 10px 0 rgba(0,23,129,0.4);
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.fototeam{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    opacity: 0.5;
    z-index: 2;
    border-radius: 3px;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.textoteam{
    position: absolute;
    z-index: 3;
    background: linear-gradient(rgba(0,23,129,0) 0%, rgba(0,23,129,1) 80%);
    padding: 100px 30px 30px 30px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.textoteam h4{
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}
.textoteam span{
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.textoteam p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
.redteam{
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    bottom: -17px;
    left: 50%;
    margin-left: -17px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 5px 10px 0 rgba(0,23,129,0.2);
}
.redteam i{
    line-height: 34px;
    color: #001781;
}
.redteam:hover{
    background: #dd1d9b;
}
.redteam:hover i{
    color: #fff;
}
.secteam:hover{
    transform: scale(1.03,1.03);
    box-shadow: 0 8px 15px 0 rgba(0,23,129,0.8);
}
.secteam:hover .fototeam{
    opacity: 0.8;
}
.cuerpo-blog{
    padding: 80px 20px;
    background: #f2f3f8;
}
.cuerpo-blog .sectitulo{
    margin: 0 0 20px 0;
}
.cuerpo-blog .titulocentral{
    text-align: left;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -1px;
    margin: 0;
}
.cuerpo-blog .subtitulo{
    text-align: left;
    float: left;
}
.alineado{
    margin: 0 -25px;
}
.secblog{
    width: calc(33% - 50px);
    float: left;
    position: relative;
    margin: 25px;
    height: auto;
    min-height: 320px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.1);
}
.fotoblog{
    width: 100%;
    height: 200px;
    float: left;
    position: relative;
}
.textoblog{
    width: 100%;
    height: auto;
    min-height: 170px;
    float: left;
    position: relative;
    padding: 20px 30px 50px 30px;
    box-sizing: border-box;
}
.textoblog span{
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    color: #001781;
    float: left;
    margin: 0;
}
.textoblog h4{
    text-align: left;
    color: #18224c;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -1px;
    float: left;
    width: 100%;
}
.textoblog h4 a{
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #18224c;
    letter-spacing: -1px;
}
.textoblog h4 a:hover{
    color: #dd1d9b;
}
.secvisblog{
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.secvisblog li{
    list-style: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #6974a4;
    opacity: 0.7;
    float: left;
    margin: 3px;
}
.secvisblog li a{
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    width: 25px;
    height: 25px;
    background: #6974a4;
    border-radius: 100%;
    display: inline-block;
}
.secvisblog li a i{
    line-height: 25px;
    text-align: center;
}
.secvisblog li a:hover{
    background: #001781;
    opacity: 1;
}
.secblog:hover .fotoblog{
    opacity: 0.8;
}
/*
    Estilos para footer
*/
footer{
    background: #fff;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    min-height: 200px;
    z-index: 10;
    text-align: center;
}
footer .fondocont{
    bottom: 0;
    top: auto;
    z-index: 2;
}
.wrapfoo{
    position: relative;
    width: 1100px;
    height: auto;
    min-height: 600px;
    display: inline-block;
    z-index: 3;
    max-width: 100%
}
.mascdatos{
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background: #001781;
    height: 100%;
    z-index: 3;
}
.secdatos{
    width: 390px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #001781;
    padding: 70px 40px 70px 20px;
    box-sizing: border-box;
    z-index: 3;
}
.secontacto{
    position: relative;
    width: calc(100% - 390px);
    margin: 0 0 0 390px;
    float: left;
    padding: 70px 0 70px 40px;
    box-sizing: border-box;
}
.secdatos h4, .secontacto h4{
    color: #fff;
    text-align: left;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    font-size: 22px;
}
.secdatos ul{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.secdatos ul i{
    position: absolute;
    top: 8px;
    left: 0;
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    text-align: left;
}
.secdatos ul li{
    float: left;
    position: relative;
    list-style: none;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin: 3px 0;
    width: 100%;
}
.secdatos ul li a{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 20px;
}
.secdatos ul li a:hover{
    color: #dd1d9b;
}
.creditodato{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
}
.creditodato p{
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    line-height: 17px;
}
.credito{
    position: relative;
    width: 100px;
    float: none;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 10px 0 0;
    float: left;
    border-right: solid 1px rgba(255,255,255,0.2);
}
.credito a{
    text-align: left;
    color: rgba(255,255,255,0.4);
    font-size: 10px;
    line-height: 17px;
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
}
.credito img{
    height: 18px;
    margin: 2px 0 0 0;
    opacity: 0.7;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.credito a:hover img{
    opacity: 0.9;
}
.secontacto h4{
    color: #001781;
    margin: 0 0 5px 0;
}
.secontacto form{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px -10px;
    position: relative;
    z-index: 3;
}
.secform{
    width: calc(50% - 30px);
    min-width: 230px;
    margin: 15px;
    float: left;
    position: relative;
}
.secform i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: #8188ab;
    text-align: left;
    z-index: 1;
    width: 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    opacity: 0.6;
}
.secform input[type=text], .secform input[type=email], .secform textarea{
    width: 100%;
    height: auto;
    float: left;
    border: none;
    border-bottom: solid 1px #001781;
    height: 45px;
    line-height: 45px;
    color: #001781;
    font-weight: bold;
    position: relative;
    z-index: 2;
    background: none;
    border-radius: 2px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 13px;
}
.secform input[type=text]:focus, .secform textarea:focus, .secform input[type=email]:focus{
    border-bottom: solid 1px #dd1d9b;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8188ab;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #8188ab; 
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
  color: #8188ab; 
}
.secformarea{
    width: 100%;
}
.secformarea i{
    line-height: 17px;
}
.secform textarea{
    height: 60px;
    line-height: 17px;
}
.secformarea .botongeneral{
    font-size: 14px;
    padding: 12px 30px;
    margin: 15px 0 0 0;
    background: #001781;
    box-shadow: 0 5px 20px 0 rgba(0,23,129,0.5);
}
.secformarea .botongeneral:hover{
    background: #edb610;
    text-decoration: none;
    color: #001781;
    box-shadow: 0 5px 20px 0 rgba(237,182,16,0.5);
}
.portadablog{
    width: 100%;
    height: 450px;
    float: left;
    position: relative;
}
.fotoblogsingle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tituloblogsingle{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 840px;
    max-width: 100%;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    z-index: 5;
}
.tituloblogsingle h1{
    color: #fff;
    margin: 0 0 10px 0;
}
.listadatsingleblog{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.listadatsingleblog li{
    list-style: none;
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    line-height: 13px;
}
.listadatsingleblog li:first-child{
    border-right: solid 1px rgba(255,255,255,0.4);
}
.cuerposingleblog{
    padding: 50px 20px;
}
.cuerposingleblog .wrap{
    width: 800px;
}
.textocontblog{
    position: relative;
    float: left;
    height: auto;
    width: 100%;
}
.textocontblog p{
    float: left;
    width: 100%;
}
.textocontblog h2, .textocontblog h3, .textocontblog h4{
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -1px;
    text-align: left;
    margin: 20px 0;
    width: 100%;
    float: left;
}
.textocontblog h3{
    font-size: 26px;
    line-height: 29px;
}
.textocontblog h4{
    font-size: 21px;
    line-height: 24px;
}
.textocontblog ul{
    width: auto;
    height: auto;
    position: relative;
}
.textocontblog ul li{
    list-style: none;
    text-align: left;    
    width: 100%;
    position: relative;
    padding: 0 0 0 12px;
}
.textocontblog ul li:after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.4);
    top: 13px;
    left: 0;
    border-radius: 100%;
}
.textocontblog a{
    color: #3366BB;
}
.textocontblog img{
    margin: 20px 0;
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    left: 50%;
    float: left;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}
div.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 40px;
    height: 0;
    overflow: hidden;
    margin: 30px 0; /* esto es opcional */
    clear: both;
    z-index: 2;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
div.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.socialdiv, .etiquetas{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;    
    box-sizing: border-box;
    margin: 40px 0 0 0;
    border-top: solid 1px rgba(0,0,0,0.1)
}
.socialdiv p{
    text-align: left;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 7px 5px 0 0;
    vertical-align: middle;
}
.shared-social{
	width: 35px;
	height: 35px;
	float: left;
	margin: 3px;
	position: relative;
    border-radius: 100%;
    overflow: hidden;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.shared-social span{
    height: 35px;
    padding: 0 15px 0 10px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    line-height: 36px;
    font-size: 12px;
    float: left;
}
.shared-social a{
    text-decoration: none;
    text-transform: none;
    line-height: 35px;
    color: #fff;
}
.shared-social i{
    float: left;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #325292;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    border-right: solid 1px rgba(255,255,255,0.1);
}
.shared-social a:hover i{
    color: #fff;
    background: #dd1d9b;
}
.sectitutloreco h3{
    text-align: left;
    margin: 0;
    font-size: 20px;
}
.subirpag{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: rgba(0,23,129,0.2);
    border-radius: 100%;
    display: inline-block;
    z-index: 100;
}
.subirpag i{
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.subirpag:hover{
    background: rgba(0,23,129,0.7);
}
.wp-block-gallery{
    display: flex !important;
    margin: 20px 0 0 0 !important;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{
    padding: 0;
    float: none;
}
.wp-block-gallery .blocks-gallery-item img{
    margin: 0;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item:after{
    display: none;
}
.portadacat{
    height: 340px;
}
.titulocat h1{
    text-align: center;
}
#breadcrumbs{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
}
#breadcrumbs li{
    display: inline-block;
    margin: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
#breadcrumbs li a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}
#breadcrumbs li a:hover{
    color: #dd1d9b;
}
.cuerpocat{
    padding: 80px 20px;
    background: #f2f3f8;
}
.secdatos .redesfoo{
    padding: 0;
    margin: 20px 0 0 0;
}
.redesfoo a{
    float: left;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    border-radius: 100%;
    margin: 3px;
}
.redesfoo a i{
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    line-height: 30px !important;
    text-align: center;
    position: relative;
    top: 0;
}
.redesfoo a:hover{
    background: #dd1d9b;
}
.botonwsp{
    position: fixed;
    bottom: 20%;
    right: 30px;
    width: auto;
    height: auto;
    z-index: 5000;
    padding: 0 0 53px 0;
}
.botonwsp i{
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #489816;
    color: #fff;
    box-shadow: 3px 6px 10px 0 rgba(0,0,0,0.15);
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.botonwsp span{
    opacity: 0;
    display: none;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}
.botonwsp span:after{
    position: absolute;
    content: "";
    bottom: -5px;
    right: 16px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
}
.botonwsp:hover span{
    opacity: 1;
    display: inline-block;
}
.botonwsp:hover i{
    transform: scale(1.1);
    box-shadow: 3px 10px 16px 0 rgba(0,0,0,0.25);
}
/*
 * estilo navegación de páginas
*/
.pagenavi {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.pagenavi a {
   	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;    
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background:  -webkit-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
    background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
    background: -moz-linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.1));
	border-radius: 2px;
    float: left;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    font-family: 'Open Sans', sans-serif;
    transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   -o-transition: all .25s ease-in-out;
}
.pagenavi a:hover {
    background: #fff;
    color: rgba(0,0,0,0.5);
}
.pagenavi span.pages {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 30px;
    font-weight:bold;
    background: #e5e9ed;
    border-radius: 100%;
}
.pagenavi span.current {
	display: inline-block;
   	padding: 0;
    margin: 0 3px;
    height: 30px;
    width: 30px;    
    overflow: hidden;
    border-top: solid 1px rgba(255,255,255,0);
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: rgba(0,0,0,0.6);
	border-radius: 2px;
    float: left;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.pagenavi span.expand {
	display: inline-block;
    padding: 0;
    margin: 3px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    color: #8d8d8d;
    text-align: center;
    background: #fff;
	border-radius: 50%;
}
.pagenavi .first, .pagenavi .last {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
}
.pagenavi .single_page {
	display: inline-block;
	font-size: 14px;
    line-height: 30px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px;
    font-weight: normal;
    display: block;
    top: -25px;
    right: 1px;
    width: auto;
    position: absolute;
    text-align: right;
    background: #d74747;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
    z-index: 10;
}
span.wpcf7-not-valid-tip:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 15px;
    height: 6px;
    width: 6px;
    background: #d74747;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
div.wpcf7-response-output {
    margin: 0;
    padding: 7px 13px;
    border: 2px solid #ff0000;
    position: absolute;
    bottom: -30px;
    left: 0;
    border-radius: 4px;
    background: #e5d978;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
/*
    Estilos responsivos
*/
@media only screen and (max-width : 950px) {    
    .menu{
        display: none;
    }
    .menu2{
        display: inline-block;
        position: absolute;
        float: right;
        width: 180px;
        z-index: 500;
        top: 55px;
        right: 20px;
    }
    .menu2 .menuresp{
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0 15px 0 45px;
        margin: 0;
        display: inline-block;
        position: relative;
        color: #fff;
        box-sizing: border-box;
        float: right;
        background: rgba(0,0,0,0.2);
        border-radius: 3px;
    }
    .menu2 .menuresp i{
        position: absolute;
        top: 0;
        left: 15px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 35px;
    }
    .menu2 .menuresp:hover{
        background: #dd1d9b;
    }
    .menu2:hover .menuresp{
        background: #dd1d9b;
    }
    .menu2 .acordion{
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        border-radius: 3px;
        position: absolute;
        top: 45px;
        right: 0;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
    }
    .menu2 .acordion li{
        list-style: none;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .menu2 .acordion li a{
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
        border-bottom: solid 1px rgba(0,0,0,0.1);
        float: left;
        text-align: left;
        padding: 8px 0;
        font-weight: bold;
        font-size: 13px;
        color: #001781;
    }
    .menu2 .acordion li:last-child a{
        border: none;
    }
    .menu2 .acordion li ul{
        display: none;
    }
    .menu2 ul li a:hover{
        color: #dd1d9b;
    }
    #headdos .menu2{
        position: absolute;
        top: 0;
        right: 15px;
    }
    #headdos .menu2 .menuresp{
        margin: 7px 0 0 0;
        background: #001781;
    }
    #headdos .menu2 .menuresp:hover{
        background: #dd1d9b;
    }
    #headdos .menu2:hover .menuresp{
        background: #dd1d9b;
    }
}
@media only screen and (max-width : 900px) {
    .wrapnosotros img{
        width: 350px;
        height: auto;
    }
    .textonosotros{
        top: 50%;
        padding: 0 0 0 380px;
    }
    .secservicio{
        width: 33.3%;
        min-height: 330px;
    }
    .secteam{
        width: calc(50% - 40px);
    }
}
@media only screen and (max-width : 850px) {
    .alineado{
        margin: 0 -15px;
    }
    .secblog{
        width: calc(33% - 30px);
        margin: 20px 15px;
    }
    .textoblog{
        padding: 20px 20px 50px 20px;
    }
}
@media only screen and (max-width : 800px) {
    .mascdatos{
        display: none;
    }
    .secdatos{
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        background: #001781;
        padding: 50px 15px 80px 15px;
        box-sizing: border-box;
    }
    .secontacto{
        width: 100%;
        margin: 0;
        padding: 50px 20px;
    }
}
@media only screen and (max-width : 770px) {
    .textoslider h1{
        letter-spacing: -1px;
        font-size: 35px;
        line-height: 38px;
        margin: 0 0 15px 0;
    }
    .mascaracurso{
        background: linear-gradient(90deg, rgba(0,23,129,0.8), rgba(0,23,129,0.7));
    }
    .textocurso{
        width: 100%;
    }
    .textocurso h2{
        font-size: 26px;
        line-height: 29px;
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width : 700px) {
    .cuerpo-nosotros{
        padding: 60px 15px;
    }
    .wrapnosotros img{
        width: 430px;
        height: auto;
        display: inline-block;
        max-width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }
    .textonosotros{
        top: 0;
        position: relative;
        float: left;
        padding: 0;
        transform: translate(0,0);
    }
    .titulocentral{
        font-size: 28px;
        line-height: 31px;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
    }
    .secservicio{
        width: 50%;
        min-height: 270px;
    }
    .alineado{
        margin: 0;
    }
    .secblog{
        width: 100%;
        margin: 20px 0;
        max-width: 340px;
        display: inline-block;
        float: none;
    }
    .textoblog{
        min-height: 30px;
    }
}
@media only screen and (max-width : 650px) {
    .secteam{
        width: 100%;
        margin: 30px 0;
        max-width: 320px;
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width : 540px) {
    .secservicio{
        width: 100%;
        min-height: 50px;
        padding: 0;
        max-width: 300px;
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width : 430px) {
    .gallery {                
        column-gap: 5px;
        -moz-column-gap: 5px;
        -webkit-column-gap: 5px;
        -o-column-gap: 5px;
    }
    .gallery-item{           
        margin: 0 0 5px 0 !important;        
    }
}