body{
    font-family: 'Titillium Web', sans-serif;
}

.bg-head{
    background: white
    /*linear-gradient(to right,#50bebe 0,#099 50%,#0099b0 83%,#0099cb 100%);*/
    
}



.head-text{
    padding: 0;
    width: 100%;
}

/*.txt-head-c{
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 20px;
    overflow: auto;
    
}

i.i-head{
    float: left;
    padding: 10px 20px;
    font-size: 30px;
    color: #d9ad26;
    text-shadow: 2px 2px 5px black;
}*/

.flex-pin{
    display: flex;
    flex-direction: row;
    padding: 10px ;
    height: 80px;
}

.flex-call{
    display: flex;
    flex-direction: row;
    padding: 10px ;
}

.flex-mail{
    display: flex;
    flex-direction: row;
    padding: 10px ;
    height: 80px;
}

.item-pin{
    margin-top: 10px;
}

.item-phone{
    margin-top: 10px;
}

.item-mail{
    margin-top: 10px;
}


i.i-head{

    text-align: left;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 2px 5px #3b3737;
    padding: 10px 20px 10px 10px;
}

.text-contact-head{
    font-size: 1em; 
    
}

a{
    color: #1a1a1a;

}

a:hover{
    color: rgb(74, 90, 161);
}








/*------ nav------------ */

.navbar{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    min-height: 100px;
}

.logo-nav{
    min-width: 160px;
    max-width: 180px;

}

/*---------fin------------*/



/*--------banner----------*/

#banner{
    background-image: url(/img/principal.jpg);
    background-size:  cover;
    padding-top: 60px;
    height: auto;
    color: #386280;
    max-width: 100%;
    height: auto;
}

.logo-banner{
    margin-top: 30px;
    
    width: 80%;
    height: auto;
}

h1.nom_empresa{
    font-size: 2.5em;
    font-family: 'Rubik', sans-serif;
    color: #1a1a1a;
    /*text-shadow: 1px 1px #f8f662;
    -webkit-text-stroke: 2px #f8f662;
    color: #386280;*/
    text-shadow: 2px 2px #f5f5f5;
    
}

h1.title{
    margin-top: 10px;
    font-size: 2.4em;
    color: #f5f5f5;
    text-shadow: 5px 5px 10px black;
}

/*-------- banner fin---------*/

/*------ descripcion-------------*/

section{
    padding: 10px 0;
    
}

#description-title{
    margin-top: 20px;
    padding: 20px 0;
    background-color: #386280;
}

h2.txt-description{
    font-size: 1.2em;
    color: #ffffff;
}

/*-------fin description----------*/

/*-------Service---------*/

.pricing-container{
    margin: 15px 0;
}

.plans{
    padding: 30px 20px;
    border-radius: 2px;
}



.plan-light{
    background: #ffffff;
    border: 2px solid #1a1a1a;
}

.plan-dark{
    background-color: rgba(255, 208, 6, .6);
    border: 2px solid #ffffff;
    color: #1a1a1a;
}

.plans h2{
    
    font-size: 2.5em;
    font-weight: 600;
    margin: 0;
}

.plans ul{
    list-style-type: square;
}
.plans ul li{
    font-size: 1.12em;
}

.list-none{
    visibility: hidden;
}

.txt-hidden b{
    visibility: hidden;
}



/*--------service fin ----------*/




/*.title{
    text-shadow:  2px 0 #ffffff;
    margin-left: 0;
}

.title-description{
    margin-top: 40px;
    color: #f5f5f5;
    text-shadow: 5px 5px 10px black;
}*/




/*--------fin-------------*/


/*h1{
    font-size: 100px;
    font-weight: 600;
    line-height: 80px;
}*/

/*h2{
    font-size: 48px; margin-bottom: 30px;
}*/

p{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 50px;
}

a:hover{
    text-decoration: none;
}


.bg-light-grey{
    background-color: #f5f5f5;
}

