@import url(http://weloveiconfonts.com/api/?family=zocial);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
    font-family: puntomas;
    src: url(../fonts/puntomas.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Intelo";
    font-weight: Regular;
    src: url("../fonts/Intelo-Regular.ttf");
}

@font-face {
    font-family: "Intelo";
    font-weight: Bold;
    src: url("../fonts/Intelo-Bold.ttf");
}

* {
    font-family: Intelo;
}

#layerPromo {
    cursor: pointer;
}

#years {
    height: 200px;
    width: 200px;
    border-radius: 99999px;
    border: solid 7px #ff5800;
    box-shadow: 0px 0px 0px 10px #ff8500;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
}

#years span {
    display: block;
}

#years #yearsNum {
    font-weight: bold;
    font-size: 6.5em;
    margin-bottom: -25px;
}

#years #yearsSub01 {
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 3px;
    margin-bottom: -12px;
}

#years #yearsSub02 {
    font-size: 1.6em;
}

.iconoMas::first-letter {
    font-family: puntomas;
    color: #ff5800;
    font-size: 1.8em;
    padding-right: 4px;
    font-weight: normal;
    transition: all .4s ease-in-out;
}

.iconoPemex::first-letter {
    font-family: puntomas;
    color: #ff0000;
    font-size: 1.8em;
    padding-right: 4px;
    font-weight: normal;
    transition: all .4s ease-in-out;
}

.iconoBp::first-letter {
    font-family: puntomas;
    color: #00A656;
    font-size: 1.8em;
    padding-right: 4px;
    font-weight: normal;
    transition: all .4s ease-in-out;
}

.iconoMobil::first-letter {
    font-family: puntomas;
    color: #006cb7;
    font-size: 2.2em;
    padding-right: 5px;
    font-weight: normal;
    transition: all .4s ease-in-out;
}

.imgMobil {
    margin-bottom: 3px;
    margin-right: 2px;
    width: 30px;
}

.solicitala {
    font-size: 1.1em !important;
}

#contactPhones>div {
    display: flex;
    flex-direction: column;
    border: solid 2px #ff8500;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #ff8500;
    box-shadow: 0px 3px 10px rgba(255, 133, 0, .5);
    padding: 2% !important;
}

#contactPhones #tituloAyuda {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

#contactPhones #subtituloAyuda {
    font-size: 1em;
    color: white;
    margin-bottom: 10px;
}

#contactPhones #phoneContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#contactPhones .phoneSub {
    display: flex;
    flex-direction: row;
    text-align: left;
}

#contactPhones .phoneSub span {
    display: block;
    margin: 0 10px;
    font-size: 1.1em;
}

#contactPhones .esphones span {
    color: white;
}

@charset "UTF-8";

/* CSS Document */

html {
    /* background-color: #ff5800;
	background-image: url(../images/logo_mas_blanco.svg);
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: center;
	height: 100vh; width: 100vw;
	overflow: hidden;
	animation-name: masAnim;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out; */
}

@keyframes masAnim {
    0% {
        background-size: 100px;
    }
    100% {
        background-size: 120px;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    padding: 0 20px;
    /* opacity: 0;
	transition: all 0.2s; */
}

a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
    outline-style: none !important;
    -moz-outline-style: none !important;
}

a:active,
a:active * {
    outline-style: none !important;
    -moz-outline-style: none !important;
}

a:focus,
a:focus * {
    outline-style: none !important;
    -moz-outline-style: none !important;
}


/*******/


/*HEADS*/


/*******/

h1 {
    color: #333;
    font-size: 42px;
    font-weight: 700;
}

h2 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}

.space10 {
    margin-bottom: 10px;
}

.space15 {
    margin-bottom: 15px;
}

.space20 {
    margin-bottom: 20px;
}

.space25 {
    margin-bottom: 25px;
}

.space30 {
    margin-bottom: 30px;
}

