/*Quitar margenes*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

/*Darle forma al body de contactanos*/
body {
    font-family: verdana;
    background-attachment: fixed;
    background-position: center;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background: url(../img/geometry2.png);
}

.container {
    margin: auto;
    width: 50%;
    background-position: center;
}


/*
/* === FORM STYLE === */
.form-control {
    height: 45px;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.form-control:focus {
    border-color: #e51a1a;
    box-shadow: none;
}


/* Reset box-shadow
/* ------------------------------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Transition elsements
-------------------------------------------------------- */
.navbar a,
.form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow
/* ------------------------------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}




/* === Typography === */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}



/* === FORM STYLE === */
.form-control {
    margin-top: 3px;
    height: 45px;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    box-shadow: 0px 0px 3px 0px red;

}

.form-control:focus {
    border-color: #e51a1a;
    box-shadow: none;
}

/* BUTTON STYLE
-----------------------------------------------------*/
/*common-btn*/
.btn {
    border: 0;
    border-bottom: 3px solid;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    padding: 9px 22px;
    cursor: pointer;
    border-radius: 999px;
}

/*large-btn*/
.btn-lg,
.btn-group-lg>.btn {
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 4px;
}

/*btn-primary*/
.btn-primary {
    background-color: #FFDB58;
    border-color: rgba(51, 51, 51, 0.15);
    color: #e51a1a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e51a1a;
    border-color: #e51a1a;
}

/*btn-info*/
.btn-info {
    background-color: #e51a1a;
    border-color: rgba(51, 51, 51, 0.15);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #e51a1a;
    border-color: #e51a1a;
}

/*btn-default*/
.btn-default {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #e51a1a;
    background-color: #fff;
    border-color: #fff;
}



button:focus {
    outline: none;
}

/* SECTION TITLE
----------------------------------------------------- */
.section-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #e51a1a;
text-shadow: 1px 1px 2px black;

}



/* === Contact Section === */


.contact-section strong {
    display: block;
    text-transform: uppercase;
    color: red;
}


.contact-form strong {
    margin-bottom: 40px;
}

.contact-form textarea.form-control {
    height: 115px;
}

.contact-form .btn {
    margin-top: 15px;
}

.contact-section div>i {
    float: left;
    font-size: 45px;
    margin-right: 20px;
}

.contact-section address,
.contact-section .contact-number {
    overflow: hidden;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 45px
}

.section-padding {
    padding: 120px 0 100px;
}


@media (max-width: 860px) {
    
    

    .container {
        margin: auto;
        width: 80%;
        background-position: center;
    }

    .section-title {
        font-size: 27px;
        font-weight: 280px;
    }
}

