@import url(./reset.css);
@import url(./fuente.css);
*, ::after, ::before {
    box-sizing: border-box;
    color: rgba(0,0,0,0.7);
}
.todito {
    max-width: 1100px;
    margin: auto;
}
div .todito {
    padding: 40px 0;
}
p {
    line-height: 1.5;
}
h1,
h1 * {
    font-size: 30px !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    color: #05386b;
    padding-bottom: 20px;
    text-align: center;
}
#bienvenida h2 *, #bienvenida h2 {
    font-family: 'Fanwood Text', serif !important; 
    font-size: 31px;
}
#logo > h1 {
    text-align: left;
}
section#reciente-blog {
    z-index: 1;
    position: relative;
}
.contactohecho {
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    opacity: 1;
    top: 90px;
    z-index: 2;
    animation-name: inscripcion;
    animation-delay: 4s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
.contactohecho p {
    background-image: linear-gradient(90deg, rgba(96, 255, 181, 0.7), rgba(55, 71, 84, 0.7));
    max-width: 355px;
    margin: auto;
    color: #fffffe;
    padding: 49px !important;
    font-size: 1.4em;
    text-shadow: 1px 1px 7px #3b575d9e;
    border-radius: 10px;
    box-shadow: 0 0 73px -10px #050c1c;
    font-weight: 300;
}
@keyframes inscripcion {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
header {
    background-color: #d2d6db;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    max-height: 750px;
    height: 100vh;
    min-height: 700px;
    position: relative;
    z-index: 1;
}
header .todito {
    height: calc(100% - 100px);
    max-width: 1100px;
    color: #fff !important;
    position: relative;
    z-index: 1;
}
header .todito h1 {
    font-size: 0 !important;
}
header .todito h1 img {
    width: 350px;
}
header .todito h2,
header .todito strong,
header .todito em {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}
header .todito h2 strong,
header .todito strong strong,
header .todito em strong {
    font-style: italic;
}
header .todito nav {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    height: 100px;
    justify-content: center;
}
header .todito nav ul {
    display: flex;
    align-items: center;
}
header .todito nav ul li {
    list-style: none;
    display: inline-block;
    margin: 10px;
    display: flex;
}
header .todito nav ul li a {
    text-decoration: none;
    color: #fff;
}
header .todito nav ul li.contacto {
    background: rgba(5, 56, 107, 0.4);
    border-radius: 10px;
}
header .todito nav ul li.contacto a {
    font-style: normal;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
    color: #fff;
}
header .todito nav ul li.contacto i {
    color: #a3b4c6;
    margin-right: 5px;
    font-size: 17px;
}
header .todito section {
    display: flex;
    height: 100%;
}
header .todito section #introduccion {
    width: 70%;
}
header .todito section #introduccion #logo {
    margin: 0 0 1% 0;
}
header .todito section #introduccion #bienvenida {
    align-self: center;
    width: 90%;
}
header .todito section #formulario_contacto {
    width: 30%;
    text-align: center;
    align-self: flex-end;
    background: linear-gradient(rgba(210, 214, 219, 0.7), rgba(5, 56, 107, 0.3));
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 20px 51px 9px rgba(0,0,0,.08);
    margin: 0 0 40px 0;
}
header .todito section #formulario_contacto input,
header .todito section #formulario_contacto textarea,
header .todito section #formulario_contacto select,
header .todito section #formulario_contacto button {
    width: 90%;
    border: 0;
    margin: 7px 15px;
    padding: 5px 10px;
    font-size: 15px !important;
    box-sizing: border-box;
    background-color: #ebeff4;
    border-radius: 7px;
}
header .todito section #formulario_contacto textarea {
    height: 130px;
    margin-bottom: 25px;
}
header .todito section #formulario_contacto legend {
    font-size: 30px;
    padding: 5px 0 15px 0;
    /* font-style: italic; */
}
header .todito section #formulario_contacto button {
    background: linear-gradient(to bottom left, #FF5A5F, #cd4b63);
    margin-bottom: 30px;
    color: #ebeff4;
    padding: 15px;
}
div#como_lo_hacemos {
    background-color: #fff;
    text-align: center;
}
div#como_lo_hacemos div#asi_lo_hacemos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
div#como_lo_hacemos div#asi_lo_hacemos div {
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
    background-color: #fff;
}
div#como_lo_hacemos div#asi_lo_hacemos div:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
div#como_lo_hacemos div#asi_lo_hacemos div:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div#como_lo_hacemos div#asi_lo_hacemos div:nth-child(3) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
div#como_lo_hacemos div#asi_lo_hacemos div:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
div#como_lo_hacemos div#asi_lo_hacemos div p {
    max-width: 500px;
}
div#experiencias {
    box-shadow: 0 20px 51px 9px rgba(0,0,0,.08);
    border-radius: 7px;
    position: relative;
    z-index: 1;
    background: white;
}
div#nuestras_experiencias .experiencia div.con_orgullo {
    display: flex !important;
}
div#nuestras_experiencias .informacion_experiencia {
    margin-left: 25px;
}
div#nuestras_experiencias .informacion_experiencia hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}
div#nuestras_experiencias .informacion_experiencia span {
    line-height: 25px;
}
div#nuestras_experiencias .informacion_experiencia h1 {
    font-size: 25px !important;
    text-align: left;
    padding-bottom: 0;
    color: #000000cc;
}
div#nuestras_experiencias .informacion_experiencia em {
    margin: 10px 0;
    display: inline-block;
    color: #05386b;
    font-size: 1.2rem;
}
div#nuestras_experiencias .slick-slide:not(.image) {
    padding: 20px 10px;
    box-sizing: border-box;
    background: white;
}
div#nuestras_experiencias .slick-dots li button:before {
    font-size: 25px;
}
div#nuestras_experiencias .slick-initialized .slick-slide {
    box-sizing: border-box;
}
div#nuestras_experiencias .slick-slide img {
    box-shadow: 0px 0px 20px -9px;
}
div#nuestras_experiencias .slick-prev:before,
div#nuestras_experiencias .slick-next:before {
    font-size: 50px;
    color: #FF5A5F;
}
div#nuestras_experiencias .slick-prev,
div#nuestras_experiencias .slick-next {
    z-index: 1;
    width: auto;
    top: calc(50% - 20px);
}
#servicios {
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-color: #d2d6db;
    position: relative;
    padding-bottom: 65px;
}
#servicios section {
    box-shadow: 0 20px 51px 9px rgba(0,0,0,.08);
}
#servicios #informacion_servicios {
    background-color: #fff;
    padding: 30px 30px 40px 30px;
    border-radius: 0 0 7px 7px;
    margin-bottom: 40px;
}
#servicios .servicio {
    display: none;
}
#servicios .servicio h2 {
    font-size: 2.2rem;
    font-weight: 400;
}
#servicios .servicio div:nth-child(2) {
    margin-left: 20px;
}
#servicios .servicio a {
    display: inline-block;
    height: 50px;
    padding: 0px 30px;
    background: transparent;
    line-height: 50px;
    margin-top: 20px;
    border: 2px solid #05386b;
    transition: all 0.5s;
    color: #05386b !important;
    border-radius: 10px;
    text-decoration: none;
}
#servicios .servicio a .fas {
    color: #a3b4c6;
}
#servicios .servicio a:hover {
    background-color: #05386b;
    border: 2px solid #fff;
}
#servicios #sconsultoria {
    display: flex;
}
#servicios .menus {
    display: flex;
    justify-content: space-between;
}
#servicios .menus .menu {
    width: calc(100% / 6.15);
}
#servicios .menus input[type="radio"] {
    display: none;
    visibility: hidden;
}
#servicios .menus label {
    display: block;
    padding: 10px 10px;
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    position: relative;
    background-color: #05386b;
    background-image: linear-gradient(9deg, #05386b, #4484c6);
    border-radius: 7px 7px 0px 0px;
}
#servicios .menus .menu:last-child label {
    border-right: 0px;
}
#servicios input[type="text"],
#servicios textarea,
#servicios input[type="number"],
#servicios input[type="email"] {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    transition: all 0.3s;
    outline: #cbfe00;
    font-size: 1em;
}
#servicios input[type="radio"]:checked + label,
#servicios input[type="radio"]:checked + label:after {
    transition: 0.5s;
    color: black;
    background: #fff;
    border-radius: 7px 7px 0px 0px;
}
#clientes {
    text-align: center;
    position: relative;
    padding-bottom: 95px;
}
#clientes #todos_clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#clientes #todos_clientes div {
    margin: 5px 15px;
}
#clientes #todos_clientes div img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s;
}
#clientes #todos_clientes div img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.slick-slider .slick-slider {
    width: 650px;
    margin: 0 !important;
}
.slick-slider img {
    width: 100%;
}
footer {
    background: linear-gradient(to top, #00162c, #05386b);
}
footer * {
    color: white !important;
    font-size: 0.9rem;
}
footer p {
    color: #ebeff4 !important;
}
footer .todito {
    display: flex;
    justify-content: space-between;
    padding: 3em 0 2.5em 0;
}
footer h3 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 1rem;
}
footer a {
    font-weight: 300;
    text-decoration: none;
    height: 35px;
    display: inline-block;
}
footer li {
    display: block !important;
}
footer .about {
    width: 50%;
}
footer .about a {
    display: inline-block;
    height: 50px;
    padding: 0px 30px;
    background: transparent;
    line-height: 50px;
    margin-top: 20px;
    letter-spacing: 0.25em;
    border: 2px solid #a3b4c6;
    transition: all 0.5s;
    color: #a3b4c6 !important;
    border-radius: 10px;
}
footer .about a:hover {
    background-color: rgba(163, 180, 198, 0.2);
}
footer .fas:before,
footer .fab:before {
    margin-right: 10px;
    color: #a3b4c6;
}
footer .copyright {
    text-align: center;
    height: 40px;
    font-size: 0.7rem;
}
footer .copyright p,
footer .copyright span {
    color: #a3b4c6 !important;
}
.nomostrar {
    display: none;
}
label.accesible {
    color: transparent;
    position: absolute;
    top: 0;
    opacity: 0;
}
.movil {
    display: none;
}
.servicio img {
    border-radius: 7px;
}
    #nuestras_experiencias {
        position: relative;
        background: #d2d6db;
    }
