@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 200;
    src: url(./assets/tipografia/OpenSans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "Ramadra";
    font-style: normal;
    font-weight: 700;
    src: url(./assets/tipografia/Ramabhadra-Regular.ttf);
}
*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

/* ==========================================================================
   COLOR CODES
   ========================================================================== */

.color-red {
    color:#ff0000;
}

.color-green {
    color:#07BB00;
}

.color-light-blue {
    color:#BB00BB;
}

.color-blue {
    color:#0052FF;
}
.color-brown {
    color:#EB8F2D;
}
.color-black {
    color:#000000;
}
.color-white {
    color:#fff !important;
}


body{
    background-color: rgb(254, 253, 255);
    font-family: "OpenSans";
}
a{
    list-style: none !important;
    text-decoration: none;
}
li{
    list-style: none !important;
    text-decoration: none !important;
}
header{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 120px;
   background-color: rgb(227, 227, 228);
  
}
nav{
    width: 100%;
    height: 45px;
    background-color: rgb(90, 70, 134);
}
main{
    width: 100%;
    
}
footer{
    margin: 0;
    width: 100%;
    height: 120px;
    background-color: #1A2431 !important;
    color: rgba(255,255,255,0.4);
    font-size:12px;
    padding: 15px 0;
    
}
header .caja-logo{
    display: flex;
    justify-content: center;
    align-items: center;
   
    width: 40%;
    height: 120px;

}

header .caja-logo img{
    width: 270px;
}

header .caja-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 120px;
}

header .caja-contact img{
    width: 50px;
    height: 50px;
}
    
header .caja-direc{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
  
   
}

header .caja-direc img{
    width: 45px;
    height: 50px;
}

header .content{
    padding: 15px;
}
.cab-menu{
    display: none;
    width: 100%;
    height: 50px;
    background-color: rgb(206, 127, 8);
    z-index: 20020;
}
.cont-slider{
    width: 100%;
    
  
}
.cabezab{
    position: fixed;
    display: flex;
    width: 100%;
    top: 0;
    transition: all 0.7s;
    
    z-index: 1000;
}

/*-------------------------------------------------*/

/* ==========================================================================
   HEADER SECTION
   ========================================================================== */
#space {
     margin-top:20px;
     
}

/* ==========================================================================
   WELCOME SECTION
   ========================================================================== */
/*.contenedor{
    display: flex;
    width: 100%;
    max-width: 1024px;
    background-color: #007bb6;
}
*/
#welcome {
    padding:30px;
    background-color:rgba(32, 103, 145, 0.72);
}
    #welcome h2 {
        color:#fff;
        font-size:40px;
        font-weight:900;
        line-height:60px;
        padding-bottom:30px;
        border:0px;
    }
    #welcome span{
        background-color: #eb1b2c;
        border-radius: 10px;
        padding: 0 15px;
    }

    #welcome .btn{
        background-color: #f38217;
        color: #fff;
    }

    #welcome .btn:hover{
        background-color: #f59e4d;
        color: #fff;
    }
/*================================================================================
        ACERCA DE
===============================================================================*/
#acercade{
    width: 100%;
    display: flex;
}

#acercade .contenidos{
   display: flex;
   flex-wrap: wrap;
   background-color: #fff;
   border-radius: 16px;
   margin: 20px 0;
   border: solid 1px rgba(0,0,0,0.1);
   
}

#acercade .contenidos .img-1{
    width: 40%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;

}

.img-2{
    width: 40%;
    border-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;

}

#acercade .contenidos p{
    width: 60%;
    padding: 15px 20px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}
/*=======================================================
        SERVICIOS
==============================================================*/
#servicios{
    width: 100%;
    display: flex;
   
}

#servicios .content-servicios{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   background-color: #fff;
   border-radius: 16px;
   margin: 20px 0;
   
}
#servicios .content-servicios .servicio{
    display: block;
    max-width: 350px;
    
    justify-content: center;
    text-align: center;
    padding: 10px;
}

/*=====================================================================================
    PRECIOS
=======================================================================================*/
#precios{
    width: 100%;
    display: flex;
   
}

#precios .content-precios{
   display: flex;
   flex-wrap: wrap;
  
  
  width: 100%;
   
}

#precios .content-precios .precio{
    display: flex;
    flex-wrap: wrap;
    
}

/*=======================================
    PRICING STYLES
==================================================*/

.pricing-table-main {
display: flex;
flex-wrap: wrap;
justify-content: center;
    text-align: center;
  padding: 0;
  margin: 30px 0;
  line-height: 150%;
  text-align: center;
}

.pricing-table-main li {
  list-style: none;
  width: 350px;
  max-width: 350px;
  margin: 10px 20px;
}

.pricing-table-main > li {
  color: #fff;
 background-color: #979797;
 
}

.pricing-table-main > li.active {
  z-index: 1;
  color: #000;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
          background-color: #A5C4EB;
}

.pricing-table-main .round-body {
  display: table;
  width: 135px;
  height: 135px;
  margin: 0 auto 14px auto;
  border: 3px solid #fff;
  border-radius: 100%;

}
.pricing-table-main .price {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
.pricing-table-main .price .price-Unit {
  display: block;
}

.pricing-table-main .price .unit-info {
  font-size: 10px;
  font-weight: normal;
}

.pricing-table-main h2 {
  padding: 15px 0;
  text-transform: uppercase;
  font-weight:900;
  border-bottom:1px dotted #fff;
  margin-bottom:25px;
}
.pricing-table-main .main-features ul {
  padding: 0;
  margin: 0;
}
.pricing-table-main .main-features ul li {
  padding: 7px 0;
   border-bottom:1px dotted #fff;
}
.pricing-table-main .footer {
  padding: 25px;
  margin: 20px -16px 0;
  background: #E7E6E6;
}
/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

#contact-section {
    background-color: #FAFAFA;
    margin-top:50px;
}       
/*========================================================================MEDIA=======================================================================*/
@media screen and (max-width: 1024px) {
    header{
        height: auto;
    }
    header .caja-logo{
        width: 100%;
        height: 80px;
    }
    header .caja-logo img{
        width: 180px;
    }
    header .caja-contact{
        width: 100%;
        height: 60px;
    }
    header .caja-direc{
        display: none;
    }
    .cab-menu{
        display: block;
        padding: 10px 20px;
    }
    .caja{
        width: 100%;
        margin: 5px 0;
    }

}

@media screen and (max-width: 970px) {
#acercade .contenidos{
   display: flex;
   flex-wrap: wrap;
   background-color: #fff;
   border-radius: 16px;
   margin: 20px 0;
   
}

#acercade .contenidos .img-1{
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

}

#acercade .contenidos .img-2{
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

}

#acercade .contenidos p{
    width: 100%;
    border-radius: 0;
    padding: 15px 20px;
    border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
 
/*=======================================================
        SERVICIOS
==============================================================*/


#servicios .content-servicios .servicio{
    display: block;
    width: 100%;
    max-width: none;
   
   
}
}