
@media print {

    .panel-body, .panel-collapse{
        display: block !important;
    }

    .tab_container .tab-content p, .tab_container .tab-content h3{
        animation: inherit !important;

    }

}



*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


.navbar-toggle{
    border:1px solid white ;
}


.panel-body{
    background-color: #DEEBF7;;
    color: black ;
}

.panel-title{
    color: white;
}


@media only screen
and (min-device-width: 769px)
and (max-device-width: 951px){


    label{
        width: 50% !important;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

    label {
        display: grid !important;

    }

    .movileImg{
        display: none;

    }

}


.movileImg{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 120px;
}


ulMain li{
    width: 20%;
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait */
@media only screen
and (max-device-height: 415px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    fomrmInputs input {
        width: 96% !important;}

}


/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    #servicesTab .tab-content{
        height: auto !important;
    }


    .fomrmInputs input{
        width: 96% !important;
    }


    table{
        font-size: 13px;
    }


    label, input {
        display: none !important;
    }

}



.onmobile{
    height:  700px !important;
}

@font-face {
    font-family: "Open Sans Light";
    src: url("../fonts/OpenSans-Light.wof");
}

body{
    font-family: "Open Sans Light" !important; ;
    overflow-x: hidden;
}

li{
    list-style: none;
}

.TitleSer{
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 40px;
    position: absolute;
    top: 25%;
}


/*Tabs into accordion*/


/*Tabs*/
/*Fun begins*/
.tab_container {
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}

input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

label{
    font-weight: 400;
    font-size: 12px;
    display: block;
    float: left;
    width: 16.66%;
    padding: 1.5em;
    color: #292929;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    box-shadow: inset 0 3px #0f71b9;

}

#services label{
    width: 10%;
    padding-left: 1em;
    padding-right: 1em;
    height: 105px;
}




#services .tab_container{
    padding-top: 0px;
}


.contactInfo text{
    color: #AEAEAE;
    font-weight: 300;
    font-size: 16px;
}


#contactT{
    line-height: 36px;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
}

.panel-body h3{
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
}

.seis{
    font-weight: 600;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10
{
    display: block;
    padding: 20px;
    height: 1380px;
    background: #deebf7;
    color: #999;
    font-size: 16px;
    padding: 3em;
    border-bottom: 2px solid black;
    overflow: hidden;
}

#nav{
    margin-top: 0px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
    text-align: left;
}

.tab_container [id^="tab"]:checked + label {
    background: #1F4E79;
    box-shadow: inset 0 3px black;
}

.container [id^="tab"]:checked + label span {
    color: white;
}

.tab-content h3{
    font-weight: 600;
    line-height: 19px;
    font-size: 16px;
    color: #AEAEAE;
}

label:hover{
    color: #80bce1;

}


/*Media query*/
@media only screen and (max-width: 930px) {
    label span {
        font-size: 14px;
    }
    label .fa {
        font-size: 14px;
    }
}


@Media only screen and (max-width: 1280px)
    and (min-width:1180px ){


    .contactForm{
        right: 12vw !important;
    }


    .titleIndex{
        font-weight: 600;
        color: white;
        line-height: 30px;
    }

}

@media only screen and (max-width: 768px) {


    .marginNav{
        margin-left: 0px;
    }


    .contactForm{
        right: 0px !important;
        top: 0px !important;
        position: relative !important;
    }


    #services label{
        width: 100%;
        height: 55px;

    }

    .fomrmInputs input{
        width: 96% !important;
    }

    .contactForm {
        background: #515151;
            }

    .mainKnow{
        text-align: start;
    }


    #tab1:checked ~ #content1,
    #tab2:checked ~ #content2,
    #tab3:checked ~ #content3,
    #tab4:checked ~ #content4,
    #tab5:checked ~ #content5,
    #tab6:checked ~ #content6,
    #tab7:checked ~ #content7,
    #tab8:checked ~ #content8,
    #tab9:checked ~ #content9,
    #tab10:checked ~ #content10
    {
        height: 100%;
    }

    #services .tab_container{
        padding-top: 2%;

    }


    label{
        width: 100%;
        padding: 1.5em;
    }

    label .fa {
        font-size: 16px;
    }

    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*Home*/