.bg-dark{background-color: #1a1a1a;}

.topmargin-xs{margin-top: 15px;}
.topmargin-sm{margin-top: 30px;}
.topmargin-lg{margin-top: 60px;}
.topmargin-lg1{margin-top: 100px;}

.btn{
    font-size: 15px;
    padding: 15px 25px;
    min-width: 160px;
    border-radius: 4px;
    display: inline-block;
}

.btn-light{
    background-color: #ffffff;
    color: #386280;
    border: 2px solid #ffffff;

}

.btn-dark{
    background-color: #1a1a1a;
    color: #ffffff;
    border: 2px solid #1a1a1a;
}

.btn-dark:hover{
    background-color: #f5f5f5;
    color: black;
    border: 2px solid black;
}

.btn-transparent{
    background-color: #1a1a1a;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-gray{
    background-color:rgba(0, 0, 0, .8);
    color: #f5f5f5;
}



.btn i{ font-size: 14px;
        margin-left: 5px;
}

.full-width{
    width: 100%;
}

.text-dark{
        color: #1a1a1a;
}

.divider {
    border-bottom: 2px solid #f5f5f5;
}

.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
    height: auto;
}

.form-control:focus{
    border: 1px solid #1a1a1a;
    outline: none;
    box-shadow: none;
}


/*.nav-link{ color: #1a1a1a;}
.nav-link:hover{ color: #1a1a1a;}*/



/*.navbar-toggler{ font-size: 40px;}
.navbar-toggler:focus {outline: none;}*/


.content-left{
    max-width: 800px;
    margin: 0 auto 60px 0;
    text-align: start;

}

.content-center{
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;

}

.portfolio-container{
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 2px;
}

.portfolio-container img{
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;

}

.portfolio-container:hover img{
    -moz-transform:  scale(1,1.05);
    -webkit-transform: scale(1,1.05);
    transform: scale(1,1.05);


}

.portfolio-details{
    position: absolute;
    bottom: 0px;
    left: 25px;
    z-index: 90;
    
}

.portfolio-details a h2{
    color: black;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 300;
}



.mt-6{
    margin-top: 2rem;
}

/* Linea separacion*/

#line-sp{
    margin-top: 0px;
    padding: 20px 0;
    background-color: #ffffff;
}

.line-separacion{
    margin: 0;
    width: 100%;
    border-top: 2px solid #386280;
}



/*#footer .list-inline .list-inline-item{
    padding: 10px 15px;
}*/

/* footer */
#footer{
    padding: 40px  0;
    text-align: center;
    color: #ffffff;
}

#footer a{
    color: #ffffff;
}

#footer a:hover{
    color: #386280;
}

.title-footer{
    color: #ffffff;
    text-shadow: 5px 5px 10px black;
}

i.i-footer{
    padding: 20px;
    font-size: 30px;
    color: #d9ad26;
    text-shadow: 2px 2px 5px black;
}

.list-inline{
    margin-top: 50px;
}

.col-sm-8{
    border-right: 2px solid #ffffff;
}

.ion-logo-instagram,.ion-logo-twitter,.ion-logo-facebook{
    padding: 10px 20px;
    font-size: 50px;

}