#servicios > div {
    position: relative;
    z-index: 1;
}
#recientes {
    position: relative;
    background-color: #fff;
}
#recientes .todito {
    padding-top: 0;
}


/*Lo mÃƒÂ¡s reciente del blog*/
.card-columns.listfeaturedtag {
    display: flex;
    justify-content: space-between;
}
.card {
    width: 49%;
    background-color: #fff;
    padding: 30px 30px 40px 30px;
    border-radius: 7px;
    margin-bottom: 40px;
    box-shadow: 0 20px 51px 9px rgb(0 0 0 / 8%);
}
.card a {
    text-decoration: none;
}
.listfeaturedtag .wrapthumbnail {
    height: 258px;
    flex: 0 0 auto;
    margin-bottom: 30px;
    box-shadow: 0 22px 34px -20px rgb(0 0 0 / 25%);
}
.listfeaturedtag .thumbnail {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: 38% 22% !important;
    background-origin: border-box!important;
    border-radius: 7px;
}
.listrecent .wrapfooter {
    font-size: 12px;
    margin-top: 30px;
}
span.author-meta {
    display: inline-block;
}
.author-meta {
    flex: 1 1 auto;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.author-thumb {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 13px;
    border-radius: 100%;
}
span.post-name, span.post-date, span.author-meta {
    display: inline-block;
}
span.post-date, span.post-read {
    color: rgba(0,0,0,1);
    font-size: 14px;
}
.dot:after {
    content: " - ";
    color: rgba(0,0,0,.44);
    margin-left: 3px;
    margin-right: 3px;
}
.author-meta {
    flex: 1 1 auto;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
    overflow: hidden!important;
}
span.post-read-more {
    align-items: center;
    display: inline-block;
    float: right;
    margin-top: 8px;
}
.listrecent h2.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
}
#reciente-blog p:nth-child(3) {
    margin: 20px 0 40px 0;
}
#recientes .button {
    display: inline-block;
    height: 50px;
    padding: 0px 30px;
    background: linear-gradient(225deg, transparent, #ffffff);
    line-height: 50px;
    margin-top: 20px;
    border: 2px solid #05386b;
    transition: all 0.5s;
    color: #05386b !important;
    border-radius: 10px;
    text-decoration: none;
    
}
#recientes #vermas {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
    .movil {
        display: block;
    }
    #nuestras_experiencias, #formulario_contacto, #servicios, .todito nav {
        display: none !important;;
    }
    header .todito section #introduccion {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    header .todito section #introduccion #bienvenida {
        width: 100%;
        margin-bottom: 25px;
    }
    #logo > h1 {
        padding-bottom: 0;
    }
    #logo > h1 img {
        width: 300px;
        margin-top: 35px;
    }
    header {
        height:auto;
        max-height: inherit;
    }
    footer div section {
        padding: 10px 20px;
    }
    footer .about {
        width: auto;
    }
    footer .todito {
        display: block;
    }
    #todos_clientes > div > img {
        width: 175px !important;
        height: auto !important;
    }
    .contactos li a {
        display: block;
        padding: 10px;
        margin: 10px;
        border-radius: 10px;
        text-decoration:none;
        font-size:1.4rem;
        color:white;
    }
    .contactos li:first-child {
        display: flex;
    }
    .contactos li:first-child a {
        width: 50%;
    }
    .contactos li:first-child a, .contactos li:nth-child(2) a, .contactos li:nth-child(3) a {
        background: linear-gradient(110deg,#032342,#3c6c9b);
    }
    .contactos li:nth-child(4) a {
        background: linear-gradient(110deg,#3578E5,#13428d);
    }
    .contactos li:nth-child(5) a {
        background: linear-gradient(110deg,#26d46a,#088639);
    }
    
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}











