/* ESTILOS GENERALES */

html, body {background: #F1F1F1 !important; font-family: 'Montserrat', sans-serif !important; font-size: 12px !important;}
h1, h2 {font-weight: 700 !important;}
a {text-decoration: none !important;}


/*CONTENDORES*/
.container-block {
    display: block; 
}


.container-fluid {
    flex-direction: row;    
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.flex-container {
    display: flex;
    flex-direction: row;    
    justify-content: center;
    align-items: center;
    height: 100vh;            
}
.flex-col{
    display: flex;
}
.flex-row{
    display: inline-block;
    padding: 20px;
}
.item-flex{
    background-color: white;
    flex:1; 
    margin: 10px;
    display: flex;
    flex-direction: row;
    border-radius: 15px;   
    padding: 20px; 
}
.item {
    background-color: white;
    margin: 10px;
    flex-direction: row;
    border-radius: 15px;   
    padding: 20px; 
}

.item-flex-col{
    background-color: white;
    flex:1; 
    margin: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;   
    padding: 20px; 
}
.items {
    display: flex;
    justify-content: center;
    align-items: center;

}
.item-block {
    background-color: white;
    flex: 1;
    margin: 10px;
    flex-direction: row;
    border-radius: 15px;
    padding: 20px;
}
.col-2 {
    width: 50%;
}
.col-4a {
    width: 40%;
}
.col-6 {
    width: 60%;
}
.col-6a {
    width: 60%;
}
.col-7 {
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;   
}
.col-7a {
    width: 70%;
}
.col-79 {
    width: 79%;  
}

.col-100 {
    width: 100%; 
}

.login-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tcenter {
    text-align: center;
}
.t-grey {color: #505050;}
.t-softgrey {color: #a2a2a2;}
.t-orangeglobal {color: #183D72;}
h1,h2,h3 ,p{padding:0; margin: 0;}
p {font-size:12px}
h3 {font-size:1em}
.mb10 {margin-bottom: 10px;}
.main-img {    
    z-index: -1;
    margin-left: 30%;
    width: 80%;
    position: absolute;
}
input {
    width:93%;
    background-color: #f5f5f5;
    padding:10px;
    border:0px;
    border-radius: 5px;
}
::placeholder{
    color: #a2a2a2;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
select {
    width:93%;
    background-color: #f5f5f5;
    padding:10px;
    border:0px;
    border-radius: 5px;
}
textarea {
    padding:10px;
    border:0px;
    border-radius: 5px;
}
.btn {
    display: block;
    width: 93%;
    background: #F78054;
    color: white;
    border: 0px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
.space {
    height: 20px;
}
#social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon {
    width: 20px;
    height: 20px;
    margin: 5px;
}
.left-menu {
    height: 100%;
    min-height: 100vh;
    float: left;
    width: 250px;
    margin-left: -10px;
    margin-top: 20px;
    background: #347FB1;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
}
.left-menu img {
    margin-top: 10px;
    width: 250px;
}

.left-menu a {
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
}
.left-menu p {
    margin-bottom: 10px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}
.nav-menu {
    display: flex;
    flex-direction: column;
    padding-left: 15%;
}
.input-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    right: 6px;
}
.highlight{
    font-size: 5em;
    background-color: #489ACE;
    color: #489ACE;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.support-high{
    color:#505050;
    font-weight: 800;
    font-size: 1em;
}


/* NEGATIVE MARGINS */
.mtop-20 {margin-top: -20px;}
.mtop-40 {margin-top: -40px;}

/* MARGINS */
.mtop10 {margin-top: 10px;}
.mtop20 {margin-top: 20px;}
.mtop30 {margin-top: 30px;}
.m2 {margin: 2px;}
.m5 {margin: 5px;}
.m0 {margin: 0px;}

/* PADDING */
.p-10 {padding: 10px;}

/* TEXT ALIGN */
.t-right {text-align: right;}
.t-left {text-align: left;}
.t-center {text-align: center;}

/* JUSTIFY CONTENT */
.jc-center {justify-content: center;}
.jc-space-between {justify-content: space-between;}

/* DISPLAY FLEX */
.d-flex {display: flex;}

/* DISPLAY INLINE-BLOCK */
.d-inline-blocka {display: inline-block;}

/* WIDTH */
.w-30 {width: 30%;}
.w-100 {width: 100%;}

/* BUTTON STYLES */
.btn-new-service {
    width: 150px !important;
    font-family: 'Montserrat', sans-serif;overflow: hidden;
    border-radius: 15px;
    padding: 5px 10px;

}
.btn-new-service:hover {background: linear-gradient(180deg, rgb(24, 218, 163) 0%, rgb(19, 140, 106) 100%);}
.btn-cerrar {border: 0px; background: transparent;}
.btn-new-search {
    background: linear-gradient(180deg, rgba(247,128,84,1) 0%, rgba(249,103,87,1) 100%);
    width: 70px !important;
    font-family: 'Montserrat', sans-serif;overflow: hidden;
    border-radius: 15px;
    padding: 5px 10px;

}
.btn-new-search:hover {background: linear-gradient(180deg, rgb(24, 218, 163) 0%, rgb(19, 140, 106) 100%);}

/* BACKGROUND */
.bg-gr-orange {background: #163E72;}
.bg-white {background: white;}
.bg-softgrey {background: #f5f5f5;}
.bg-transparent {background: transparent;}
.bg-green-soft {background: #E6F7F2;}

/* FONT SIZES */
.fz-08px {font-size: 8px !important;}
.fz-10px {font-size: 10px !important;}
.fz-11px {font-size: 11px !important;}
.fz-12px {font-size: 12px !important;}
.fz-1em {font-size: 1em;}
.fz-1-4em {font-size: 1.4em;}
.fz-2em {font-size: 2em;}
h3 {font-size: 1.2em !important;}

/* FONT COLORS */
.fc-white {color: white !important;}
.fc-orange {color: #F78054 !important;}
.fc-orange-strong {color:  rgba(249,103,87,1) !important;}
.fc-orange-gradient {background: linear-gradient(180deg, rgba(247,128,84,1) 0%, rgba(249,103,87,1) 100%) !important;}
.fc-red {color: red !important;}
.fc-blue {color: #236EC2 !important;}
.fc-grey {color: #505050 !important;}
.fc-green {color: #168116 !important;}
.fc-purple {color: #6B2C91 !important;}
.fc-blue-2 {color: #008793!important;}
.fc-blue-3 {color: #b11b75!important;}
.fc-green-2 {color: #00A99D!important;}

/* FONT WEIGHT */
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 600 !important;}
.fw-800 {font-weight: 800 !important;}

/* FLOAT */
.float-right {float: right;}
.float-left {float: left;}

/* BORDER RADIUS */
.br-15px {border-radius: 15px;}

/* BORDER STYLES */
.border-dotted-orange {border: 2px dotted #F78054;}

/* MODAL OWN STYLES */
div#exampleModal {
    background-color: rgba(0, 0, 0, 0.4)
}

/* INPUT STYLES */
.input-modal {
    background-color: #D9D9D9 !important;
    padding:2px !important;
}

/* INDEPENDET STYLES TEXT */
.label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #2c2b2b;
    margin-top: 7px;
}
.datos {
    width: 100%;
}

/* TABLE STYLES */
th  {background: linear-gradient(180deg, rgba(247,128,84,1) 0%, rgba(249,103,87,1) 100%); color:white}
th.col-9, td.col-9{width: 130px!important; text-align: center; border: 1px white solid; font-size:10px; font-weight: 600;}
tr:nth-child(even) {background: #F1F1F1}
tr:nth-child(odd) {background: #FFF}


/* COLORES DE STATUS */
.solicitada {background: #d9b827;}
.aceptada {background: #1e9e1e;}
.contacto {background: #236EC2;}
.terminada {background: #111111;}
.cancelada {background: #e60000;}


/*LINKS DEL MENÚ*/
p, a.link-menu {  
    box-shadow: inset 0 0 0 0 white;
    margin: 2px -.25rem;
    padding: 0 .25rem;
    letter-spacing: 1.5px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a.link-menu:hover {
    background-color: white;
    box-shadow: inset 0 -2px 0 0 white;
    color: #2f1bb2;
    font-weight: bold;
}



/* DRAG AND DROP */
.upload-area{
    width: 70%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}
