/*General Styles*/
html,body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;

    font-family: Century Gothic !important;
}

a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus, button:focus {   
  border-color: rgba(255, 69, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 69, 0, 0.6);
  outline: 0 none;
}
#mensaje:focus{
    border-color: rgba(255, 69, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 69, 0, 0.6);
    outline: 0 none;
}


/*xs*/
/*Home page*/
.social_link{
    font-size: 1.8rem;
}
.social_header{
    cursor: pointer;
    text-decoration: none;
    color: orangered;
    transition: color 0.8s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}
.social_header:hover{
    color: gray;
}

#mainimg{
    background-image: url("../media/main_image.jpg");
    background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:700px;
}
#maintext{
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
#maintext div{
    color: white;
    font-weight: bold;
    font-size: 2rem;
    line-height: 100%;
}
#quieres{
    font-size: 3rem; 
    line-height: 100%; 
    font-weight: 100;
}
#main_button{
    background-color: rgba(0, 0, 0, 0.6); 
    color: white; 
    font-weight: bold; 
    font-size: 1.2rem; 
    cursor: pointer;

    transition: font-size 0.2s, background-color 0.8s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}
#main_button:hover{
    font-size: 1.25rem;
    background-color: rgba(255,69,0, 1);
}

.nav-item{
    font-size: 1.3rem;
    padding: 0rem 2.5rem;
}

#carousel{
    height: 700px;
}
#carousel_container{
    height: 700px;
}
.carimg{
    height: 700px;
}

#promo_mes{
    height: 700px;
}

#nosotros{
    background-image: url("../media/nosotros.jpg");
    background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	height: 700px;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}

#servicios{
    background-image: url("../media/servicios.jpg");
    background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	height:900px;
    /*width:300px;*/
    /*padding-top: 50%;*/
}
#serviciostext{
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
#serviciostext div{
    color: white;
    font-weight: bold;
    font-size: 2rem;
}
.service{
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);

    display: block;
    width: 140px;
    height: 140px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
}
.service:hover{
    background-size: 100px;
}

#conoce_servicios{
    border: 4px solid white;
    padding: 0.7rem 2.4rem;
    font-size: 1.3rem;
    font-weight: 50;
    color: white;

    transition: font-size 0.2s, border 0.8s, color 0.8s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}
#conoce_servicios:hover{
    color: orangered;
    border: 4px solid orangered;
    font-size: 1.4rem;
}

.form-control{
    border: 2px solid gray;
}
.col-form-label{
    font-size: 1.3rem;
}
#enviar_formulario{
    border: 2px solid orangered;
    background-color: white;
    color: orangered;
    padding: 0.5rem 4rem;
    font-size: 1.4rem;
    cursor: pointer;

    transition: background-color 0.4s, font-size 0.4s, border 0.4s, color 0.4s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}
#enviar_formulario:hover{
    border: 2px solid orangered;
    background-color: orangered;
    color: white;
    padding: 0.5rem 4rem;
    font-size: 1.5rem;
}

.social_footer{
    width: 2.5rem;
    cursor: pointer;
    text-decoration: none;
    color: orangered;
    transition: color 0.8s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}
.social_footer:hover{
    opacity: 0.7;
    color: white;
}


.footer_link{
    font-size: 1rem;
    color: white;
    transition: color 0.8s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
}
.footer_link:hover{
    color: orangered;
}

/*Servicios*/
.fila{
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;
    height: 670px;
}
.header_services{
    background-position:top;
    background-repeat:no-repeat;
    background-size: 930px 670px;
    height: 670px;
}
.fila h1{
    color: orangered;
}
.tint{
    background-color: rgba(0, 0, 0, 1);
}
.descriptionr{

}
.descriptionl{

}
.service_text{
    font-size: 1.5rem;
    margin: 1rem 0rem;
}
.conoce_mas{
    margin-top: 2rem;
    cursor: pointer;
}

#services_heading{
    background-image: url("../media/servicios/header.jpg");
}
#services_heading p{
    line-height: 80%;
}
#services_heading1{
    font-size: 1.6rem;
}
#services_heading2{
    font-size: 4rem;
}
#services_heading3{
    font-size: 1rem;
}

#equipo{
    background-image: url("../media/servicios/computo.jpg");
}
#cercas{
    background-image: url("../media/servicios/cercas.jpg");
}
#soporte_contable{
    background-image: url("../media/soporte_contable.jpg");
}
#voz_datos{
    background-image: url("../media/voz_datos.jpg");
}
#diseno{
    background-image: url("../media/servicios/dis.png");
}
#auto{
    background-image: url("../media/servicios/Autosm.png");
}