.space35 {
    margin-bottom: 35px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

.space100 {
    margin-bottom: 100px;
}

.space110 {
    margin-bottom: 110px;
}

.space120 {
    margin-bottom: 120px;
}


/*******/


/*NAVAR*/


/*******/

.navbar {
    background: transparent;
    border-radius: 0px;
    border: 0px;
    font-size: 14.5px;
    font-weight: 300;
}

.navbar-position {
    position: relative;
    z-index: 2;
}

.bg-top {
    border-radius: 0px 0px 10px 10px;
    background: url(../images/bg-top.jpg) no-repeat;
    background-color: #000 !important;
    background-size: 100% 100%;
    background-position: center;
    color: #FFF;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-weight: 300;
}

.bg-top p {
    padding-top: 10px;
}


/*************/


/*NAVAR PILLS*/


/*************/

.nav-pills>li>a {
    border-radius: 20px;
    border: 1px solid #F60;
    color: #000;
    width: 98%;
    font-size: 12.5px;
    transition: all .4s ease-in-out;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a::first-letter {
    color: #fff !important;
    background-color: #F60;
}


/****************/


/*DROPDOWN MENUS*/


/****************/


/* .dropdown-menu-custom {
	width:100%;
	text-align:center;
	border:2px solid #F90;
	font-size:16px;
	font-weight:bold !important;
} */

.dropdown-menu-custom {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: max-content;
    box-sizing: content-box;
    text-align: justify;
    border: 2px solid #F90;
    font-size: 16px;
    font-weight: bold !important;
    transition: all .4s ease-in-out;
}

.dropdown-menu-custom li {
    margin: 0 auto !important;
}

.dropdown-menu-custom li a {
    padding: 3px 80px !important;
}

.noIcono::first-letter {
    opacity: 0;
}

.dropdown-menu-custom a:hover {
    background-color: #F90 !important;
    color: #000 !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #f60;
}


/***************/


/*SLIDER CUSTOM*/


/***************/

.slider-custom {
    position: relative;
    z-index: 0;
    margin-top: -10%;
}

.container-custom {
    width: 95%;
    margin: auto;
    background-color: #000 !important;
}

.ls-minimal {
    padding: 0px !important;
    background: #000 !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
}


/*************/


/*BACKGROUNDS*/


/*************/

.acerca {
    background: url(../images/bg-index-01.jpg) no-repeat scroll;
    background-size: 130% 130%;
    background-position: right;
    border-radius: 10px;
}

.acerca h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #ff9933;
}

.acerca p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.mision {
    background: url(../images/bg-mision.jpg) no-repeat scroll;
    background-size: cover;
    border-radius: 10px;
}

.mision h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #ff9933;
}

.mision p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.vision {
    background: url(../images/bg-vision.jpg) no-repeat scroll;
    background-size: cover;
    border-radius: 10px;
}

.vision h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #ff9933;
}

.vision p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.valores {
    background: url(../images/bg-valores.jpg) no-repeat scroll;
    background-size: cover;
    border-radius: 10px;
}

.valores h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #ff9933;
}

.valores p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.combustible {
    background: url(../images/bg-index-02.jpg) no-repeat scroll;
    background-size: 100% 100%;
    border-radius: 10px;
    border: 3px solid #ff6633;
}

.combustible h1 {
    font-size: 2.5em;
    font-weight: 500;
    font-style: italic;
    color: #ff9933;
}

.combustible p {
    font-size: 18px;
    font-weight: 400;
    color: #ff9933;
}

.estaciones {
    background: url(../images/bg-index-03.jpg) no-repeat scroll;
    background-size: 100% 100%;
    border-radius: 10px;
}

