/*!
 * Start Bootstrap - Freelancer v1.1.1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  font-weight: normal;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #17a6c2;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 700;
}

h3{
  color: #2c4450;
}

h4{
  color: #17a6c2;
}

p{
  color: #26656d;
}

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #17a6c2;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #17a6c2;
  color: white;
}
header .container {
  /* padding-top: 100px; */
 /* padding-bottom: 50px; */
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
   /* padding-top: 250px; */ 
   /* padding-bottom: 250px; */
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
  /*background: #2c4450;*/
  background: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  /*color: white;*/
  color: #17a6c2;
}
.navbar-custom .navbar-nav li a:hover {
  color: #17a6c2;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #26ccec;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #17a6c2;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #17a6c2;
  color: white;
  border-color: #17a6c2;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 10px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #17a6c2;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  
  .img_port{
  	display: none;
  }
}

/*  header section --------------*/

/*header{
  position: relative;
  z-index: 1;
  height:   700px;
}*/

 
.div_info{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent,#000);
  border-top: 1px solid #fff;
      min-height: 115px;
      max-height:   115px;
      height:   100%;
          z-index: 8;
}

    .div_info_1{
      height:   100%;
    }

    .div_info_1 .container{
        padding: 0;
        height:   100%;
    }


    .div_info_2{
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      height:   100%;
      padding:  0 25px;
    }

    .div_info_2_child{
    max-width: 50%;
    width: 100%;
    display: table;
    height: 100%;
    margin: auto;

    }
      
        .div_info_2 p{
              display: table-cell;  
              vertical-align: middle;
              color:  #fff;
        }

        .div_info_2 i{
              font-size: 55px;
              padding: 5px 8px;
              display: table-cell;  
              vertical-align: middle;
        }

/*  /  ---------------------*/

/*empresa section*/

.person-profile__social-icons_2 {
    position: absolute;
    top: -25px;
    right: 0;
    /*background-color: #26656d;*/
    background: #58a7b6;
    padding: 11px 30px 1px 10px;
    line-height: 1;
    width: 40%;
    height: 100%;
    height: 30px;
}

.person-profile__social-icons_2::before {
    position: absolute;
    content: '';
    left: -34px;
    bottom: 1.6px;
    width: 0;
    height: 0;
    border-bottom: 29px solid #58a7b6;
    border-left: 35px solid transparent;
}

.person-profile__social-icons_4{
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #cfcfcf;
    padding: 11px 30px 1px 10px;
    line-height: 1;
    width: 50%;
    height: 100%;
    height: 30px;
}

.person-profile__social-icons_4::before {
    position: absolute;
    content: '';
    right: -34px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 29px solid #cfcfcf;
    border-right: 35px solid transparent;
}

#portfolio .card_child_2{
  background: #eceeef;
}

#portfolio .card_child_2 i{
      text-align: center;
    font-size: 50px;
    border: 5px solid;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    display: table;
}


#portfolio{
  position: relative;
  z-index: 3;
  background: #fff;
}

#about{
  position: relative;
  z-index: 2;
}

#contact{
  position: relative;
  z-index: 3;
  background: #fff;
}


#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
/*#portfolio * {
  z-index: 2;
}*/
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #17a6c2;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #17a6c2;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #17a6c2;
  border-color: #17a6c2;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #17a6c2;
  border-color: #17a6c2;
}
.btn-success .badge {
  color: #17a6c2;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}


/*mine style =========== */

.nomar{
  margin: 0;
}

.nopad{
  padding: 0;
}

.pad_15{
  padding: 15px;
}





.card_box{
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }

    .card_child{
      margin: 30px auto;
    background: #ccc url(../img/prueba.png);
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 15px;
        height: 430px;
    }

@media (min-width: 768px) {

.card_box{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card_child{
  margin: auto;
  height: auto;
}

}

.card_child{
    background: #ccc url(../img/prueba.png);
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 15px;
    }

.card_child_2,.card_child_3{
    font-size: 14px;
    padding: 15px;
   height: 260px;
}

.card_child_2{
  background: #CFCFCF;

    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.41);
    position: relative;
    z-index: 1;
    top: 0;
    transition: 1s all;
    z-index: 2;
}

.card_child_3{
  /*background: #26656D url(../img/img_servicios2.jpg) no-repeat center center;*/
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.41);
    position: relative;
    transition: 1s all;
    top: -160px;
    position: relative;
    z-index: 1;
}

.card_title_box{
  position: relative;
      top: -26px;
          z-index: 2;

}

.card_title_child{
  background: #17A6C2;
  max-width: 90%;
  padding: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.55);
    transition: 1s all;
    border: 2px solid transparent;
    cursor: pointer;
}

