@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/Roboto-Regular/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/Roboto-Bold/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/Roboto-Black/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
b, strong {
    font-family: 'Roboto-Bold';
}
a:hover, a:focus-visible {
    text-decoration: none;
	outline: none!important;
}
a, span {
    font-family: 'Roboto-Regular'; 
}
p {
    font-family: 'Roboto-Bold';
    color: #666666;
    line-height: 18px;
    margin: 0px;
}
.blutitle {
    font-family: 'Roboto-Bold';
    color: #00609C;
    text-transform: uppercase;
}
figure {
    margin: 0px;
}
.container {
    max-width: 850px;
    margin: auto;
}
#masthead {
    padding: 40px 0;
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: 1s all;
}
#masthead.down {
    background-color: white;
    padding: 10px 0;
    box-shadow: 0px 0px 10px 10px #0000003d;
}
#main-menu-wrapper {
    display: flex;
    justify-content: flex-end;
}
header.down #main-menu-wrapper ul li {
		margin-bottom: 13px;
}
#main-menu-wrapper ul li {
    margin-right: 15px;
}
#main-menu-wrapper ul li:last-child {
    margin-right: 0px;
}
#main-menu-wrapper ul li a {
    color: #000;
    font-family: 'Roboto-Regular';
}
.navbar {
    padding: 0px;
}
.wrappernavbar {
    width: 100%;
}
.custom-logo img{
    max-width: 325px;
    transition: .1s all;
}
#masthead.down .custom-logo img {
    max-width: 280px;
}
#main_section {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_section .info h2 {
    font-family: 'Roboto-Black';
    text-transform: uppercase;
    color: #074971;
    font-size: 3rem;
    line-height: 1;
}
#main_section .info h2 span {
    font-family: 'Roboto-Black';
    color: #00609C;
}
#second_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#second_section img {
    position: absolute;
    bottom: 0px;
    left: 5vw;
    max-width: 48vw;
}
#second_section .info {
    margin-top: 20%;
}
#second_section .info h2 {
    font-size: 2.5rem;
}
#second_section .info h4 {
    font-size: 1.5rem;
}
#second_section .info a {
    font-family: 'Roboto-Black';
    color: #00609C;
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 40px;
    display: block;
    margin-right: 25px;
}
#second_section .info p {
    margin-top: 20px;
}
#tirth_section {
    padding: 10% 0 8% 0;
}
#tirth_section .item {
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
#tirth_section .item:after {
    content: '';
    background-color: #d7d7d7ed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    opacity: .8;
}
#tirth_section .item:hover:after{ 
    background-color: black;
    z-index: -1;
    opacity: .4;
}
#tirth_section .item h3 {
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 1.3rem;
	text-align: center;
}
#fourth_section {
    padding: 70px 0;
}
#last-section {
    padding: 20px 0 70px 0;
}
.bluecenter {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.linetime {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.linetime .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 100px;
    min-height: 235px;
    flex: 1 1 25%;
}
.linetime .item:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: black;
    position: absolute;
    top: -75px;
    border-radius: 50%;
}
.linetime .item:before {
    content: '';
    width: 197px;
    height: 3px;
    background-color: black;
    position: absolute;
    top: -67px;
    left: 50%;
}
.linetime .item:last-child:before {
   display: none;
}
.linetime .item h4 {
    font-family: 'Roboto-Bold';
    color: #00609C;
    text-align: center;
    min-height: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 22px;
}
.linetime .item p {
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.linetime .item img {
    max-width: 70px;
    margin: 0 auto 20px auto;
    min-height: 90px;
    object-fit: contain;
}
.seguros-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
}
.seguros-wrapper .owl-item {
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: 200px;
}
.seguros-wrapper  img {
    max-width: 250px;
}
footer {
    padding: 40px 0;
    background-color: #00609C;
}
footer h3 {
    color: white;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}