.container-fluid{
    padding: 0% 0% 0% 0% !important;
}

.contactForm{
    background: #292929;
    color: white;
    text-align: center;
    z-index: 1;
    right: 25vw;
    float: right;
    margin-top: 4%;
    margin-bottom: 2%;
    width: 350px;
}

.mainFields{
    margin: 3%;
    width: -webkit-fill-available;
}

.btnContact{
    margin: 9%;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 25px 25px;
    padding: 14px;
}

.btnContact:hover{
    color: white;
}

btnContact:hover{
    color: white;
}

.mainImage{
    background-image: url("../img/forma-tu-empresa-main-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 591px;
}

.mainInfo{
    background-color: #292929;
    color: white;
    text-align: justify;
}

.mainKnow{
    line-height: 32px;
    font-size: 27px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 30px;
}

.mainWecan{
    line-height: 19px;
    font-size: 16px;
    color: #AEAEAE;

}

.nosotros{
    font-size: 21px;
    line-height: 25px;
    color: #AEAEAE;
    font-weight: 300;
}

.puedes{
    font-size: 27px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 300;
}

.mainICons{
    background: #0b71b9;
    border: 5px solid #0b71b9;
    border-radius: 50%;
    margin: 2%;
    color: white;

}



.loque{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
}

.acta{
    color: #80BCE1;
    font-weight: 600;
    font-size: 18px;
}



/*Quienes*/

.quienesTitle{
    padding-top: 5%;
    line-height: 36px;
    font-size: 30px;
    color: #292929;
    font-family: "Open Sans Light";
    font-weight: 600;
}


.textUno{
    line-height: 19px;
    font-size: 16px;
    color: #292929;
    text-align: justify;
    font-weight: 300;
}

.espaciado{
    background-color: transparent;
    border: none;
}


/**/

.contact{
    background-color: #292929;
    color: white;
}

.contactInfo{
    padding-top: 3%;

}


.navbar-nav > li {
    float: none;
    vertical-align: bottom;
}
#site-logo {
    top: 75px;
    position: relative;
    box-shadow: none !important;
}

#nav{
    position: relative;
    z-index: 10;
    background-color: #434343;
    margin-bottom: 0%;
    color: white;
    margin-top: 79px;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent !important;

}

#ulMain li:hover{
    box-shadow: inset 0 3px #0f71b9;

}

#nav a{
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
}

.borderNone{
    margin-top: -158px;
}

/*Footer*/

footer{
background-color: #f8f8f8;
    padding: 2%;
}

.footerMenu{
    border-bottom: 1px solid gray;
    padding: 0% 0% 0% 0%;
    margin-top: 20px;

}

.footerOptions, .footerOptions > li > a:focus{
    color: black !important;
    border: none !important;
    text-align: justify !important;

}

.developTide{
    text-align: end;
}



.maintitle{
    color: #292929;
    font-weight: 600;
}


.footerContainer{
    padding-top: 13px;
    padding-bottom: 30px;
}


/*Privacy*/

.privacyNotice{
    margin-top: 10%;
    line-height: 19px;
    font-size: 16px;
    color: #292929;
    text-align: justify;
}

.privacyList li{
    list-style: none;

    }

.table{
    margin-top: 2%;
    border: 1px solid #292929;
}
.marginAdd{
    margin-top: 3%;
    margin-bottom: 3%;
}

.fomrmInputs input{
    width: 30%;
    display: inline-block;
    margin-left: 4px;
    margin-right: 12px;
    border-radius: 0px;
}


.mensaje{
    margin-top: 3%;
    height: 111px !important;
    width: 97%;
    border-radius: 0px;
    margin-left: 3px;
}

.contact .container{
    padding: 2em;
}