.card_title_child:hover{
    border: 2px solid #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.55);
    transition: .8s all;
}

.card_title_child a{
    color: #26656d;
}

/*about*/

#about{
  background: url(../img/img_servicios4.jpg) fixed top center no-repeat;
  background-size: cover;
}

.btn{
  background: #239fda;
}



/*header slider*/

.cb-slideshow{
    position: absolute;
    z-index: 1;
    height: 100%;
    display: block;
    margin: 90px 0 0;
        padding-bottom: 90px;
}

/*portfolio section*/

#portfolio{
  position: relative;
  z-index: 2;
}


/*after*/

/*.hr_2:before {
    content: "";
    width: 109px;
    height: 2px;
    background: #26ccec;
    display: block;
    position: absolute;
    top: 75px;
    left: 22px;
    border
}

.hr_2:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    border: 7px double #26ccec;
    left: -3px;
    top: -15px;
    position: relative;
}*/

.hr_2{
    margin-top: 13px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
    position: relative;
}

.hr_2:before {
    content: "";
    width: 75px;
    height: 5px;
    background: #17a6c2;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -1;
}

.hr_2:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 7px double #17a6c2;
    left: -3px;
    top: -11px;
    position: absolute;
}

header .div_logo{
  display:  table-cell;
  vertical-align: middle;
}

footer .hr_2{
    margin-top: 13px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
    z-index: 8;
}




footer .hr_2:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #2c3e50;
    border-radius: 50%;
    border: 7px double #ccc;
    left: -3px;
    top: -11px;
    position: relative;
}


footer p{
  color: #fff;
}


#mapa{
  position:   relative;
  z-index: 2 ;
  padding: 0;
  max-height: 350px;
  clear: both;
}

    #mapa .capa-anti-eventos {
      background: rgba(23, 166, 194, 0.44); 
    width: 100%;
    height: 350px;
    position: absolute;
    cursor: pointer;
    z-index:  3;
    }

.floating-label-form-group{
    border: 1px solid #239fda;
    margin: 5px auto;

}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #239fda;
}

#contact form{
      max-width: 50%;
    margin: auto;
}



.boton{
  margin-left:  0;
}

.presupuesto{
  background:   #fff;
}

    .presupuesto a{
      color: #239fda !important;
    }

.hr_title {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #4bb0e0;
    width: 35%;
}

.hr_title:after {
    border: 2px solid #239fda;
    border-radius: 50%;
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    margin: auto;
    position: relative;
    top: -8px;
    background: #fff;
}

.row_about{
  text-align: center;
}

.row_about i{
        font-size: 50px;
    color: #2c4450;
    border-radius: 50%;
    border: 5px solid;
    padding: 20px;
    text-align:   center;
    margin-bottom: 25px;   
}

.row_about p{
        font-size: 18px;
      color: #2c4450;
}


.navbar-brand{
  position: relative;
  z-index: 9;
    height: auto;
    padding: 0;
}

.person-profile__social-icons {
    position: absolute;
    bottom: -24px;
    left: 0;
    /*background-color: #2c4450;*/
    background-color: #ffffff;
    padding: 0;
    line-height: 1;
    width: 30%;
    height: 100%;
    height: 30px;
}

.person-profile__social-icons::after {
    position: absolute;
    content: '';
    right: -30px;
    bottom: 0px;
    width: 0;
    height: 0;
    /* border-top: 25px solid #2c4450; */
    border-top: 31px solid #ffffff;
    border-right: 31px solid transparent;
}

.menu_info{
  background: #17a6c2;
  position: absolute;
    bottom: -24px;
    right: 0;
    padding: 5px 0;
    line-height: 1;
    width: 100%;
    height: 100%;
    height: 30px;
    z-index: -1;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.41);
    text-transform: lowercase;
        font-size: 16px;
}

/*.menu_info .redes a{
    border-radius: 3px;
    border: 1px solid #fff;
    max-width: 20px;
    display: block;
    float: right;
}*/

.menu_info a{
line-height: 20px;
color: #fff;
}

.fa-linkedin{
    color: #fff;
    border: 1px solid;
    padding: 2px;
    border-radius: 2px;
    font-size: 16px;
    width: 22px;
    height: 22px;
}

.fa-linkedin:hover{
background: #fff;
color: #26ccec;
}

p{
  font-size: 14px;
}


/*iconos*/

.row_about i{
  color: #17a6c2;
}

#portfolio i.fa:hover {
    background: #17a6c2;
    color: #fff;
    transition: .8s;
    border: 5px double;
}


img{
      margin: auto;
    display: block;
    max-width: 100%;
}