footer h5 {
    color: white;
    text-transform: capitalize;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    margin: 0px;
    line-height: 1;
}
footer ul li a {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
}
footer ul li {
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
footer ul{
    font-family: 'Roboto-Regular';
    list-style: none;
    padding: 0px;
    color: white;
}
footer ul.social-icons {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
}
footer ul.social-icons li a i {
    color: white;
    font-size: 30px;
    margin-left: 50px;
}
.fieldInput .form-input::placeholder {
    color: #cacaca;
    font-size: 18px;
}
.fieldInput {
    padding: 8px 0px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    font-family: 'Roboto-Bold';  
  }
.fieldInput .form-input::placeholder {
	font-family: 'Roboto-Bold';
}
.fieldInput .form-input:focus {
	  outline: none;
}
.fieldInput .form-input:after {
	 position: absolute;
}
.fieldInput .form-input {
	width: 100%;
	background: none;
	border: none;
	padding: 12px 20px;
	color: #00609c;
	position: relative;
}
.fieldInput .form-submit {
	color: #00609c;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	border: none;
	background: none;
	cursor: pointer;
	font-family: 'Roboto-Black';
	font-size: 20px;
	text-transform: uppercase;
}
.fieldInput .form-submit:after{
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    height: 72%;
    background: #00609c;
    margin: auto;
    bottom: 0px;
  }
  header.down .wrappernavbar {
    position: fixed;
    top: 69px;
    right: 0;
    height: 100vh;
    z-index: 999;
    width: 25vw;
    background: white;
    transition: 1s all;
    transform: translateX(5000px);
}
header.down .navbar-toggler.open .fa-bars {
    display: none;
}
header.down .navbar-toggler.open .fa-times {
    display: block;
}

header.down .wrappernavbar.open {
    transform: translateX(0px);
}
header.down .mainnav {
    flex-direction: column;
}

header.down #main-menu-wrapper {
    align-items: flex-start;
    margin-top: 0px;
    justify-content: flex-start;
    padding-left: 35px;
    padding-top: 20px;
}
header.down #main-menu-wrapper ul li a {
    font-family: 'Roboto-Bold';
}
header.down .navbar-toggler {
    border: none;
    display: block!important;
}
header.down .navbar-toggler i {
    color: #00609C;
    font-size: 30px;
}
header.down .navbar-toggler .fa-times {
    display: none;
}
header.down #masthead.down .navbar-toggler i  {
    color: #00609C;
}
header.down .navbar {
    justify-content: flex-end!important;
	    flex-direction: row-reverse;
    float: right;
}
.lang {
	position: relative;
}
.lang .polylang-flags {
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.polylang_langswitcher {
	margin: 0px;	
}
.lang span {
    color: #000;
    font-size: 16px;
    border: solid 1px;
    border-radius: 6px;
    margin-left: 15px;
    padding: 3px 6px;
    font-weight: bold;
}
header.down .lang span {
	color: #00609c;
    border: solid 1px #00609c;
}
#page_section {
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#page_services {
    padding: 40px 0;
}
#page_services h2.blutitle {
    margin-bottom: 30px;
}
#page_services .list-wrapper a {
    background-color: white;
    color: #00609C;
    border: none;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    font-family: 'Roboto-Bold';
    padding: 0px;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}
#page_services .list-wrapper div.list-info {
    border-top: 3px solid rgb(0, 96, 156);
    padding-top: 10px;
    margin-bottom: 50px;
}
#page_services .list-wrapper div.list-info ul li {
    font-family: 'Roboto-Regular';
    color: #666666;
    line-height: 18px;
    margin: 0px;
}
#page_services .list-wrapper div.list-info p strong {
        font-family: 'Roboto-Bold';
    color: #000;
}
#page_services .list-wrapper div.list-info p {
	font-family: 'Roboto-Regular';
    margin-bottom: 15px;
}
#page_services .list-wrapper div.list-info h3 {
    font-family: 'Roboto-Bold';
    color: #00609C;
    text-transform: uppercase;
}
#page_services .list-wrapper div.list-info a {
    background-color: #00609C;
    color: white;
    width: fit-content;
    padding: 3px 40px;
    font-size: 14px;
    border-radius: 6px;
    text-transform: uppercase;
}
#page_services .list-wrapper a:focus {
    box-shadow: none;
}
#page_services .list-wrapper a i {
    position: absolute;
    left: -25px;
    top: 8px;
    font-size: 22px;
 
    transition: 1s all;
}
#page_services .list-wrapper a.collapsed i{
    transform: rotate(270deg);
}
#page_about {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#page_about img {
    position: absolute;
    max-width: 42vw;
    left: 5vw;
    bottom: 0;
}

