/*--------------------------------------------------------------------- File Name:sucursales.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}



html {
     scroll-behavior: smooth;
}

body {
     color: #3f3730;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #F8F0DE;
     margin: 0
}

h1 {
     font-size: 25px;
     font-family: 'Poppins', sans-serif;
     letter-spacing: 1px;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #412818;
     margin: 0
}

h2 {
     font-size: 20px;
     font-family: 'Poppins', sans-serif;
     letter-spacing: 1px;
     font-weight: heavy;
     position: relative;
     padding: 0px 0px;
     font-weight: heavy;
     line-height: normal;
     color: #F8F0DE;
     margin: 0;
}



h3 {
     font-size: 18px;
     letter-spacing: 0px;
     font-family: 'Poppins', sans-serif;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #E57200;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

/*--
p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}
--*/
a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}



.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*---------------------------- ends preloader area ----------------------------*/


/*=============== header ======================*/
.header {
    width: 100%;
    height: 100px;
    padding: 20px 20px;
    background-color: #DDCBA4;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}

.logo {
     display:flex;
     flex-direction:column;
     justify-content:center;
     font-weight: 700; 
     font-size:14px;
}

.logo a img{
     flex-direction:column;
     align-items: center;
     justify-content:center;
}


/*=============== end header ======================*/


.titlepage {
     text-align: center;
     padding: 20px 40px 10px 40px;
}



.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #412818;
     padding-top: 13px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
}

.read_more {
     font-size: 17px;
     background-color: rgb(229, 114, 0);
     color: #f2e4c3;
     padding: 6px 0px;
     width: 100%;
     max-width: 157px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 55px;
     height: 43px;
     margin: 0px 0px 30px 0
}

.read_more:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}

/*=============== fold ======================*/
.fold{
   background-color: #E57200; 
   padding: 50px 30px;
   margin-bottom: 15px;
   text-align: center;
}

.plan_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:#412818;
    padding: 10px;
    border: 1px solid #E57200;
    border-radius: 8px;
    width: 70%;
}


/*=============== ends fold ======================*/


.container {
    display: flex;
    padding: 10px 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.sucursales-bloque {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 150px;
    justify-content: center;
}


.suc-info {
    display:flex;
    flex-direction: column;
    padding: 10px 10px;
    width: 100%;
    flex: 1 1 350px;
}

/*============= submenu ================*/

.submenu-sucursales {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 110px;
    padding-bottom: 10px;
    background-color: #F8F0DE;
}

.submenu-sucursales div {
    width: 20%;
    margin-bottom: 20px;
    margin-top: 20px;
}    
    
.submenu-sucursales a {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #412818;
    box-shadow: 2px 2px 5px #e2e8ee;
    border: 1px solid #E57200;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    background-color: white;
    padding: 3px 6px;
    margin: 5px;
}

.submenu-sucursales a:hover{
    background-color: #E57200;
}

/*============= end submenu ================*/
.about {
    background-color: #E57200;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    padding: 10px 0;
}

.container-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.col-md-5-about {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.d_flex-about {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.row-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.titlepage-about h2 {
    color:#291108;
    letter-spacing:0.50px; 
    font-family: inherit; 
    font-size: 32px; 
    text-align: center;
}

/*============= sign up section ================*/

.signup {
     display:flex;
     flex-direction: column;
     align-items:center;
     background-color: #F8F0DE;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 90px 60px;
}

.signup .titlepage {
     text-align: center;
     padding-bottom: 0;
}

.signup .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}


/*============ ends sign up section ==================*/

.questions {
    display: flex;
    flex-direction: column;
    margin: 20px 30px;
    align-content: center;
    align-items: center;
    font-size: 18px;
}

label {
    font-size: 17px;
    font-weight: 600;
}

input[type=submit] {
    display: flex;
    font-size: 17px;
    background-color: rgb(229, 114, 0);
    color: #f2e4c3;
    padding: 6px 0px;
    width: 100%;
    max-width: 157px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 55px;
    height: 43px;
    border: none;
}

input[type=submit]:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}

input {
    font-size: 15px;
    color: gray;
    width: 90%;
    text-align: left;
    display: inline-block;
    font-weight: 500;
}

.container-signup {
     max-width: 1170px;
}



/*============== footer-web ================*/

footer {
  display: flex;
  flex-wrap: wrap;
  background:#DDCBA4;
  color: #412818;
  padding: 30px;
  justify-content: space-evenly;
}

footer a {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  text-decoration: none;
  color:#E57200;
  font-weight: 600;
}

footer a:hover {
  opacity: 100;
  color:#412818;
  opacity: .8;
}

footer #left-footer {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo ul {
    display: flex; 
    flex-direction: column; 
    align-items: start;
    padding-left: 20px;
}

footer #left-footer-logo li {
    text-align: start;
    font-size: 2em;
}

footer #left-footer h3 {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  color: #412818;
  font-weight: 700;
  padding: 20px;
}

footer #left-footer ul {
  padding: 20px;
  list-style: none;
  line-height: 1.5;
}


#social-media-footer ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: 25px;
}

#social-media-footer li {
    padding: 0px 20px 10px 0px;
}


.bottom-footer{
font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
background-color: #4E3629;
height: 20%;
width: 100%;
padding: 25px;
text-align: center;
}

/*============== ends footer-web ================*/


/***********************************************************************************/


/*======================================
                 Media Query
=========================================*/


/* ============== Mobile ============== */


@media screen and (max-width: 320px) {
 .titlepage-about h2 {
    font-size: 14px;  
 }   
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  .titlepage-about h2 {
    font-size: 26px;  
 }
 .sucursales-bloque {
     padding: 20px 45px;
 }
 
 .plan_text {
     width: 50%;
 }
}

/* ============== Tablet ============== */

@media screen and (min-width: 768px) and (max-width: 991px) {
   .titlepage-about h2 {
    font-size: 35px;  
 }
 
 .plan_text a {
     font-size: 12px;
     width: 70%;
 }
}

@media screen and (min-width: 1024px) and (max-width: 1366px)  {
  .titlepage-about h2 {
    font-size: 35px;  
 }    
}    

/** end page css **/