.quienes_somos{
  background: #003554;
      height: 100%;
     min-height: auto;
    max-height: 380px;
}

  .quienes_somos p{
    color: #fff;
  }

.quienes_somos_img{
    background: url(../img/quienes-somos-frisabel.png)right no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 380px;
    max-height: 380px;
}

.mar{
  margin: 15px;
}

.pad{
  padding: 15px;
}

.padh{
   padding: 0 50px;
}

.padv{
  padding: 50px 0;
}

  .padv_100{
  padding: 100px 0;
}
    .pad_100_15{
  padding: 100px 15px;
}

.pad_top{
  padding: 50px 0 0;
}

  .pad_top100{
    padding: 100px 0 0;
  }

.pad_bottom{
  padding: 0 0 50px;
}

/*header_section*/

.contact_info{
  text-transform: lowercase;
      background: #17a6c2;
    color: #003554;
}

.div_info{
  display: none;
}


.carousel{
  display:  none;
}

.img_port{
  height: 300px;
  background: url(../img/1.jpg) no-repeat center center;
  background-size: cover;
      display: table;
}

.img_port div{
display: table-cell;
vertical-align: middle;
width: 100%;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-right: 0; 
    margin-left: -15px;
    padding: 5px;
    margin-top: 5px;
}

.h1, h1 {
    font-size: 20px;
}

p{
      font-size: 12px;
}

.prespupuesto_p{
  padding: 15px;
  display: block;
}

.prespupuesto_img{
  display: none; 
}

.quienes_somos_img{
  display: none;
}

.quienes_somos_p{
  padding: 30px;
}

.presupuesto_img{
  display: none;
}

.child_3_1{
  background: url(../img/transportes-nacionales-internacionales.jpg) no-repeat bottom left;
      background-size: cover;
  top: -130px;
}

.child_3_2{
  background: url(../img/transportes-productos-refrigerados.jpg) no-repeat bottom left;
      background-size: cover;
      top: -130px;
}
.child_3_3{
  background: url(../img/equipos-multitemperatura.jpg) no-repeat bottom left;
      background-size: cover;
      top: -130px;
}
.child_3_4{
  background: url(../img/cargas-completas-grupaje.jpg) no-repeat bottom left;
      background-size: cover;
      top: -130px;
}
.child_3_5{
  background: url(../img/localizacion-gps.jpg) no-repeat bottom left;
      background-size: cover;
      top: -130px;
}
.child_3_6{
  background: url(../img/transporte-carne-colgada.jpg) no-repeat bottom left;
      background-size: cover;
      top: -130px;
}

/*mediaqueries*/

@media only screen and (min-width: 768px){ 
  .navbar-brand>img {
    display: block;
    margin: auto;
    max-width: 120px;
    width: 100%;
    padding: 12px;
}

.card_child:hover .card_child_2 {
    top: -8%;
    transition: 1s all;
}

.card_child:hover .card_child_3 {
    top: 8%;
    transition: 1s all;
}

.card_child:hover .card_title_child {
border: 2px solid #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.55);
    transition: .8s all;
    background: #26ccec;

}


.presupuesto_img{
  display: block;
}

.prespupuesto_p{
  padding: 50px 0;
  font-size: 15px;
}

.quienes_somos_img{
  display: block;
}


.quienes_somos p {
    font-size: 14px;
}

p{
      font-size: 14px;
}

.prespupuesto_img{
  padding: 0;
}

.h1, h1 {
    font-size: 36px;
}

.child_3_1{
  top: 0;
}

.child_3_2{
      top: 0;
}
.child_3_3{
      top: 0;
}
.child_3_4{
      top: 0;
}
.child_3_5{
      top: 0;
}
.child_3_6{
      top: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-right: -15px; 
    margin-left: -15px;
}

.img_port{
  display: none;
}

.carousel{
  display:  block;
}

.contact_info{
  display: none;
}

.card_child_3{
    top: 0;
}


  
}

.valores_box{
      /*background: #42838c; verde*/
      /*background: #42748c;*/
          position: relative;
    z-index: 1;
        background: url(../img/img_servicios2.jpg) no-repeat fixed;
    background-size: cover;
}


.valores_box .mision{
  background: rgba(255, 255, 255, 0.7);
  height: 515px;


}

  .valores_box .mision p{
  color: #fff;
  font-size: 16px;
  color: #003554;
}

  .mision_img{
    background: url(../img/mision-frisabel.jpg) no-repeat;
    min-height: 390px;
    background-size: cover;
    height: 100%;
  }

.valores_box .vision{
  background: rgba(255, 255, 255, 0.7);
  height: 515px;

}
  .valores_box .vision p{
  color: #fff;
  font-size: 16px;
  color: #003554;

}