/*sm*/
@media (min-width: 300px) {

}
/*iPhone X?*/
@media (min-width: 375px) {
    .fila{
        background-position:top;
        background-repeat:no-repeat;
        background-size:cover;
        height: 810px;
    }
    .header_services{
        background-position:top;
        background-repeat:no-repeat;
        background-size: 930px 810px;
        height: 810px;
    }
}
/*iPhone 6 Plus*/
@media (min-width: 377px) {

}
/*md*/
@media (min-width: 768px) {
    /*Home page*/
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
    }
    .carousel-control-next-icon:after
    {
    content: '>';
    font-size: 55px;
    color: red;
    }
    .carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: red;
    }

    .social_link{
        font-size: 1.5rem;
    }
    .social_header{
        width: 2rem;
        text-decoration: none;
        color: orangered;
        transition: color 0.8s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }
    .social_header:hover{
        opacity: 0.7;
        color: gray;
    }

    #mainimg{
        background-image: url("../media/main_image.jpg");
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        height:700px;
        /*width:300px;*/
        /*padding-top: 50%;*/
    }
    #maintext{
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
    }
    #maintext div{
        color: white;
        font-weight: bold;
        font-size: 3rem;
        line-height: 70%;
    }
    #quieres{
        font-size: 5rem; 
        line-height: 100%; 
        font-weight: 100;
    }
    #main_button{
        background-color: rgba(0, 0, 0, 0.6); 
        color: white; 
        font-weight: bold; 
        font-size: 1.2rem; 
        cursor: pointer;

        transition: font-size 0.2s, background-color 0.8s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }
    #main_button:hover{
        font-size: 1.25rem;
        background-color: rgba(255,69,0, 1);
    }

    .nav-item{
        font-size: 1.3rem;
        padding: 0rem 2.5rem;
    }
    .nav-item:hover{
        
    }

    #carousel{
        height: 552px;
    }
    #carousel_container{
        height: 552px;
    }
    .carimg{
        height: 552px;
    }

    #nosotros{
        background-image: url("../media/nosotros.jpg");
        background-position:center;
        background-repeat:no-repeat;
        background-size:cover;
        height:700px;
        /*width:300px;*/
        /*padding-top: 50%;*/
        transition: background-size 0.2s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }

    #servicios{
        background-image: url("../media/servicios.jpg");
        background-position:top;
        background-repeat:no-repeat;
        background-size:cover;
        height:620px;
        /*width:300px;*/
        /*padding-top: 50%;*/
    }
    #serviciostext{
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
    }
    #serviciostext div{
        color: white;
        font-weight: bold;
        font-size: 1rem;
    }
    #left_services_upper{
        margin-top: 9rem;
        margin-right: 6rem;
    }
    #left_services_bottom{
        margin-top: 4rem;
        margin-right: 6rem;
    }
    #services_right_upper{
        margin-top: 9rem;
        margin-left: 6rem;
    }
    #services_right_bottom{
        margin-top: 4rem;
        margin-left: 6rem;
    }
    .service{
        background-size: 80px;
        background-repeat: no-repeat;
        background-position: center;
        background-clip: border-box;
        transition: background-size 0.2s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);

        display: block;
        width: 190px;
        height: 190px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        text-indent: 100%;
        white-space:nowrap;
    }
    .service:hover{
        background-size: 170px;
    }

    #conoce_servicios{
        border: 4px solid white;
        padding: 0.7rem 2.4rem;
        font-size: 1.3rem;
        font-weight: 50;
        color: white;

        transition: font-size 0.2s, border 0.8s, color 0.8s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }
    #conoce_servicios:hover{
        color: orangered;
        border: 4px solid orangered;
        font-size: 1.4rem;
    }

    .form-control{
        border: 2px solid gray;
    }
    .col-form-label{
        font-size: 1.3rem;
    }
    #formulario_submit{
        border: 2px solid orangered;
        background-color: white;
        color: orangered;
        padding: 0.5rem 4rem;
        font-size: 1.4rem;
        cursor: pointer;

        transition: background-color 0.4s, font-size 0.4s, border 0.4s, color 0.4s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }
    #formulario_submit:hover{
        border: 2px solid orangered;
        background-color: orangered;
        color: white;
        padding: 0.5rem 4rem;
        font-size: 1.5rem;
    }

    .social_footer{
        text-decoration: none;
        color: orangered;
        transition: color 0.8s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }
    .social_footer:hover{
        opacity: 0.7;
        color: white;
    }

    .footer_link{
        font-size: 1.5rem;
        color: white;
        transition: color 0.8s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    }
    .footer_link:hover{
        color: orangered;
    }

    /*Servicios*/
    .fila{
        background-position:top;
        background-repeat:no-repeat;
        background-size:cover;
        height: 720px;
    }
    .header_services{
        background-position:top;
        background-repeat:no-repeat;
        background-size: cover;
        height: 720px;
    }
    .fila h1{
        color: orangered;
    }
    .tint{
        background-color: rgba(0, 0, 0, 1);
    }
    .descriptionr{
        padding-right: 12rem;
        padding-left: 5rem;
    }
    .descriptionl{
        padding-left: 7rem;
        padding-right: 8rem;
    }
    .service_text{
        font-size: 1.5rem;
        margin: 1rem 0rem;
        text-align: justify;
    }
    .conoce_mas{
        cursor: pointer;
    }

    #services_heading{
        background-image: url("../media/servicios/header.jpg");
    }
    #services_heading p{
        line-height: 80%;
    }
    #services_heading1{
        font-size: 2.2rem;
    }
    #services_heading2{
        font-size: 5rem;
    }
    #services_heading3{
        font-size: 1.8rem;
    }
}
/*lg*/
@media (min-width: 992px) {
    /*HOME*/
    #left_services_upper{
        margin-top: 9rem;
        margin-right: 6rem;
    }
    #left_services_bottom{
        margin-top: 4rem;
        margin-right: 6rem;
    }
    #services_right_upper{
        margin-top: 9rem;
        margin-left: 6rem;
    }
    #services_right_bottom{
        margin-top: 4rem;
        margin-left: 6rem;
    }
    .service{
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: center;
        background-clip: border-box;
        transition: background-size 0.2s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);

        display: block;
        width: 190px;
        height: 190px;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        text-indent: 100%;
        white-space:nowrap;
    }
    .service:hover{
        background-size: 170px;
    }
    /*SERVICES*/
    .fila{
        background-position:top;
        background-repeat:no-repeat;
        background-size:cover;
        height: 900px;
    }
    .header_services{
        background-position:top;
        background-repeat:no-repeat;
        background-size: cover;
        height: 900px;
    }
}
/*xl*/
@media (min-width: 1200px) {
    
}