#page_about .info {
    text-align: right;
}
#page_about .info h2 {
    font-family: 'Roboto-Black';
    font-size: 3rem;
}
#page_about .info h2 span {
    color: #fff;
    font-family: 'Roboto-Black';
}
#about_info {
    padding: 60px 0;
}
#about_info p {
	font-family: 'Roboto-Regular';
    margin-bottom: 20px;
    text-align: justify;
}

#mypromise {
    padding: 60px 0;
    background-color: #EAEAEA;
}
#mypromise img.prom-img {
    max-width: 120px;
    margin: auto;
    display: flex;
}
.prom-info h3 {
    margin-bottom: 10px;
}
.prom-info p {
	font-family: 'Roboto-Regular';
    margin-bottom: 20px;
    text-align: justify;
}
.prom-info {
    border-bottom: 4px solid #00609c;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#diplo {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
#diplo .detail2 {
    position: absolute;
    right: 15vw;
    top: 0;
    height: 200px;
    z-index: 2;
    bottom: 0px;
    margin: auto;
}
#diplo .detail1{
    position: absolute;
    left: 15vw;
    top: 0;
    height: 200px;
    z-index: 2;
    bottom: 0px;
    margin: auto;
}
.owlsociedad .owl-item  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}
.owlsociedad img {
    max-width: 100px;
}