.estaciones h1 {
    font-size: 2.5em;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

.estaciones p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.flotillas {
    background: url(../images/bg-index-04.jpg) no-repeat scroll;
    background-size: 100% 100%;
    border-radius: 10px;
}

.flotillas h1 {
    font-size: 2.5em;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

.flotillas p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.facturacion {
    background: url(../images/bg-index-05.jpg) no-repeat scroll;
    background-size: 100% 100%;
    border-radius: 10px;
}

.facturacion h1 {
    font-size: 2.5em;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

.facturacion p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.mascerca {
    background: url(../images/bg-index-06.jpg) no-repeat scroll;
    background-size: cover;
    border-radius: 10px;
}

.mascerca h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #ff9933;
}

.mascerca p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.estacion p {
    padding: 3%;
    font-size: 18px;
}

.dudas {
    background: #000;
    border-radius: 10px;
    text-align: center;
    width: 45%;
    margin: 2.5%;
    padding: 6%;
}

.dudas h1 {
    font-size: 2.5em;
    font-weight: 500;
}

.dudas p {
    font-size: 20px;
    font-weight: 400;
    color: #b4b4b4;
}

.dudas small {
    color: #b4b4b4;
}

.hola {
    background: url(../images/btn-messenger-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 10px;
    width: 45%;
    margin: 2.5%;
    padding-top: 17.5%;
    padding-bottom: 5%;
}

.hola h1 {
    font-size: 2.5em;
    font-weight: 500;
}

.hola p {
    font-size: 20px;
    font-weight: 400;
    color: #b4b4b4;
}

.hola small {
    color: #b4b4b4;
    padding-left: 5%;
}

.hola-contacto {
    background: url(../images/btn-messenger-bg.png) no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 10px;
    width: 100%;
    margin: 2.5%;
    padding-top: 61.5%;
    padding-bottom: 5%;
}

.hola-contacto h1 {
    font-size: 2.5em;
    font-weight: 500;
}

.hola-contacto p {
    font-size: 20px;
    font-weight: 400;
    color: #b4b4b4;
}

.hola-contacto small {
    color: #b4b4b4;
    padding-left: 5%;
}

.contacto {
    background-color: #262626;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    margin: auto;
    border: 2px solid #f97300;
    box-shadow: 0 0 10px #000;
}

.contacto h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #ff5800;
}

.contacto p {
    font-size: 20px;
    font-weight: 400;
    color: white;
}

.messenger {
    background: none;
}

.messenger h1 {
    font-size: 3.5em;
    font-weight: 500;
    color: #333;
}

.messenger p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.bg-black {
    border-radius: 20px;
    background-color: #000;
    color: w;
}

.bg-footer {
    background: url(../images/bg-footer.jpg) no-repeat scroll;
    background-size: 100% 100%;
    padding-bottom: 10px;
}


/******/


/*BTNS*/


/******/

.btn-default {
    color: #ff6600 !important;
    border-radius: 50px;
}

.btn-white {
    color: #ff6600 !important;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
}

.btn-white:hover {
    color: #ff6600 !important;
    background: #ECECEC !important;
}

.btn-white-2 {
    color: #ff9900 !important;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
}

.btn-white-2:hover {
    color: #ff9900 !important;
    background: #ECECEC !important;
}

.btn-white-3 {
    color: #000 !important;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
}

.btn-white-3:hover {
    color: #000 !important;
    background: #ECECEC !important;
}

.btn-blue {
    color: #fff !important;
    background: #36C;
    border-radius: 50px;
    margin-right: 10px;
}

.btn-blue:hover {
    color: #fff !important;
    background: #39C !important;
}

.btn-orange-1 {
    color: #fff !important;
    background: #ff9900;
    border-radius: 13px;
    margin-right: 10px;
    margin-right: 10px;
    width: 110px;
        width: 110px;
}

.btn-orange-1:hover {
    color: #fff !important;
    background: #F60 !important;
}

.btn-orange-2 {
    color: #fff !important;
    background: #ff6600;
    border-radius: 13px;
    margin-right: 10px;
    width: 230px;
    width: 146px;
}

.btn-orange-2:hover {
    color: #fff !important;
    background: #F30 !important;
}

.btn-black {
    color: #fff !important;
    background: #000;
    border-radius: 13px;
    width: 110px;
}

.btn-black:hover {
    color: #fff !important;
    background: #333 !important;
}

.btn-instagram {
    color: #fff !important;
    background: #F39;
    border-radius: 50px;
    margin-right: 10px;
}

.btn-instagram:hover {
    color: #fff !important;
    background: #C39 !important;
}

.btn-twitter {
    color: #fff !important;
    background: #000000;
    border-radius: 50px;
    margin-right: 10px;
}

.btn-twitter:hover {
    color: #fff !important;
    background: #5e5e5e !important;
}


/************/


/*THUMBNAILS*/


/************/

.thumbnail {
    border-radius: 10px;
    margin-bottom: 0px;
}

.thumbnail-no-border {
    border: none;
}

.caption {
    text-align: center;
}

.thumbnail-custom {
    -webkit-box-shadow: inset 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
}

.border-orange {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(232, 117, 28, 0.4);
    -moz-box-shadow: 0px 0px 12px 0px rgba(232, 117, 28, 0.4);
    box-shadow: 0px 0px 12px 0px rgba(232, 117, 28, 0.4);
}

.border-black {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(173, 173, 173, 1);
    box-shadow: 0px 0px 12px 0px rgba(173, 173, 173, 1);
}

.border-gray {
    border: 2px solid #CCC;
}

.border-radius {
    border-radius: 10px;
}


/*******/


/*TEXTS*/


/*******/

.orange {
    color: #ff9900;
}

.orange small {
    color: #ff9966;
    font-weight: 300;
}

.orangedeep {
    color: #ff6600;
}

.blue {
    color: #3CF;
}

.black {
    color: #000;
}

.black small {
    color: #999;
    font-weight: 300;
}

.gray {
    color: #CCC;
    font-weight: 200;
}

.graylight {
    color: #8d8d8d !important;
    font-weight: 200 !important;
}

.text-padding {
    padding: 5%;
}

.top-padding {
    padding-top: 2.5%;
}

.top-padding-5 {
    padding-top: 5%;
}

.txt-custom {
    padding-top: 10%;
    font-size: 18px;
}

.fa-2x {
    font-size: 1.3em !important;
    margin-right: 5px;
}

.titulo-custom img {
    width: 420px;
    margin-top: 20px;
}


/*****/


/*IMG*/


/*****/

.img-full-width {
    padding: 0px;
    margin: 0px;
}

.img-full-width img {
    width: 100%;
}

.img-responsive-custom {
    max-width: 95%;
}

.img-center {
    margin: auto;
}


/**********/


/*COLUMNAS*/


/**********/

.col-gray {
    background-color: #CCC;
}

.no-padding {
    padding: 0px;
}


/***********/


/*JUMBOTRON*/


/***********/

.jumbotron {
    font-weight: 300;
    margin-bottom: 0px;
}

.jumbotron p {
    font-weight: 400;
}


/**********/


/*ELEMENTS*/


/**********/

.badge {
    min-width: 10px;
    padding: 3px 7px;
    font-size: 3.5em;
    font-weight: 200;
    line-height: 1;
    color: #F90;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: transparent;
    border-radius: 10px;
}


/******/


/*FORM*/


/******/

.form-control {
    margin: 0px;
}

.form-group {
    margin-bottom: 13px;
    padding: 3px;
}

#results,
#error,
#success,
#loading {
    display: none;
}

.alert-error {
    border-radius: 0;
    color: #fff !important;
    border: 0;
    background-color: red;
}

.alert-success {
    border-radius: 0;
    color: #fff !important;
    border: 0;
    background-color: #9C0;
}


/**************/


/*OVER EFFECTS*/


/**************/

.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


/***************/


/*CUSTOM FOOTER*/


/***************/

footer,
.brown {
    width: 100%;
    background: #000;
    color: #fff;
    margin-bottom: 0px;
    padding-top: 25px;
}

.brown h2 {
    color: #FFF;
}

footer .text-extra-small {
    color: #CCC;
}

footer span {
    color: #999;
}

.hr-footer {
    border-top: 6px solid #CCC;
}

footer a {
    color: #999;
    text-decoration: none;
}

footer a:hover {
    color: #CCC;
}

footer h3 {
    color: #b4b4b4;
    font-weight: 200;
}

footer h4 {
    color: #b4b4b4;
    font-weight: 200;
}


/**************/


/*MEDIA SCREEN*/


/**************/

@media screen and (max-width: 1440px) {
    .navbar {
        font-size: 14px;
        width: 100% !important;
    }
    .slider-custom {
        margin-top: -15%;
    }
}

@media screen and (max-width: 1280px) {
    .slider-custom {
        margin-top: -15%;
    }
}

@media screen and (max-width: 1024px) {
    .navbar {
        font-size: 12.5px;
        width: 100% !important;
    }
    .slider-custom {
        margin-top: -15% !important;
    }
    .bg-top {
        background-color: #000 !important;
        background-size: 100% 100% !important;
        padding-bottom: 20px !important;
        height: 50px;
    }
    .bg-top img {
        padding-top: 0px !important;
        width: 180px;
    }
    .bg-top p {
        padding-top: 5px;
        font-size: 19px;
    }
    .dudas {
        width: 40%;
        margin: 2.5%;
        padding: 6%;
    }
    .hola {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 100%;
        background-position: center;
        border-radius: 10px;
        width: 40%;
        margin: 2.5%;
        padding-top: 26%;
        padding-bottom: 5%;
    }
    .hola small {
        padding-left: 7%;
    }
}

@media only screen and ( max-width: 955px) {
    .acerca,
    .combustible,
    .estaciones,
    .flotillas,
    .facturacion,
    .mascerca {
        text-align: center;
    }
    .dudas {
        width: 45%;
        margin: 1%;
        padding: 2%;
        float: left;
    }
    .hola {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 80%;
        background-position: center;
        width: 45%;
        margin: 1%;
        padding-top: 23.5%;
        padding-bottom: 5%;
        float: right;
    }
    .hola small {
        padding-left: 8%;
    }
}

@media screen and (max-width: 800px) {
    .slider-custom {
        margin-top: -20% !important;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        font-size: 12.5px;
    }
    .slider-custom {
        margin-top: -20% !important;
    }
    .bg-top img {
        padding-top: 3px !important;
    }
    .acerca,
    .combustible,
    .estaciones,
    .flotillas,
    .facturacion,
    .mascerca {
        text-align: center;
    }
    .dudas {
        width: 45%;
        margin: 2.5%;
        padding: 6%;
    }
    .hola {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 100%;
        background-position: center;
        border-radius: 10px;
        width: 40%;
        margin: 2.5%;
        padding-top: 32%;
        padding-bottom: 5%;
    }
    .hola small {
        padding-left: 8%;
    }
    .hola-contacto {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 35%;
        background-position: center;
        border-radius: 10px;
        margin: 2.5%;
        padding-top: 61.5%;
        padding-bottom: 5%;
    }
    .hola-contacto small {
        padding-left: 3% !important;
    }
}

@media only screen and ( max-width: 640px) {
    .navbar {
        font-size: 14px;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .bg-top {
        background-color: #000 !important;
        background-size: 180% 100% !important;
        background-position: right;
        padding-bottom: 20px !important;
        height: 70px;
    }
    .bg-top img {
        padding-top: 13px !important;
    }
    .bg-top p {
        padding-top: 18px;
    }
    .thumbnail-custom {
        margin-bottom: 20px;
    }
    .dudas {
        width: 45%;
        margin: 1%;
        padding: 2%;
        float: left;
    }
    .hola {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 50%;
        background-position: center;
        width: 45%;
        margin: 1%;
        padding-top: 33%;
        padding-bottom: 5%;
        float: right;
    }
    .hola small {
        padding-left: 8%;
    }
}

@media only screen and ( max-width: 520px) {
    .acerca {
        background-size: 800% !important;
    }
    .acerca h1 {
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    }
    .acerca p {
        text-align: center !important;
    }
    .thumbnail-custom {
        margin-bottom: 20px;
    }
    .dudas {
        width: 100%;
        margin: 0% 0% 10%;
        padding: 6%;
    }
    .hola {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 40%;
        background-position: center;
        border-radius: 10px;
        width: 100%;
        margin: 0%;
        padding-top: 60%;
        padding-bottom: 10%;
    }
}

@media only screen and ( max-width: 414px) {
    .bg-top p {
        font-size: 14px !important;
        padding-top: 10px;
    }
    .acerca {
        background-size: 600%;
    }
    .acerca h1 {
        text-align: center;
    }
    .acerca p {
        text-align: center !important;
    }
    .thumbnail-custom {
        margin-bottom: 20px;
    }
    .dudas {
        width: 100%;
        margin: 0% 0% 10%;
        padding: 6%;
    }
    .hola {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 100%;
        background-position: center;
        border-radius: 10px;
        width: 100%;
        margin: 0%;
        padding-top: 60%;
        padding-bottom: 10%;
    }
    .hola-contacto {
        background: url(../images/btn-messenger-bg.png) no-repeat;
        background-size: 100%;
        background-position: center;
        border-radius: 10px;
        width: 100%;
        margin: 2.5%;
        padding-top: 61.5%;
        padding-bottom: 5%;
    }
}

@media only screen and ( max-width: 585px) {
    .bg-top p {
        padding-top: 0px !important;
    }
}


/* #logoHead, #slogan {
	transition: all 3s;
} */

.bg-top {
    font-size: 20px !important;
}

/* Estilos adicionales para centrar los botones en dispositivos móviles */
@media (max-width: 767px) {
    .btn-orange-1, .btn-orange-2, .btn-black {
        display: block;
        margin: 10px auto;
        width: auto; /* Permite que el ancho se ajuste al contenido */
        max-width: 90%; /* Opcional: límite de ancho máximo */
    }
}