.vision_img{
  background: url(../img/vision-frisabel.jpg) no-repeat;
  min-height: 390px ;
  background-size: cover;
  height: 100%;
}

.valores_box .valores{
  background: rgba(255, 255, 255, 0.7);
}

  .valores_box .valores p{
  color: #fff;
  font-size: 16px;
  color: #003554;

}

    .valores_box i{
          display: table-cell;
    font-size: 90px;
    vertical-align: middle;
    margin: 50% auto;
    }

.valoreslist_box .fa-check-circle{
  font-size: 35px;
  color: #fff;

}
  .valoreslist_box p{
    font-size: 16px;
    display: table;
    width: 100%;
    color: #fff;
  }

  .valoreslist_box span{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    color: #fff;

  }

  .valores_img{
    background: url(../img/valores.jpg) no-repeat;
      min-height: 370px;
  background-size: cover;
  height: 100%;
  }

  .valoreslist_box .first{
    text-align: right;
  }

    .valoreslist_box .second{
    text-align: center;
  }

    .valoreslist_box .third{
    text-align: left;
  }

.valoreslist_box .fa-check-circle{
  position: relative;
}

.dis_table{
      display: table;
    width: 100%;
}



@media only screen and (min-width: 1025px){ 
  .navbar-brand>img {
    max-width: 110px;
    padding: 0;
}
.div_info{
  display: block;
}

.menu_info{
  display: block;
}

  .p_20{
        font-size: 22px;
  }

}

.card_center{
  background: #ccc;
  padding: 15px 0;
  position: relative;
    z-index: 1;
}

  .presupuesto_img{
    background: url(../img/pidenos-presupuesto.png) right no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 300px;
    max-height: 300px;
  }

   footer .footer-above{
    clear: both;
   }


.separ{
  width: 100%;
  height: 100px;
  background: #fff;
}

footer .footer-below{
  float: left;
  width: 100%;
}


/*wp*/

.entry-header{
  height: auto;
margin: 100px auto;
padding: 15px 0;
}


.p_input{
font-size: 16px;
font-weight: bold;
margin-top: 15px;
}

.cv_input{
  padding: 15px;
}

.form_cv input{
border: 0;
max-width: 100%;
}

.form_cv .input{
 max-width: 100%;
border: 1px solid #17a6c2;
margin: 5px auto;
padding: 15px;
}

.form_cv textarea{
  max-width: 100%;
  width: 100%;
  border: 0;
  max-height: 100px;
height: auto;   

}

.form_cv form.wpcf7-form{
  max-width: 100% !important;
}


.btn_form input{
  border-radius: 0;
  padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 0;
background: #17a6c2;
color: #fff;
margin: 15px;
}

.ajax-loader{
  display: inline-block;
margin: 15px;
}

/*invalid*/

.wpcf7-not-valid-tip, .wpcf7-validation-errors{
  color: tomato;
  padding: 30px;
}


.screen-reader-response{
    color: tomato;
}

.form_presupuesto textarea{
  max-height: 120px;
}


select{
  width: 100%;
border: 0;
}

.solicitar_presupuesto{
  background: #239fda;
color: #fff;
}

  .solicitar_presupuesto a{
color: white !important;
    
  }


 .divider, .divider2{
margin: 25px auto;
    height: 6px;
    border-top: 3px solid #e0dede;
    position: relative;

        }

        .divider:before {content: "";
    /* background: #FFFFFF; */
    height: 15px;
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 6;
    border-top: 11px solid #E0DEDE;
        }

        .divider:after {
background: #E0DEDE;
    width: 20px;
    height: 10px;
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    top: -22px;
    border-radius: 50%;
    -moz-border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    border-radius: 100px 100px 0 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -15px;
    bottom: 0;

        }

.divider2{

}


        .divider2:before {content: "";
    /* background: #FFFFFF; */
    height: 15px;
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 6;
    border-top: 11px solid #E0DEDE;
        }

        .divider2:after {
background: #E0DEDE;
    width: 20px;
    height: 10px;
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    border-radius: 100px 100px 0 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
            transform: rotate(180deg);

        }

section h2,h1{
      background: rgba(204, 204, 204, 0.26);
      color: #003554;
      text-transform: uppercase;
}

.btn{
      border-radius: 0;
    border: 0;
}

.carousel-caption p{
  color: #ccc;
}

.person-profile__social-icons_4, .person-profile__social-icons_2{
  display: none;
}

.dest_text{
  font-size: 20px;
}

@media (max-width: 768px) {

.img_port{
	display: none;
}
}