#sociedades {
    padding: 40px 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff!important;
    border: solid #00609c;
}
.owl-theme .owl-dots .owl-dot span{
    background: #00609c!important;
}
#contact_page {
    min-height: 25vh;
    background-color: white;
}
.list-contact {
    padding: 5px 0;
}
.list-contact ul {
    list-style: none;
    padding: 0px;
}
.list-contact ul li a:hover {
	    color: #00609C;
}
.list-contact ul li a, .list-contact ul li, .list-contact h5 {
    color: #666666;
    font-family: 'Roboto-Regular';
    line-height: 1;
}
.list-contact h5 {
    margin-bottom: 5px;
    font-family: 'Roboto-Bold';
}
.wpcf7 {
    margin: auto;
    padding: 20px 0px 40px 0;
    width: 100%;
}
footer .wpcf7-spinner {
	display: none;
}
footer .wpcf7 {
	padding: 0px;
}
footer .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
	font-family: 'Roboto-Regular';
	padding: 0px;
	border: none;
	color: red;
	position: relative;
	top: 0px;
	font-size: 14px;
	line-height: 1;
	margin: 10px 0;
}
.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-family: 'Roboto-Bold';
	margin: 0px;
	padding: 0px;
	border: none;
	color: #46b450;
	position: relative;
	top: -24px;
}
.wpcf7 .contact-wrapper input::placeholder, .wpcf7 .contact-wrapper textarea::placeholder {
    font-family: 'Roboto-Regular';
    color: #ABABAB;
}
.wpcf7 .contact-wrapper input:focus-visible {
    outline: none;
}
.wpcf7 form.invalid .contact-wrapper .wpcf7-response-output {
    border-color: #cacaca;
    color: #666666;
    text-align: center;
    padding: 20px 0;
}
.wpcf7 .contact-wrapper input, .wpcf7 .contact-wrapper textarea {
    width: 100%;
    border: solid 3px #00609C;
    border-radius: 13px;
    padding: 20px 0px 15px 21px;
    margin-bottom: 10px;
    font-family: 'Roboto-Regular';
}
.wpcf7 .contact-wrapper input[type=submit] {
    background-color: #00609c;
    color: white;
    width: fit-content;
    padding: 15px 13%;
    font-family: 'Roboto-Bold';
    margin: auto;
    display: flex;
    text-transform: uppercase;
    line-height: 1;
}
.separator {
    padding: 40px 0 20px 0;
}
.howtogo {
    background-color: #00609c;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    border-radius: 15px;
    display: flex;
    color: white;
    margin: 30px auto 60px auto;
    font-family: 'Roboto-Bold';
}
.howtogo:hover {
    color: white;
}
.howtogo img {
    max-width: 35px;
    margin-right: 10px;
}
#map {
	min-height: 350px;
	width: 100%;
}
.mapboxgl-control-container {
	display: none!important;
}
.mapboxgl-popup {
	    transform: none !important;
    top: 12%!important;
    left: 3%!important;
}
.mapboxgl-popup-close-button {
	font-weight: bold;
	font-size: 25px;
	color: #00609c;
}
.misvis p {
	font-family: 'Roboto-Regular';
}
.spc-btn {
	background: #1a1432;
    display: flex;
    padding: 9px 15px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;
}
.spc-btn img {
	max-width: 65px
}
.spc-btn a {
	background: #18132e!important;
}
  @media (min-width: 768px) and (max-width: 1024px) {
	  #tirth_section .item:after {
		      z-index: -1;
    content: '';
    background-color: #2f2d2d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    opacity: .5;
	  }
    #contact_page {
        min-height: 15vh;
    }
    .wpcf7 {
        width: 80%;
    }
    #main-menu-wrapper ul li a{
        font-family: 'Roboto-Bold';
    }
    .lang span {
        color: #00609c;
        border: solid 1px #00609c;  
    }
    .navbar {
        flex-direction: row-reverse;
    }
    .container {
        max-width: initial;
        margin: initial;
    }
    #main-menu-wrapper {
        justify-content: center;
    }
    .wrappernavbar {
        position: fixed;
        top: 10%;
        right: 0;
        height: 100vh;
        z-index: 999;
        width: 26vw;
        background: white;
        transition: 1s all;
        transform: translateX(5000px);
    }
    .navbar-toggler.open .fa-bars {
        display: none;
    }
    .navbar-toggler.open .fa-times {
        display: block;
    }
    .wrappernavbar.open {
        transform: translateX(0px);
    }
    header.down #main-menu-wrapper {
        align-items: flex-start;
        padding: 0px;
        padding-top: 20px;
        margin-top: 0px;
        padding-left: 20px;
    } 
    #main-menu-wrapper {
        align-items: flex-start;
        margin-top: 50px;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler i {
        color: #00609C;
        font-size: 30px;
    }
    .navbar-toggler .fa-times {
        display: none;
    }
    #masthead.down .navbar-toggler i  {
        color: #00609C;
    }
    #main_section {
        min-height: 47vh; 
    }
    #second_section {
        min-height: 56vh; 
    }
    #second_section img {
        left: 0px;
        max-width: 50vw;
    }
    #second_section .info {
        margin-top: 15%;
    }
    .linetime .item:before {
        width: 23vw;
    }
    #fourth_section {
        padding: 40px 0;
    }
    #page_about {
        min-height: 46vh
    }
    #diplo .detail1 {
        left: -14vw;
    }
    #diplo .detail2 {
        right: -14vw;
    }
  }

  /* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #contact_page {
        min-height: 15vh;
    }
    .wpcf7 {
        width: 80%;
    }
    #main-menu-wrapper ul li a{
        font-family: 'Roboto-Bold';
    }
    #main_section {
        min-height: 67vh;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    #second_section {
        min-height: 76vh;
    }
    
  }

  /* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	  #tirth_section .item:after {
		      z-index: -1;
    content: '';
    background-color: #2f2d2d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    opacity: .5;
	  }
	#main-menu-wrapper ul li {
		    margin-bottom: 13px;
	}
	.mapboxgl-popup {
		    left: 22%!important;
	}
	#page_services .list-wrapper div.list-info h3 {
		    font-size: 20px;
	}
    #contact_page {
        min-height: 15vh;
    }
	footer .wpcf7 {
        width: 100%;
    }
    .wpcf7 {
        width: 90%;
    }
    .separator {
        padding: 10px 0 20px 0;
    }
    #main-menu-wrapper ul li a{
        font-family: 'Roboto-Bold';
    }
    #diplo .detail1 {
        left: -41vw;
    }
    #diplo .detail2 {
        right: -41vw;
    }
    .owlsociedad img {
        max-width: 125px;
    }
    #page_about {
        background-image: url('https://perezromanurology.com/wp-content/uploads/2023/08/Artboard-11-2.png')!important; 
        flex-direction: column;
        min-height: 80vh;
        display: block;
        padding-top: 30%;
    }
    #page_about img {
        max-width: 77vw;
		    left: 10%;
    }
    #page_about .info h2 {
        font-size: 2.5rem;
        text-align: center;
    }
    .prom-info h3 {
        margin-bottom: 18px;
    }
	.seguros-wrapper .owl-carousel {
		display: block!important;
	}
    .lang span {
        color: #00609c;
        border: solid 1px #00609c;  
    }
    .navbar {
        flex-direction: row-reverse;
    }
    .container {
        max-width: initial;
        margin: initial;
    }
    #masthead {
        background-color: white;
        padding: 10px 0;
    }
    header.down .wrappernavbar {
        position: fixed;
        top: 100%;
        width: 38%;
    }
    .wrappernavbar {
        position: fixed;
        top: 57px;
        right: 0;
        height: 100vh;
        z-index: 999;
        width: 38%;
        background: white;
        transition: 1s all;
        transform: translateX(5000px);
    }
    .navbar-toggler.open .fa-bars {
        display: none;
    }
    .navbar-toggler.open .fa-times {
        display: block;
    }
    .wrappernavbar.open {
        transform: translateX(0px);
    }
    #main_section .info h2 span, #main_section .info h2 {
        color: white;
    }
    header.down #main-menu-wrapper {
        align-items: flex-start;
        padding-top: 10px;
        justify-content: center;
        padding-left: 0px;
    }
    #main-menu-wrapper {
		align-items: flex-start;
		margin-top: 10px;
		justify-content: center;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler i {
        color: #00609C;
        font-size: 30px;
    }
    .navbar-toggler .fa-times {
        display: none;
    }
    #masthead.down .navbar-toggler i  {
        color: #00609C;
    }
    .seguros-wrapper {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .seguros-wrapper img {
        margin-bottom: 10px;
		margin: auto;
    }
    .bluecenter {
        font-size: 1.7rem;
    }
    .linetime {
        flex-wrap: wrap;
    }
    #main_section {
        z-index: 2;
        position: relative;
        background-position: 74% 100%;
        min-height: 80vh;
        align-items: flex-end;
        padding-bottom: 40px;
    }
    #main_section .info h2 {
        font-size: 2rem;
    }
    #main_section .info p {
        color: white;
        font-family: 'Roboto-Regular';
    }
    #main_section:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
         background: #01070b4d;
    }
    #second_section .info {
        margin-top: 0px;
        padding-bottom: 20px;
		text-align: center!important;
    }
    #second_section {
       
    background-position: center;
    min-height: auto;
    background-color: white;
    align-items: flex-start;
    padding-top: 40px;
background-image: url('https://perezromanurology.com/wp-content/uploads/2023/08/Artboard-11-2.png')!important; 

    }
    #second_section img {
    position: relative;
    left: -1%;
    max-width: 100%;
    }
    .linetime .item:before {
        display: none;
    }
    .linetime .item {
		min-height: auto;
		margin-top: 25px;
		flex: 1 1 100%;
		text-align: center;
    }
    .linetime .item:after {
        display: none;
    }
    #fourth_section {
        padding: 20px 0;
    }
    .linetime .item img {
        margin-bottom: 20px;
    }
    .linetime .item p {
        font-size: 12px;
    }
    #last-section {
        padding: 20px 0 40px 0;
    }
    #second_section .info p {
        font-size: 14px;
    }
	#second_section .info p br {
		display: none;
	}
    .fieldInput .form-submit {
        width: 84px;
        font-size: 16px;
    }
    footer ul.social-icons {
        justify-content: space-around;
        margin-bottom: 0px;
    }
    footer ul.social-icons li a i {
        margin-left: 0px;
    }
    footer {
        padding: 40px 0 20px 0;
    }
    footer {
        border-bottom: 8px solid white;
    }
    #page_services .list-wrapper a i {
        position: relative;
        left: 0;
        top: 0;
    }
  }

  /* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    #page_services .list-wrapper a i {
        position: relative;
        left: 0;
        top: 0;
    }
    #main-menu-wrapper ul li a{
        font-family: 'Roboto-Bold';
    }
    .container {
        max-width: initial;
        margin: initial;
    }
    #masthead {
        background-color: white;
        padding: 10px 0;
    }
    .custom-logo img {
        max-width: 238px;
    }
    header.down .wrappernavbar {
        position: fixed;
        top: 100%;
        width: 38%;
    }
    .wrappernavbar {
        position: fixed;
        top: 57px;
        right: 0;
        height: 100vh;
        z-index: 999;
        width: 38%;
        background: white;
        transition: 1s all;
        transform: translateX(5000px);
    }
    .navbar-toggler.open .fa-bars {
        display: none;
    }
    .navbar-toggler.open .fa-times {
        display: block;
    }
    .wrappernavbar.open {
        transform: translateX(0px);
    }
    #main_section .info h2 span, #main_section .info h2 {
        color: white;
    }
    #main-menu-wrapper {     
        align-items: flex-start;
        margin-top: 20px;
        justify-content: center;
    }
    #diplo .detail1 {
        left: -18vw;
    }
    #diplo .detail2 {
        right: -18vw;
    }
    .wpcf7 {
        max-width: 80%;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler i {
        color: #00609C;
        font-size: 30px;
    }
    .navbar-toggler .fa-times {
        display: none;
    }
    #masthead.down .navbar-toggler i  {
        color: #00609C;
    }
    .seguros-wrapper {
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .seguros-wrapper img {
        margin-bottom: 10px;
    }
    .bluecenter {
        font-size: 2rem;
    }
    .linetime {
        flex-wrap: wrap;
    }
    #main_section {
        z-index: 2;
        position: relative;
        background-position: 74% 100%;
        min-height: 90vh;
        align-items: flex-end;
        padding-bottom: 40px;
    }
    #main_section .info h2 {
        font-size: 2rem;
    }
    #main_section .info p {
        font-size: 12px;
        color: white;
        font-family: 'Roboto-Regular';
    }
    #main_section:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #01070b4d;
    }
    #second_section .info {
        margin-top: 0px;
        padding-bottom: 72px;
    }
    #second_section {
		    background-position: 100% -10%;
		min-height: auto;
		background-color: white;
		align-items: flex-start;
		padding-top: 40px;
	background-image: url('https://perezromanurology.com/wp-content/uploads/2023/08/Artboard-11-2.png')!important; 
    }
    #second_section img {
        left: 0px;
        max-width: 35vw;
    }
    .linetime .item {
        min-width: 50%;
    }
    .linetime .item:before {
        display: none;
    }
    .linetime .item {
        min-height: auto;
        margin-top: 25px;
    }
    .linetime .item:after {
        display: none;
    }
    #fourth_section {
        padding: 20px 0;
    }
    .linetime .item img {
        margin-bottom: 20px;
    }
    #last-section {
        padding: 20px 0 40px 0;
    }
    #second_section .info p {
        font-size: 14px;
    }
    .fieldInput .form-submit {
        width: 84px;
        font-size: 16px;
    }
    footer ul.social-icons {
        justify-content: space-around;
        margin-bottom: 0px;
    }
    footer ul.social-icons li a i {
        margin-left: 0px;
    }
    footer {
        padding: 40px 0 20px 0;
    }
    footer {
        border-bottom: 8px solid white;
    }
    
  }