.ion-logo-instagram{
    background: linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ion-logo-twitter{
    color: #00acee;
}

.ion-logo-facebook{
    color: #3b5998;
    
}
.txt-footer-c{
        font-size: 15px;
        color: #ffffff;
        line-height: 1.8;
        margin: 20px 0;
}

/*------footer fin-----*/

/* -------small-----*/

.small{
    padding: 30px;
    margin-top: 30px;
}


/*  Inicio Efecto de margin */

.effects-margin{
    position: relative;
    display: inline-block;
    padding: 0px 0px;
    text-decoration: none;
    color: rbga(255,255,255,0.4);
    background-color: #262c37;
    transition: 0.5s;
}

.effects-margin:hover{
    color: rbga(255,255,255,1);
}

.effects-margin span{
    display: block;
    position: absolute;
    background-color: #2894ff;
}

.effects-margin span:nth-child(1){
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
}

.effects-margin:hover span:nth-child(1){
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.effects-margin span:nth-child(2){
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
    
}

.effects-margin:hover span:nth-child(2){
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s;
    
}

.effects-margin span:nth-child(3){
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;
    transition-delay: 0.5s;
}

.effects-margin:hover span:nth-child(3){
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
    transition-delay: 0.5s;
}

.effects-margin span:nth-child(4){
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
    transition-delay: 0.5s;
}

.effects-margin:hover span:nth-child(4){
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.5s;
    transition-delay: 0.5s;
}

/* Fin de efecto margin*/



@media (min-width: 576px) { 

    .col-md-3{
        padding: 5px;
        
    }

    .height-1{
        height: 80px;
    }

    .item-pin,
    .item-phone,
    .item-mail{
        margin-top: 5px;
    }

    .text-contact-head{
        font-size: 1.25em;
    }

    h1.title{
        font-size: 2.5em;
    }

    h2.txt-description{
        font-size: 2em;

    }

    
}



@media (min-width: 768px) {

    .flex-rows{
        display: flex;
        flex-direction: row;
    }

    .height-1{
        height: 150px;
        padding-bottom: 40px;
    }

    .logo-head{
        margin-top: 50px;
    }

    .box-logo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flex-pin{   
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .flex-call{   
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .flex-mail{   
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .icon-pos{
        margin-top: 10px;
    }

    .icon-pin{
        margin-top: 35px;
    }

    .text-dir{
        text-align: center;
        
    }


    i.i-head{

        padding: 0;
    }
    .text-contact-head{

        font-size: 0.8em;
        text-align: center;
    }
   

    .text-contact-head b{
        visibility: hidden;
    }

    .space-hidden{
        visibility: hidden;
    }

    h1.title{
        font-size: 3em;
    }

    h2.txt-description{
        font-size: 2.5em;

    }

    h2.title-service{
        font-size: 1.6em;
    }

    .pricing-container{
        height: 440px;

    }

    .plans{
        height: 450px;
    }

    .plans ul li{
        font-size: 10px;
    }

    .topmmargin-sm1{
        margin-bottom: 0;
    }
}




@media (min-width: 992px) {

    #banner{
        background-image: url(/img/principal.jpg);
        background-size:  cover;
        padding-top: 60px;
        color: #386280;
        height: 500px;
        width: auto;
    }

    h1.title{
        margin-top: 10px;
        font-size: 3.5em;
        color: #f5f5f5;
        text-shadow: 5px 5px 10px black;
    }

    .text-contact-head{
        font-size: 1em;
        font-weight: bold;

    }
    h2.title-service{
        font-size: 2em;
    }
    .plans ul li{
        font-size: 16px;
    }

    .pricing-container{
        height: 570px;

    }

    .plans{
        height: 585px;
    }

}


@media (min-width: 1200px) {
    #banner{
        background-image: url(/img/principal.jpg);
        background-size:  cover;
        padding-top: 60px;
        color: #386280;
        height: 700px;
        width: auto;
    }

    h1.title{
        margin-top: 10px;
        font-size: 4em;
        color: #f5f5f5;
        text-shadow: 5px 5px 10px black;
    }

    h2.title-service{
        font-size: 3em;
    }
    .plans ul li{
        font-size: 20px;
    }

    .pricing-container{
        height: 700px;

    }

    .plans{
        height: 720px;
    }

}

@media (min-width: 2000px) {
    .item-pin{
        margin-top: 10px;
    }
    
    .flex-call{
        margin-top: 28px;

    }
    .item-phone{
        margin-top: 10px;
    }

    .flex-mail{
        margin-top: 28px;

    }
    
    .item-mail{
        margin-top: 10px;
    }
    #banner{
        background-image: url(/img/principal.jpg);
        background-size:  cover;
        padding-top: 60px;
        color: #386280;
        height: 1200px;
        width: auto;
    }

    h2.text-center.txt-description{
        font-size: 3em;
    }

    h1.title{
        margin-top: 80px;
        font-size: 7em;
        color: #f5f5f5;
        text-shadow: 5px 5px 10px black;
    }

    h2.title-service{
        font-size: 3em;
    }
    .plans ul li{
        font-size: 20px;
    }

    .pricing-container{
        height: 700px;

    }

    .plans{
        height: 720px;
    }

}

@media (min-width: 3200px) {

    #banner{
        background-image: url(/img/principal.jpg);
        background-size:  cover;
        padding-top: 60px;
        color: #386280;
        height: 1500px;
        width: auto;
    }

    h1.title{
        margin-top: 120px;
        font-size: 7.5em;
        color: #f5f5f5;
        text-shadow: 5px 5px 10px black;
    }





}