﻿.wellcome_area {
    /*background-image: url(../Images/welcome-b.jpg);*/
    height: 200px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}

    .wellcome_area:after {
        position: absolute;
        width: 100%;
        left: 0;
        height: 2px;
        /*background-color: #fff;*/
        content: '';
        bottom: 0;
        z-index: 2;
    }

.line-shape {
    width: 80px;
    height: 2px;
    background-color: #002F63;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.img-opacity {
    height: 100%;
    border-radius: 10px;
    background-color: #000;
    opacity: .5;
}


.fade-in-overlay {
    position: relative;
    height: 250px;
    border-radius: 10px;
}

.vision {
    background: url('../Images/VISION.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mision {
    background: url('../Images/mision.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.politica {
    background: url('../Images/POLITICA_DE_CALIDAD.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fade-in-overlay .title {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: 600;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-opacity {
    height: 100%;
    border-radius: 10px;
    background-color: #000;
    opacity: .5;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #002F63;
    border-radius: 10px;
}

.fade-in-overlay:hover .overlay {
    opacity: 1;
}

.fade-in-overlay .text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 25%;
    left: 17%;
    -webkit-transform: translate(-10%, -10%);
    -ms-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%);
    text-align: justify;
}

.p-t-25{
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Set-up */
.valores {
    -webkit-perspective: 1000px;
    padding: 25px;
}

/* Container box to set the sides relative to */
.cube {
    text-align: center;
    margin: 0 auto;
    height: 100px;
    -webkit-transition: -webkit-transform .33s;
    transition: transform .33s; /* Animate the transform properties */
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* <-NB */
}

/* The two faces of the cube */
.flippety, .flop {
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189, .8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;*/
    /*box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;*/
    height: 100px;
}

/* Position the faces */
.flippety {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
}

.flop {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: rotateX(-90deg) translateZ(-50px);
    transform: rotateX(-90deg) translateZ(-50px);
}

/* Rotate the cube */
.cube:hover {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); /* Text bleed at 90º */
}

.azul1 {
    background-color: #5D89C8;
}

.azul2 {
    background-color: #0465B2;
}

.azul3 {
    background-color: #004E8C;
}

.azul4 {
    background-color: #013D73;
}

.submit {
    background-color: #005eb8;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 10px;
    transition: 0.3s;
}

    .submit:hover {
        color: #fff;
        background-color: #4eb4e8;
        opacity: 1;
        text-decoration: none
    }



.single-icon > i {
    font-size: 36px;
    color: #002F63;
}

.single-special > h4 {
    font-size: 22px;
    color: #002F63;
}

.single-icon {
    margin-bottom: 25px;
}
/*titulo defs iconos*/
.single-special > h4 {
    font-size: 22px;
    color: #002F63;
    margin-bottom: 15px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: #002F63;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}



.footer-social-icon > a > i {
    background: #002F63;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

    .footer-social-icon > a > i:hover {
        background: #fb397d;
        color: #fff;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

    .footer-menu ul li a {
        border-right: 2px solid #726a84;
        display: block;
        padding: 0 7.5px;
        color: #726a84;
    }

.footer-social-icon > a .active {
    background: #fb397d;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 30px;
}

.footer-menu {
    margin-bottom: 15px;
}

.copyright-text > p {
    margin-bottom: 0;
}

.indicaciones {
    color: #333;
    font-size: 1.5rem;
    font-weight: 300;
}